summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-01Fix build on Solaris. Include ../../mk/compiler.mk before checkingreed1-1/+2
CC_VERSION. This is noted in mk/compiler.mk and also thanks to grant@ for explaining. (This was based on my Solaris and gcc check from a couple months ago.)
2005-08-31Add patch that fixesreed2-1/+139
error: invalid lvalue in assignment in editor/pnmaddnoise.c. This was noticed on DragonFly with gcc 3.4.5. Found idea from DarwinPorts. Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5). I do not know if this is improved in netpbm upstream yet. Okay'ed by maintainer.
2005-08-31Allow splint to actually work under NetBSD by applying patchjschauma2-1/+15
from FreeBSD (PR ports/61131).
2005-08-31Use INSTALLATION_DIRS to create "include" directory.reed1-2/+2
(This broke my bulk builds; it also appears that other directories are precreated in Makefile's, just not include.) TODO for non-root installs -- fix the hardcoded 111 mode which causes binaries to be unreadable for packaging.
2005-08-31Convert to PKG_OPTIONS_GROUP syntax.tv3-6/+17
2005-08-31added a workaround for core-dumping f77 on sparc64 (makes the package work onspz1-1/+6
NetBSD/sparc64 1.6.x)
2005-08-31Use esound instead of esd.hira1-3/+3
Some packages are already using it with same meaning.
2005-08-31Make dbh configurable via options framework.hira3-1/+17
OK'd by maintainer.
2005-08-31Add patch from Tcl cvs repository. See:seb2-1/+33
http://sourceforge.net/tracker/index.php?func=detail&aid=1222872&group_id=10894&atid=110894 http://cvs.sourceforge.net/viewcvs.py/tcl/tcl/unix/tclUnixNotfy.c?r1=1.11.2.12&r2=1.11.2.13&only_with_tag=core-8-4-branch This has the added benefit of improving the tcl interpreter stability on NetBSD/sparc64 2.0_STABLE: no more SIGBUS, due to a LP64 type problem with a pthread_join() argument, even if the self-test is still shaggy. Approved by jwise@.
2005-08-31Fix problem where LDFLAGS is not being expanded on the command line.darcy2-6/+6
Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what ) dd.iij4u.or.jp> Closes PR 31027
2005-08-31Don't do tricks to add modules to the Makefile; there are command linedrochner1-7/+5
options to do it. From PR misc/31094 by Sam Steingold, as far as applicable to 2.33.2.
2005-08-31Note update of lang/tcl to 8.4.11nb1, lang/tcl83 to 8.3.4nb2, x11/tk toseb1-1/+5
8.4.11nb1, x11/tk83 to 8.3.4nb1 [t{cl,k}Config.sh syntax fix]
2005-08-31Restore original quoting syntax of variables in t{k,cl}Config.sh in orderseb4-9/+12
to follow the principle of least surprise between the packages and the mainstream builds. Approved by jwise@. Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.
2005-08-31Match the name of the ruby shared library on FreeBSD and DragonFly tojlam1-3/+3
the way that LIBRUBY_SO is defined in the ruby configure script. This fixes PLIST breakage in the ruby18-base package on at least FreeBSD.
2005-08-31Using the included jasper library is a total crapshoot because netpbmjlam3-17/+22
strips out the logic that determines which integer types are available, and yet building the jasper library relies on those integer types to be correctly provided. Just punt on the whole thing and use the graphics/jasper dependency instead. This fixes building netpbm on Solaris and older versions of FreeBSD. Bump the PKGREVISION to 1. The jasper library is only linked into two executables, so there is no need to do a recursive PKGREVISION bump.
2005-08-31Back out previous changes; I was sleeping yet.taca1-3/+3
2005-08-31Fix recent textproc/qprint and emulators/generator-cbiere entriestaca1-3/+3
(s/version/to/).
2005-08-30Port gamin to NetBSD by rewriting the routines that rely on socketjlam8-16/+584
credentials to understand NetBSD's sockcred. Bump the PKGREVISION to 1.
2005-08-30Note update of "nessus-plugins" package to version 2.2.4nb2.tron1-1/+2
2005-08-30Avoid compiling the path to the "gzip" wrapper script into the binary,tron1-4/+4
bump package revision.
2005-08-30Make sure this doesn't install the .orig info file created by diff too.reed2-16/+14
2005-08-30this one doesn't look useful anymoredrochner2-14/+1
2005-08-30note databases/lbdb update to 0.30tonio2-3/+3
2005-08-30add descriptions for the optionstonio1-0/+2
abook and osx-addressbook, used in database/lbdb
2005-08-30Update databases/lbdb to 0.30tonio6-14/+85
Make it use the option framework, to enable/disable abook and gnupg plugins and dependancies fix PR 29879, applying the appended patch approved by cube@
2005-08-30Enable ASM functions when MACHINE_ARCH = i386 for performance,xtraeme1-2/+7
closes PR pkg/31101.
2005-08-30use the "dynamic" version of nss_ldap_initgroups(), to get thedrochner1-15/+22
total number of groups doesn't make much of a difference for standard systems with NGROUPS==_SC_NGROUPS_MAX, but someone might change this
2005-08-30Remove .orig file in pre-install from patch-aa. Spotted by salo@.adrianp1-1/+4
2005-08-30Updated security/libtasn1 to 0.2.15; opencdk to 0.5.7; gnutls to 1.2.6adam2-5/+7
2005-08-30Changes 1.2.6:adam2-9/+9
- MiniLZO updated to version 2.01 and moved to separate directory. - Collision between system LZO header files and MiniLZO header file fixed. - Will now test for liblzo functionality in liblzo2 too. - Minilibtasn1 is now 0.2.14 (no code changes). - Some code changes to avoid GTK-DOC warnings. - API and ABI modifications: No changes since last version.
2005-08-30Changes 0.5.7:adam6-60/+15
* Various build fixes, to make version info not say 0.5.5 any more. Changes 0.5.6: * Use libtool -export-symbols-regex instead of GNU ld script. * Fix license with new FSF address. * Test for socklen_t, needed for libgcrypt on some platforms. * A few configure/build fixes. * Don't use malloc.h.
2005-08-30Update of phpldapadmin for recent security issueadrianp1-1/+2
2005-08-30Changes 0.2.15adam2-6/+6
- Gnulib is used to implement memmove if your system does not have it. - Simplified assert/error handling slightly.
2005-08-30Patch via Debian for recent security issueadrianp3-3/+19
Bump to nb2
2005-08-30-cleanup: honor PKG_SYSCONFDIR, use USE_PKGINSTALLdrochner6-10/+85
-support the "getgroupmembership" nsswitch invocation bump PKGREVISION
2005-08-30Bump BUILDLINK_RECOMMENDED for latest update with security fixes.salo1-2/+2
2005-08-30- opera-8.02 [thanks jdolecek]xtraeme1-2/+1
2005-08-30+ liferea-0.9.7xtraeme1-2/+2
2005-08-30Added emulators/generator-cbierextraeme2-2/+4
2005-08-30Initial import of generator-cbiere-0.35r1.xtraeme4-0/+64
This is a modified version of Generator by James Ponder based on version 0.35 and maintained by Christian Biere. Additional features * Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more manual decompression or wasted disk space. Yay! * Support for X11's XVideo hardware acceleration by SDL for faster and smoother graphics. * Fullscreen support with or without the classic color frame. * SDL audio support (in favour of OSS Audio) which means you can use ESound and others for sharing the sound device among other applications. * Optional mute playing i.e., if you don't have a soundcard or the soundcard is busy you can still play. * Support for 48kHz sample rate (needs driver support). * Automagic CPU usage reduction which is especially cool for notebooks. The unpatched Generator uses more or less as much CPU as it can get even if needs far less than 10% on any modern system. * Working support for Game Genie codes.
2005-08-30Note initial import of qprint-1.0.simonb1-1/+2
This package provides a filter that can encode and decode quoted-printable files.
2005-08-30Add and enable qprint.simonb1-1/+2
2005-08-30Initial import of qprint-1.0.simonb4-0/+26
This package provides a filter that can encode and decode quoted-printable files.
2005-08-30Note update of audio/amarok to version 1.3 [many changes, bugfixes and newseb1-1/+2
features, you will want to update]
2005-08-30Update to version 1.3 'Airborne'.seb4-61/+143
Too many changes, bugfixes and features since last packaged version (1.2.4) to list here. Please see amaroK's homepage or the ChangeLog file enclosed in the source tarball.
2005-08-30Correct a make(1) syntax to fix a malformed conditional error seenuebayasi1-2/+2
on older NetBSD or other *BSD systems. Reported by Krister Walfridsson and Jeremy Reed respectively.
2005-08-30Note cvm update.schmonz1-1/+2
2005-08-30Update to 0.76. From the changelog:schmonz2-6/+6
- Fixed the autoconvert feature of cvm-vmailmgr to set the permissions and ownership of the created password table to that of the original. - Added a feature to all qmail-based modules to treat all domains as local if $CVM_QMAIL_ASSUME_LOCAL is set.
2005-08-30one more try at expanding the portability of the 'tr' usage to keep thisdmcmahill3-15/+15
happy on systems such as solaris which have suboptimal tr's. Now this works with /usr/bin/tr.
2005-08-30revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/trdmcmahill1-2/+2
has enough problems of its own.