jlam
f9127ef977
Fix a typo that caused us not to check the correct header for the presence
...
of "des_cblock". This fixes PR pkg/28703.
2004-12-18 17:14:22 +00:00
grant
26e10e5e0d
add libmacosx for Darwin.
2004-12-18 17:14:18 +00:00
grant
c979d5aea4
Darwin doesn't build liboss or libsun, but does use dlopen.
...
no PKGREVISION bump because it didn't build before.
2004-12-18 17:12:00 +00:00
grant
8a9e346a1c
note PKGREVISION bump of pkgconfig (dlcompat dependency).
2004-12-18 16:59:25 +00:00
grant
88b2f1bdc9
- pkgconfig uses dlopen(), so include dlopen.buildlink3.mk.
...
- Darwin has no prototype for poll(), so in glib, do what it already did
for Solaris.
fixes build on Darwin.
bump PKGREVISION for dlcompat dependency.
2004-12-18 16:57:56 +00:00
jlam
3b03cc6d2f
Fix postgresql74-plperl so that it finds libperl.so at runtime. The
...
PostgreSQL configure/build infrastructure tries very hard to separate
rpath flags from other LDFLAGS, which is completely unnecessary in
pkgsrc since the wrapper scripts are smart enough to deal with it on
their own. In this case, the GNU configure script was stripping out
the rpath to libperl.so when setting perl_embed_ldflags, so modify
the configure script to not do this.
Also re-enable this package since it's possible to load the plperl.so
language module again. I tested this with:
createdb foo
createlang -d foo plperl
2004-12-18 16:36:29 +00:00
ben
64f241c45b
Correct hint so that dd will succeed when memtest.bin is not an even
...
number of blocks in size.
2004-12-18 16:26:34 +00:00
grant
7ce7bd5f4b
drop unneeded parens
2004-12-18 16:24:37 +00:00
grant
507eee2dac
ignore inttypes.h on irix 5 as it is known to conflict with
...
sys/types.h.
fixes PR pkg/28632 from Georg Schwarz.
2004-12-18 16:24:20 +00:00
jdolecek
820732f1a1
g/c MAINTAINER (use one from Makefile.common)
2004-12-18 16:23:04 +00:00
grant
aa50bab74a
add IRIX support.
...
fixes part of PR pkg/28615 from Georg Schwarz.
2004-12-18 16:21:28 +00:00
grant
55ef91bd55
don't pass LDFLAGS to CC. add -lcurses on Darwin. fixes build on
...
Darwin.
2004-12-18 16:20:36 +00:00
grant
52da5bcd24
add build target support for IRIX.
...
fixes PR pkg/28610 from Georg Schwarz.
2004-12-18 16:17:12 +00:00
grant
2f3542f78c
tell configure to ignore inttypes.h on irix 5 because it is known to
...
be incompatible with sys/types.h.
fixes PR pkg/28545 from Georg Schwarz.
2004-12-18 16:12:41 +00:00
grant
e29023284e
make sure IDEA support is only included if USE_IDEA == yes.
...
fixes part of PR pkg/28542 from Georg Schwarz.
2004-12-18 16:09:49 +00:00
grant
df4959e883
build fixes on irix 5:
...
- pass option to configure to emulate getaddrinfo()
- include sys/types.h
fixes PR pkg/28439 from Georg Schwarz.
2004-12-18 16:05:11 +00:00
jdolecek
6a54a51a44
claim MAINTAINER
2004-12-18 16:04:54 +00:00
jlam
9c0c303ca7
I lost the checksum for the tarball in my last commit... add it back.
2004-12-18 16:04:16 +00:00
grant
f6fd5cce59
build fixes on irix 5:
...
- pass option to configure to emulate getaddrinfo()
- include sys/types.h
fixes PR pkg/28439 from Georg Schwarz.
2004-12-18 16:02:28 +00:00
jdolecek
40b9b247d6
claim MAINTAINER
2004-12-18 16:01:07 +00:00
jlam
a1dc1c896f
Patch Makefile.shlib so that when creating shared libraries, we don't
...
only pass only the -L* LDFLAGS to the linker. This is correct for
pkgsrc since the wrapper scripts take care of correctly passing the
rpath info to the linker, so we don't need to filter those out. This
allows plpgsql.so to find libintl.so if we are using the pkgsrc version
of it. Bump the PKGREVISION of postgresql*-lib to 7.3.8nb1 and
7.4.6nb2.
Link the postgres binary with the necessary flags to allow it to
dlopen() modules that use pthreads[*]. This should allow postgres to
open a plperl.so module built on a system with perl+threads. Bump
the PKGREVISION of postgresql*-server to 7.3.8nb2 and 7.4.6nb2.
[*] Note that this behavior can be tweaked globally by setting
DLOPEN_REQUIRE_PTHREADS to "yes" or "no" in /etc/mk.conf.
2004-12-18 15:59:55 +00:00
grant
f7652ce277
remove unneeded include of bsd.prefs.mk.
2004-12-18 15:55:51 +00:00
jdolecek
9c45c62df9
convert to use standard PECL extension build framework for consistency
...
don't install LICENCE (this package is distributed under standard PHP
licence) nor NOTICE file
PKGREVISION not bumped, since package version as such changed
2004-12-18 15:53:29 +00:00
grant
b113f54a56
explicitly specify path to traceroute binary on irix 5.
...
fixes PR pkg/27769 from Georg Schwarz.
2004-12-18 15:50:42 +00:00
grant
fafc14b844
set ABI=o32 on irix5, as gmp only supports o32 on irix5.
...
fixes PR pkg/28072 from Georg Schwarz.
2004-12-18 15:43:19 +00:00
jdolecek
be6bd3980f
homepage moved to pecl along the package
2004-12-18 15:08:39 +00:00
jdolecek
aa756b9b77
clarify this package has been discontinued by GNOME project
2004-12-18 15:06:54 +00:00
jdolecek
a53d86c3ca
add a comment regarding the -rpath filter
2004-12-18 15:03:30 +00:00
wiz
a60b2cc1a6
Default to bash3 in dependency path.
2004-12-18 14:42:47 +00:00
grant
764cd7c33a
only include <search.h> if it is present. fixes build on Darwin.
2004-12-18 14:28:04 +00:00
darcy
16105fb3a2
Move the pg_config binary from -client to -lib. This fixes PR pkg/28685
...
as well as the bulk build for py-postgresql.
Note that the man page is still built and installed by -client. That's
a trickier problem.
2004-12-18 14:26:15 +00:00
wiz
99b7f45b7d
Fix path to suse_libjpeg.
2004-12-18 13:59:00 +00:00
xtraeme
391fed9838
* Fix PATH for test.sh script
...
* Use /bin/sh in test.sh instead of /bin/bash
* Use ${PREFIX}/sbin/atitvout not ./atitvout
Bump PKGREVISION.
2004-12-18 13:18:13 +00:00
wiz
cd81d3d3d5
+ gnumeric-1.4.1, nut-10.13, realplayer-10.0.2.
2004-12-18 13:01:34 +00:00
adrianp
7253b88fe8
Note apache bump to nb5 for security issue
2004-12-18 08:43:48 +00:00
adrianp
62c61758f0
- Bump to nb5 to specifically address a new apache vuln:
...
http://issues.apache.org/bugzilla/show_bug.cgi?id=31505
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0885
- Changes backported from apache CVS HEAD:
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.110&r2=1.111
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_init.c?r1=1.128&r2=1.129
2004-12-18 08:42:12 +00:00
atatat
1d87bf31b2
Fix lsof to deal with the new ptyfs fake inode number allocation
...
scheme. This code now does both.
2004-12-18 05:30:33 +00:00
grant
7bbc828ce7
document QPOPPER_SPOOL_DIR.
2004-12-18 04:03:16 +00:00
grant
b315996f64
move ssl and ipv6 options to new options.mk framework (no change to
...
existing defaults) and while here, add QPOPPER_SPOOL_DIR to define spool
directory (no change to existing default).
2004-12-18 03:59:30 +00:00
grant
ef4cdad84e
set rcvar so that the "qpopper" variable in /etc/rc.conf is honoured.
2004-12-18 03:54:54 +00:00
grant
94bab8fad6
include bsd.prefs.mk before ?= of various pkgsrc build options so they
...
are picked up from mk.conf.
2004-12-18 02:44:12 +00:00
salo
905f10c1d3
Note games/cgoban-java update.
2004-12-18 01:29:45 +00:00
tron
690ed54726
Note update of "openmotif" package to version 2.1.30nb3.
2004-12-18 00:46:05 +00:00
tron
fd63287501
Fix vulnerabilities reported in CAN-2004-0687 and CAN-2004-0688 by
...
applying a patch based on ICS's patch for OpenMotif 2.2.3.
2004-12-18 00:39:31 +00:00
jlam
651a4a40fd
Ensure that libtool-base>=1.5.10nb7 is required for packages that set
...
USE_FORTRAN.
2004-12-18 00:14:04 +00:00
wiz
1fe3475207
+ SDL-1.2.8, arpwatch-2.1a13, atk-1.9.0, gtk2-2.6.0, lesstif-0.94.0,
...
openmotif-2.2.4, pango-1.8.0, ripmime-1.4.0.3, spamassassin-3.0.2,
xine-lib-1-rc8.
2004-12-17 23:33:24 +00:00
salo
a5dddd4341
Update to version 2.6.8
...
client changes:
Bugs Fixed
----------
- Announcements in games now get a "\n" at the end.
Features Added
--------------
- Rank added to saved KGS Plus lecture list.
2004-12-17 23:22:37 +00:00
wiz
c9b75e5a1b
openssl updated to 0.9.6mnb2.
2004-12-17 23:09:12 +00:00
wiz
51aa86a453
Update to 0.9.6mnb2: Don't install (deprecated) der_chop example
...
script, since it has insecure temp file handling.
2004-12-17 23:08:36 +00:00
wiz
dd3b1f1774
Updated zip to 2.3nb3.
2004-12-17 22:41:45 +00:00