summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-12This package requires imake & xmkmf to build so note it in USE_TOOLS.jlam1-1/+2
2005-06-12g/c the UPGRADE_PKG code - it's no longer used, and the empty 'for'jdolecek1-10/+1
list causes problems with some (e.g. Irix) shells
2005-06-12math/gcalctool requires bison to build, even though it claims it onlyjlam1-2/+2
needs yacc. This fixes PR pkg/29897.
2005-06-12KDE-3.x configure scripts use xmkmf to discover properties of thejlam1-2/+2
X11 distribution, so add USE_TOOLS+=imake. This addresses part of PR pkg/26744.
2005-06-12Don't prevent this package from building/installing even if getopt_longjlam1-5/+1
is already provided by the system natively. There is no reason to prevent its installation.
2005-06-12Several of the netpbm shell scripts use bashisms, so force using bashjlam1-3/+20
for all of the shell scripts. Bump the PKGREVISION to 1. This fixes PR pkg/23636.
2005-06-12GNU make isn't required all of the time... only for Linux. As thejlam1-3/+1
pkgsrc imake-handling already causes gmake to be used on Linux, remove USE_TOOLS+=gmake from the package Makefile. This correctly fixes PR pkg/23078 and PR pkg/29656.
2005-06-12Rename the INSTALL script template to INSTALL.openwin so avoid triggeringjlam2-3/+3
the special handling in bsd.pkg.mk if ${PKGDIR}/INSTALL exists. This fixes PR pkg/30502.
2005-06-12Remove the need to archivers/gsharutils at build-time to extract thejlam1-7/+8
distfiles. This fixes PR pkg/29877.
2005-06-12Separate the message from the do-distribution-patch and do-pkgsrc-patchjlam1-7/+13
targets so that if they're overridden in the package Makefile, the message is still printed.
2005-06-12Rename "apply-distribution-patches" and "apply-pkgsrc-patches" targetsjlam1-7/+13
to "do-distribution-patch" and "do-pkgsrc-patch", respectively, and allow them to be overridden by the package Makefile. This allows for more fine-grained overriding of the patch process.
2005-06-11Some shells don't accept empty word lists in for loops. For thosejlam1-1/+16
Makefiles where this occurs, edit the file so that we avoid running the loop. This should fix PR pkg/28809.
2005-06-11Perl embeds the full paths to hostname, ln, and sed in several installedjlam1-1/+9
files, so make sure the paths to the ones in ${TOOLS_DIR} aren't used.
2005-06-11Updated x11/wxGTK to 2.4.2nb5wiz1-1/+2
2005-06-11Fix automake m4 macro quoting. Closes PR 30501.wiz3-3/+26
Bump PKGREVISION.
2005-06-11Now that bsd.options.mk has been changed, only add mmx to ↵wiz4-12/+20
PKG_SUPPORTED_OPTIONS on i386.
2005-06-11regendillo2-19/+26
2005-06-11Fix capitalization of section heading.dillo1-2/+28
Add comments with suggested contents from jmmv's original mail.
2005-06-11Update to new handling of no supported options.dillo1-36/+9
Remove commented out user-level documentation.
2005-06-11in do-lint, invoke make with the MAKE_ENV set. Makes it work withdillo1-2/+2
LOCALBASE != /usr/pkg.
2005-06-11Allow this file to be included even if no options are supporteddillo1-6/+9
(as may be the case if all options are platform specific). In that case set PKG_OPTIONS to empty and skip the rest of the file. Okayed by jlam.
2005-06-11Use PKG_SYSCONFDIR framework. Reviewed by wiz@.hira5-17/+73
2005-06-11+ ruby-RMagick-1.8.2 [pkg/30497], ruby-imlib2-0.5.2 [pkg/30498].wiz1-3/+3
- ruby-RMagick-1.8.1 [pkg/30313], ruby-imlib2-0.5.1 [pkg/30372].
2005-06-11Set RM to MAKE_RM -f instead of MAKE_RM.wiz2-6/+15
Seems that MAKE_RM was changed to not include -f any longer in the last month or so/ Fixes bulk build problem.
2005-06-11+ crimson-0.4.8, glib-2.6.5, wget-1.10, xpad-2.8.wiz1-2/+5
2005-06-11Move inclusion of tk83/bl3.mk above inclusion of bsd.pkg.mk.wiz1-3/+2
Probably fixes bulk build problem.
2005-06-11Revision 1.2 of this file added a check for the presence of xextensions.pcjmmv1-3/+5
to decide whether the builtin version was enough or not. This check was removed in 1.3 during the conversion to the new builtin structure, hence breaking, at least, compositeext (on which many other packages depend). Given this, readd the check.
2005-06-11Remove unnecessary .undef lines after .for loops as the loop variablesjlam6-27/+6
are automatically undefined after the loop exits.
2005-06-11Add a default fall-through for the shell case statement (portabilityjlam1-1/+2
issue).
2005-06-11Cleanup of tools paths appearing in installed files for the new toolsmarkd1-17/+5
framework. Bump PKGREVISION.
2005-06-10check-wrkref is a make target that greps through the installed filesjlam1-1/+56
for a package and looks for references to the build directory. If any such references are found and PKG_DEVELOPER is defined, then exit with an error. This target is automatically run after a package is installed if CHECK_WRKREF is "yes". The default value for CHECK_WRKREF is "no". You can specify certain files to be skipped during the check by setting CHECK_WRKREF_SKIP to a list of shell globs. Installed files that match these globs are skipped when running the check-wrkref target. The original implementation was from Dan McMahill sent to me in private email. I've added a few more bells and whistles for this commit. This target will be helpful for catching any unwrapped files or mis-embedded tool paths.
2005-06-10Bump PKGREVISION for rpath fix.markd1-1/+2
2005-06-10Set BUILDLINK_RECOMMENDED after recent security fixes. (hi tv!)salo1-1/+2
2005-06-10Find libpthread.so when not on the default rpath.markd2-1/+15
Fixes bulk build on NetBSD-1.6.2.
2005-06-10Add missing file.salo2-2/+4
From MAINTAINER, Matthew Luckie via PR pkg/30494
2005-06-10Unsurprisingly, xcursorgen needs to depend on xcursor. Remove thejlam1-8/+7
outdated check for the presence of xcursor and fix the png link options. Bump the PKGREVISION to 2.
2005-06-10Force an autoconf "cache" override for tools that are likely to bejlam1-2/+5
shell builtins, e.g. echo, false, test, true, since those tools don't have a full path.
2005-06-10Note mantis bumpadrianp1-1/+2
2005-06-10- Fix PLIST problems pointed out by wiz@ on bulk-buildsadrianp2-8/+3
- Bump to nb4
2005-06-10a2ps uses the "file" command to detect the file type of the print job.jlam1-7/+7
Explicitly note that it needs this tool. Also, the tools framework knows about mktemp, so use USE_TOOLS+=mktemp instead of the homegrown code. Bump the PKGREVISION to 8.
2005-06-10Always add mmx to PKG_SUPPORTED_OPTIONS, but ignore it on all but i386.wiz1-6/+4
2005-06-10Always add mmx to PKG_SUPPORTED_OPTIONS.wiz1-6/+1
2005-06-10Slightly different solution to previous:wiz2-11/+8
just ignore mmx pkg_option if set on non-i386.
2005-06-10Wrap complete options part in ifdef i386,wiz1-4/+3
since there is only one option and that only on i386. Fixes bulk build problem.
2005-06-10set PKG_OPTIONS_VAR, noted by wizdillo1-1/+2
2005-06-10Wrap complete options part in ifdef i386,wiz1-4/+3
since there is only one option and that only on i386. Fixes bulk build problem.
2005-06-10libextractor -> 1.4.2tv1-1/+2
2005-06-10Update libextractor to 0.4.2.tv5-39/+19
Fixes (second half of) Secunia SA: http://secunia.com/advisories/15651/ (first half was fixed in 0.3.11nb1) ChangeLog excerpts: Thu Feb 24 00:32:44 EST 2005 Added extractor that extracts binary (!) thumbnails from images using ImageMagick. Decoder function for the binary string is in the thumbnailextractor.c source. Sun Feb 20 16:36:17 EST 2005 Fixed similar problem in REAL extractor. Added support for new Helix/Real format to REAL extractor. Sun Feb 20 12:48:15 EST 2005 Fixed (rare) integer overflow bug in PNG extractor. Fri Jan 21 15:23:43 PST 2005 Fixed security problem in PDF extractor. Fri Dec 24 13:28:59 CET 2004 Added support for Unicode to the pdf extractor. Thu Dec 23 18:14:10 CET 2004 Avoided exporting symbol OPEN (conflicts on OSX with same symbol from GNUnet). Added conversion to utf8 to various plugqins (see todo) and added conversion from utf8 to current locale to print keywords.
2005-06-10OpenAFS conflicts with arla, lwp & rx. OpenAFS's lwp is the same, more or lessgendalia1-1/+5
as devel/lwp, but devel/rx is a regular expression library, not an rpc library. And arla, of course, is another implementation of AFS. I'll work on making it not conflict eventually.
2005-06-10Note update of net/netbsd-tap.cube1-1/+2