summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-18minor whitespace nit.jlam1-2/+2
2004-12-18BIND 9.3.0 dies right after launch on VAX and m68k when threading isjklos1-2/+4
enabled. Until this is fixed, we'll turn off threading for VAX and m68k. PowerPC has some other issue, and i386 and SPARC appear to work fine with threading.
2004-12-18Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so thatjlam4-5/+9
these packages will pick up -lpthread on NetBSD 1.6.x when linking applications.
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam7-13/+28
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
2004-12-18Add (unsigned char) casts to ctype function arguments.minskim7-1/+287
2004-12-18ignore getopt_long() on Darwin because there is no prototype for it,grant1-1/+10
nor declaration for "struct option". fixes build on Darwin.
2004-12-18comment which file causes the ICE.grant1-2/+2
2004-12-18silc-toolkit causes xlc to bomb with an ICE, so mark this pkggrant1-1/+4
NOT_FOR_COMPILER=xlc.
2004-12-18note PKGREVISION bump of libtool (-export-symbols fix for Darwin withgrant1-1/+2
xlc).
2004-12-18in the command run when -export-symbols is used on Darwin with xlc,grant3-6/+42
ensure there is no whitespace on the command line when passing -install_name to the linker, as this breaks the build. this fixes the build of audio/libaudiofile and other packages using -export-symbols on Darwin with xlc. bump PKGREVISION.
2004-12-18acroread5 update to 5.10 (security issue)jdolecek1-1/+2
2004-12-18Update acroread5 to 5.10. 5.09 version doesn't appear to be availablejdolecek2-13/+13
anymore, and this fixed (according to bundled README): A security patch was applied that solves a problem reported with malformed mail containing pdf attachments.
2004-12-18Fix a typo that caused us not to check the correct header for the presencejlam1-2/+2
of "des_cblock". This fixes PR pkg/28703.
2004-12-18add libmacosx for Darwin.grant1-0/+2
2004-12-18Darwin doesn't build liboss or libsun, but does use dlopen.grant1-1/+5
no PKGREVISION bump because it didn't build before.
2004-12-18note PKGREVISION bump of pkgconfig (dlcompat dependency).grant1-1/+2
2004-12-18- pkgconfig uses dlopen(), so include dlopen.buildlink3.mk.grant3-3/+20
- 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-18Fix postgresql74-plperl so that it finds libperl.so at runtime. Thejlam3-20/+17
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-18Correct hint so that dd will succeed when memtest.bin is not an evenben1-2/+2
number of blocks in size.
2004-12-18drop unneeded parensgrant1-2/+2
2004-12-18ignore inttypes.h on irix 5 as it is known to conflict withgrant1-1/+5
sys/types.h. fixes PR pkg/28632 from Georg Schwarz.
2004-12-18g/c MAINTAINER (use one from Makefile.common)jdolecek1-2/+1
2004-12-18add IRIX support.grant1-1/+9
fixes part of PR pkg/28615 from Georg Schwarz.
2004-12-18don't pass LDFLAGS to CC. add -lcurses on Darwin. fixes build ongrant1-2/+4
Darwin.
2004-12-18add build target support for IRIX.grant1-1/+7
fixes PR pkg/28610 from Georg Schwarz.
2004-12-18tell configure to ignore inttypes.h on irix 5 because it is known togrant1-1/+7
be incompatible with sys/types.h. fixes PR pkg/28545 from Georg Schwarz.
2004-12-18make sure IDEA support is only included if USE_IDEA == yes.grant1-2/+2
fixes part of PR pkg/28542 from Georg Schwarz.
2004-12-18build fixes on irix 5:grant1-0/+12
- pass option to configure to emulate getaddrinfo() - include sys/types.h fixes PR pkg/28439 from Georg Schwarz.
2004-12-18claim MAINTAINERjdolecek1-2/+2
2004-12-18I lost the checksum for the tarball in my last commit... add it back.jlam1-1/+3
2004-12-18build fixes on irix 5:grant2-2/+9
- pass option to configure to emulate getaddrinfo() - include sys/types.h fixes PR pkg/28439 from Georg Schwarz.
2004-12-18claim MAINTAINERjdolecek2-4/+4
2004-12-18Patch Makefile.shlib so that when creating shared libraries, we don'tjlam10-17/+69
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-18remove unneeded include of bsd.prefs.mk.grant1-3/+1
2004-12-18convert to use standard PECL extension build framework for consistencyjdolecek3-22/+9
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-18explicitly specify path to traceroute binary on irix 5.grant1-1/+6
fixes PR pkg/27769 from Georg Schwarz.
2004-12-18set ABI=o32 on irix5, as gmp only supports o32 on irix5.grant1-1/+6
fixes PR pkg/28072 from Georg Schwarz.
2004-12-18homepage moved to pecl along the packagejdolecek1-2/+2
2004-12-18clarify this package has been discontinued by GNOME projectjdolecek1-1/+3
2004-12-18add a comment regarding the -rpath filterjdolecek1-1/+3
2004-12-18Default to bash3 in dependency path.wiz1-2/+2
2004-12-18only include <search.h> if it is present. fixes build on Darwin.grant2-1/+17
2004-12-18Move the pg_config binary from -client to -lib. This fixes PR pkg/28685darcy5-7/+23
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-18Fix path to suse_libjpeg.wiz1-2/+2
2004-12-18* Fix PATH for test.sh scriptxtraeme4-4/+27
* Use /bin/sh in test.sh instead of /bin/bash * Use ${PREFIX}/sbin/atitvout not ./atitvout Bump PKGREVISION.
2004-12-18+ gnumeric-1.4.1, nut-10.13, realplayer-10.0.2.wiz1-3/+4
2004-12-18Note apache bump to nb5 for security issueadrianp1-1/+2
2004-12-18- Bump to nb5 to specifically address a new apache vuln:adrianp5-5/+52
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-18Fix lsof to deal with the new ptyfs fake inode number allocationatatat2-6/+10
scheme. This code now does both.
2004-12-18document QPOPPER_SPOOL_DIR.grant1-1/+8