Commit graph

4885 commits

Author SHA1 Message Date
adrianp
f1140932b9 When building extensions make sure non-standard OpenSSL locations are
also searched if an explicit path is not given.
2009-02-21 17:01:52 +00:00
abs
36e63e8261 Fix PR40090 - remove optionally generated register*.html files in pre-install 2009-02-20 21:42:27 +00:00
abs
b46f783aec move registration.xml fix to pre-install and WRCSRC - suggested by obache@ 2009-02-20 14:37:58 +00:00
taca
efab9dab3d Apply patch from Ruby's repository, revision 22440.
It fixes OCPS(Online Certificate Status Protocol) verify method wasn't always
return false when verify was failed in OpenSSL's correspondence library.
(It might be possible security risk for using OCPS.

Fix small PLIST improvement, too.

Bump PKGREVISION.
2009-02-20 12:32:26 +00:00
abs
ae5ccf5ed6 since registration.xml is only generated the first time a package is built
on a box, just remove it in post-install so we can have a consistent
package build
2009-02-20 11:56:55 +00:00
abs
7c41642b67 +java/sun-6/lib/servicetag/registration.xml 2009-02-19 16:27:26 +00:00
obache
c06768031a For bmake, empty() take a variable, and M modifier only accept the standard
shell wildcard characters.
2009-02-19 12:24:59 +00:00
obache
23bf3b3676 Change REPLACE_RUBY.old pattern to also match debian style "/usr/bin/ruby1.8". 2009-02-19 12:15:15 +00:00
obache
a3bd53bc5f Update comments, now default python version is 25. 2009-02-18 05:50:31 +00:00
adrianp
1858582092 Add Suhosin patch support via options.mk - no change to default package. 2009-02-17 23:18:55 +00:00
joerg
4e7fda1f14 DESTDIR support 2009-02-17 19:49:57 +00:00
joerg
7e73010726 Use bsd.fast.prefs.mk. 2009-02-17 17:32:38 +00:00
joerg
ec79ed822b Require setuptools 0.6c9 to get consistent native_libs.txt behavior.
No recursive bump as packages either have been broken or are working
correctly with older versions. While here, fix the Python version
comment.
2009-02-17 15:32:22 +00:00
taca
9f89df5d55 Miscellaneous message correction. 2009-02-15 03:20:03 +00:00
taca
bdf0dc3728 * Describe USE_RUBY_EXTCONF and USE_RUBY_SETUP.
* Add USE_RUBY_SETUP_PKG which use devel/ruby-setup as setup script
  instead of a script bundled with original distfiles since it is
  useful to support DESTDIR.
2009-02-15 03:16:37 +00:00
obache
ba7655de1c Re-add missing checksum for jce_policy file.
Part of PR 40644.
2009-02-15 02:33:07 +00:00
abs
f603dd881f Switch to INSTALLATION_DIRS 2009-02-13 23:36:00 +00:00
kefren
aab6d155bc Fix Bug 475132 for amd64. Patch provided by Zoltan Varga 2009-02-12 19:44:50 +00:00
he
121d4bfe8d Update from version 3.0.1376 to 3.0.1376nb1.
Pkgsrc changes:
 o Add a patch so that our PowerPC-based ports are properly detected
   by the dtoa configuration logic, by also recognizing __powerpc__
   to indicate big-endian float format.
   This should fix PR#40624.
2009-02-12 15:24:14 +00:00
adrianp
9b47335f49 Fix detection on OpenSolaris 2009-02-11 21:20:46 +00:00
kefren
784045147a Copy settings.map and web.config to config dir. Fixes pkg/40595
Bump PKGREVISION
2009-02-11 21:03:10 +00:00
joerg
bb9d74ab50 Add missing \ in multiline variable assignments. Only affects AIX. 2009-02-11 15:46:28 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
asau
d40203dfb7 Update Icon to 9.4.3
Notable changes in version 9.4.3:

The system-specific Icon configurations have been reorganized and renamed.
The several BSD configurations have been merged into one.

The macintosh configuration now supports the loadfunc function.

A new porting guide has been written, and a new posix configuration
has been added as a starting point in constructing new ports.

The core library files remain stable. Notable changes include:
- procs/dijkstra          new procedures implement Dijkstra's control structures
- procs/html              add procedure for canonicalization of paths
- procs/matrix2           new procedures for matrix manipulation
- procs/nestlist          new procedures for representing nested lists as strings
- procs/printf            add %e format and fix a rounding problem
- progs/noise             new program for producing a random bitstream
- progs/unclog            improve logic for combining adjacent entries
- gprogs/dlgvu            improve coverage map; allow altitude in GPS data
- gprogs/gallery          faster thumbnail loading for JPEG images
- gprogs/img              many new features
- gprogs/sier             better color choices
- gprogs/trkvu            accept GPS track logs with altitude as the last field

The undocumented save function, which only worked on a few platforms, has been removed.


Approved by <tnn>.
2009-02-08 12:51:04 +00:00
christos
8052251b71 welcome to update 12 2009-02-08 00:23:20 +00:00
joerg
df3e16d130 Don't leak the workdir for destdir builds. Patches from OpenBSD ports.
Bump revision.
2009-02-07 21:45:43 +00:00
adrianp
dcdf5e79f6 Get SSL support working on OpenSolaris. Unfortunately on OpenSolairs the
OpenSSL install is split between /lib and /usr/include/openssl with plays
havoc with the php ./configure as it assumes both have the same base
directory (e.g. /usr).  This patch uses a modified inbuilt check for
OpenSSL instead of explicitly specifying a base using --with-openssl.
2009-02-07 18:03:00 +00:00
taca
6484d9a533 Move ri data generation from install phase to build phase.
No other functional change.
2009-01-31 16:07:23 +00:00
wiz
508598e894 Add RCS Id. 2009-01-29 10:13:05 +00:00
joerg
5ead77f7b3 Fix patch. 2009-01-29 09:41:00 +00:00
obache
e4a95c963b Add to PRINT_PLIST_AWK for LUA_LDIR and LUA_CDIR. 2009-01-24 02:56:19 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
joerg
88db16e83f Remove comment that doesn't reflect the consensus on how to mark support
Python versions.
2009-01-23 18:02:32 +00:00
dsainty
82a2ee5b15 Any package that determines libraries to link via:
$PYTHON -c "from distutils import sysconfig; print sysconfig.get_config_var('SHLIBS');"

... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.

To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.

No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.

Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
2009-01-23 03:05:53 +00:00
he
ca97e06d2e Add a patch so that this package builds for our powerpc ports
as well.  In this case, we fall into the SYS_elf branch together
with Linux, but we need a few other specifics to access registers
in the sigcontext.
2009-01-22 01:00:33 +00:00
kefren
075aabc06e Fix PLIST by adding monodoc entries. From abs@ 2009-01-21 18:20:28 +00:00
sketch
3948e33bd7 Use our INSTALL_DATA. 2009-01-20 16:30:39 +00:00
kefren
47b1630589 Update to mono 2.2 2009-01-19 22:39:01 +00:00
kefren
518ae45fa7 -monodoc 2009-01-19 22:38:08 +00:00
kefren
d1f6724c5f Nuke monodoc. It has been integrated into mono 2009-01-19 22:37:18 +00:00
kefren
cf5f9b21f1 Welcome to Mono 2.2.
Changes since version 2.0 include improved performance, Full AOT and SIMD

For full changelist see:
http://www.mono-project.com/Release_Notes_Mono_2.2
2009-01-19 22:35:53 +00:00
abs
3b173ae359 Allow a directory to be excluded from PEAR_DIRRM by specifying PEAR_DIRRM_EXCLUDE 2009-01-19 19:55:02 +00:00
christos
1c762f0ab2 welcome to 6u11 2009-01-18 23:49:06 +00:00
christos
adc05f9d7a more PLIST fixes. 2009-01-18 21:52:25 +00:00
christos
c919f79dcc welcome to 6u11 2009-01-18 21:45:26 +00:00
tnn
510d3ca5f9 merge upstream commit b376053de54af4268a31e5a60d1f9e57db30af11:
[perl #49003] pp_ftrread appears to use the wrong access mode for -x when
              using "use filetest 'access';"
Bump PKGREVISION. Noted by Leo R. Lundgren.
2009-01-18 11:10:50 +00:00
asau
db1c67812e Update to 1.2.1.
Changes since 1.2:
- Fixes for recent versions of libbfd.
- Miscellaneous bug fixes.
- Updated support for libdc
- Updated support for opencv

Changes since 1.1:
- Minor evolution.
- Compiles better with gcc-4.x
2009-01-16 16:35:33 +00:00
asau
c7e1d8d23c Update to 1.2 release.
Changes since 1.1 release
=========================
	Support for new platforms:
		add "universal" (PPC and x86) configure option for MacOS X
		report CPU model name on "MacIntel"
		report "CPU CHIP TYPE" on HP-UX
		detect Windows on Windows64
		detect amd64 architecture on Windows
		detect Windows Server 2008
	Use $(MAKE) for all recursive make invocations
	Add --force-sdbm configure option
	Fix UTFLEN() to handle zero
	fix timing script to deal with AFS

Approved by <obache>.
2009-01-16 02:37:11 +00:00
minskim
e20441ad00 Add module.mk for Lua packages.
Suggested by Aleksey Cheusov on pkgsrc-users@.
2009-01-11 23:15:55 +00:00