summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-19Wrap this a bit better.jlam1-8/+7
2004-12-19Ensure that we build the shared library using PIC objects. This shouldjlam1-3/+6
fix the build on amd64.
2004-12-19Ensure that we link PIC code to create systray.so. This should fix buildsjlam1-1/+4
on amd64.
2004-12-19when Apache is built with dlcompat present, the installed httpd/os.hgrant1-1/+5
header file #includes <dlfcn.h>, so we need to include dlopen.buildlink3.mk so that dlfcn.h can be found by packages which use httpd/os.h. XXX this is not entirely correct, but works around the problem XXX sufficiently. the problem is that Darwin (7.7.x) has dlopen() and XXX friends but does not provide prototypes in dlfcn.h (or anywhere else).
2004-12-19fix an incorrect test for __ppc__, unbreaking this package on Darwin.grant2-1/+18
2004-12-19Disable the auto-added processor optimizations, which are all GCC-specificjlam1-1/+2
anyway, and flat-out don't work with most processors. This should give audio/muse a better chance of building on non-i386 platforms.
2004-12-19Fix code that assumed that sizeof(long) == 32. This fixes the build onjlam2-1/+35
amd64.
2004-12-19note PKGREVISION bump of ja-less (drop pcre dependency).grant1-1/+2
2004-12-19drop unnecessary dependency on pcre. confirmed that the posix regexgrant1-2/+2
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640. bump PKGREVISION for dependency change.
2004-12-19ick: openssl builds PIC static libraries and then later uses them togrant2-6/+23
build shared libraries. on Darwin with xlc, this fails because of the way xlc invokes Darwin's in-base libtool to create shared libraries, meaning that the -all_load argument cannot be used to import all symbols. work around this the same way as UnixWare does it, by listing the archive library contents and linking the object files into the shared library individually. also remove some other assumed gcc'isms to make this build on Darwin with xlc. XXX maybe this pkg should be libtool'ized?
2004-12-19qpopper supports reloading config files with SIGHUP, so enable thegrant1-1/+2
"reload" command.
2004-12-19fix MASTER_SITE_GNOME .au example.grant1-2/+2
2004-12-19transform -fPIC to -qnocommon and clarify the related comment.grant1-3/+4
2004-12-19this won't build with xlc without some work, mark it as such.grant2-2/+6
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam4-4/+38
installation needed when including perl5/buildlink3.mk. The only option currently supported is "threads", which implies that a perl that supports threads is required. The requirement is checked at pre-install time using an INSTALL script template by both the package build and the binary package. Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD since those modules require a perl that supports threads.
2004-12-18add hack for missing socklen_t typedef handling. fixes build ongrant3-5/+24
Darwin.
2004-12-18Native threading on VAX isn't ready for primetime in NetBSD>=2.0.jlam1-1/+12
Build Perl without threads-support until VAX native threads are known to work. The hack was added to the Makefile instead of to hacks.mk since it sets a variable which is used within the package Makefile.
2004-12-18Note PKGREVISION bump of ed2k-gtk-gui.minskim1-1/+2
2004-12-18Bump PKGREVISION for the change in spawning overnet.minskim1-1/+2
2004-12-18Do not try to read from pipes after spawning overnet. This is aminskim2-1/+15
workaround for the problem that g_spawn_sync() in glib2 hangs in running overnet>=1.0.
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