summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2007-07-02Correct previous. (sigh, I am not good with numbers)tnn1-2/+2
2007-07-01xargs(1) on Interix is broken. It executes the utility on the command linetnn3-3/+27
2007-06-30Use REPLACE_SH to make this work on SunOStnn1-2/+3
2007-06-29#!/usr/bin/awk -f -joerg6-12/+12
2007-06-29Use REPLACE_SH to get a sane shell on borked platforms.tnn1-2/+4
2007-06-29*really* fix previous.tnn1-3/+3
2007-06-29Convert extended RE into basic RE equivalent, making us portable again.tnn2-5/+5
2007-06-28Scripts get installed without suffix, so fix default configurationjoerg2-8/+8
2007-06-26Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Letsdmcmahill2-3/+7
2007-06-26Fixed the regular expression for detecting the use of the shell variablerillig1-2/+2
2007-06-25Use libnbcompat and fix build issues on Solaris.joerg23-131/+212
2007-06-25Add asprintf implementation based on snprintf.joerg7-29/+282
2007-06-20Force devel/libevent on NetBSD 2, as it is far too old. Found by Dan onjoerg1-1/+7
2007-06-20Missing cast to to int for %.*s as noted by dmcahill@ and wiz@.joerg1-2/+2
2007-06-19This package uses BSD-style Makefiles.rillig1-2/+2
2007-06-19Two more includes of sys/types.h to fix build on Mac OS X.joerg2-2/+4
2007-06-19Include sys/types.h first to help Mac OS X.joerg1-1/+2
2007-06-19Remove duplicate assignment.joerg1-2/+1
2007-06-19Added INSTALL_ENV and SUBST_VARS. Noted by joerg.rillig1-1/+3
2007-06-19Added pbulk.joerg1-1/+2
2007-06-19Initial import of pbulk, the new pkgsrc bulk build framework.joerg51-0/+5732
2007-06-19set USE_TOOLS+= gzip:run to get GZIP_CMD - from joergabs1-4/+4
2007-06-19Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrectjoerg1-3/+3
2007-06-19Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pickjoerg1-4/+4
2007-06-18Added an explanation to the "Don't add quotes around SUBST_MESSAGE" rule.rillig1-1/+9
2007-06-09Add more files for "openwin". This was reported byreed2-3/+24
2007-06-05Added JAVA_BINPREFIX.rillig1-1/+2
2007-06-05make(1) variable assignments should go after all command line options.tnn1-2/+2
2007-06-03Added "local" as a valid category, since it is suggested in the pkgsrcrillig1-2/+2
2007-06-02Permit installation on "FreeBSD-[0-4].*-*".schmonz1-2/+3
2007-05-31Updated libnbcompat to 20070531.rillig4-35/+40
2007-05-29Fix a couple misspellings, and add a couple items:schmonz1-3/+5
2007-05-23simplify previoustnn1-5/+4
2007-05-23non-current make(1) doesn't support -V.tnn2-4/+6
2007-05-22Add a couple of success reports.tnn1-1/+4
2007-05-20- Change the way pkg_rolling-replace parses version numbers. Everythingtnn2-12/+12
2007-05-19Sync with pkgsrc (1.46).wiz1-4/+5
2007-05-18Silence make. If /sbin/sysctl is static or non-existent, ldd would returnjoerg1-2/+2
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter2-4/+4
2007-05-15Actually substitute "@ID" with the path to id(1) while creating thetron1-2/+3
2007-05-13Added another helpful sentence to the explanation of the "tool vs.rillig1-3/+7
2007-05-11Prepend ${PREFIX} to default location of mk.conf if we're using bmake.tnn3-11/+17
2007-05-10Bump date of manual page. (avoid wakeup() of wizd)tnn1-2/+2
2007-05-10Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONFtnn3-12/+23
2007-05-07Fix bug in configure script, noticed by Thorsten Glaser.joerg2-17/+17
2007-05-07Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507.joerg9-4293/+5947
2007-05-01Added BSDOS to the list of supported operating systems and sorted the list.rillig1-2/+2
2007-04-29Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack.tnn1-6/+5
2007-04-28Disable inlined setenv. This needs more work.tnn1-2/+8
2007-04-28typecast return value from malloctnn1-2/+2