summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2000-07-20Introduce NO_{SRC,BIN}_ON_{FTP,CDROM}. Warn about placing files on CD-ROMrh1-1/+17
2000-07-19Use "reinstall" as default for DEPENDS_TARGET, to use any pkg alreadyhubertf1-5/+3
2000-07-19Revise previous multi-component-pathname fix: do not depend on therh1-4/+7
2000-07-18Fix clean-update target to remove ${DDIR} if it didn't exist before. Thisrh1-2/+4
2000-07-18Fix the ${DDIR} target to work with multi-component paths. This makes therh1-8/+9
2000-07-15Only look at the first prefix for a package when evaluating the prefixagc1-2/+2
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+8
2000-07-14Use "printf("%d", ...)" instead of "print ..." when invoking "awk" intron1-3/+3
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-11/+3
2000-07-14Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults toagc1-1/+7
2000-07-14Make USE_LIBTOOL depend on libtool-1.3.5nb4 or higher to make sure a C++rh1-3/+3
2000-07-13Remove trailing garbage from RCS Id on first linehubertf1-1/+1
2000-07-11Make the determination of the pre-req package's installed directory beagc1-1/+12
2000-07-07add missing flags to the unzip commanddmcmahill1-2/+2
2000-07-06Add bin-install package: will install a binary package if available,hubertf1-1/+16
2000-07-06Allow overriding PKGSRCDIR and PKGPATHhubertf1-3/+3
2000-07-06Add PKG_DEVELOPERhubertf1-1/+8
2000-07-06Eval PKG_DEVELOPER, and if sethubertf1-1/+7
2000-07-04 * Fix processing of @dirrm commands: use the proper RE in sed, andhubertf1-23/+24
2000-07-04print-PLIST: recognize MACHINE_ARCH and OPSYS_LOWER, and substitute withhubertf1-3/+12
2000-07-03Don't bother defining an internal _USE_LOCALBASE_FOR_X11 variable - it'sagc1-6/+5
2000-06-30Replace one occurence of "$NetBSD$" by something that won't be replacedhubertf1-2/+2
2000-06-28eliminate a few more makes from being forked off in the clean-depends areadmcmahill1-4/+14
2000-06-28only clean depends with the "clean-depends" target, not the top leveldmcmahill1-5/+9
2000-06-28rework how the DEPENDS tree is traversed in the 'clean-depends' target.dmcmahill1-10/+35
2000-06-28Remove the user setting of the USE_LOCALBASE_FOR_X11 definition.agc1-6/+13
2000-06-27 * some whitespace fixhubertf1-5/+36
2000-06-26rename Size* to .Size*wiz1-6/+6
2000-06-26Use $INSTALL_COOKIE in one appropriate placehubertf1-3/+3
2000-06-25fix typo in lasthubertf1-11/+7
2000-06-25Recognize EXTRACT_SUFX=".zip": pull in unzip pkg, and set EXTRACT_CMDhubertf1-2/+5
2000-06-25Tune the print-pkg-size targets to not re-calculate the size for all thehubertf1-23/+23
2000-06-23In package-depends, don't print warnings about non-existing dirhubertf1-12/+16
2000-06-19The "package-path" target is no longer needed (use ${PKGPATH})hubertf1-7/+2
2000-06-16Add print-PLIST target for automatic PLIST generation:hubertf1-1/+74
2000-06-10The perl archive on ftp.cdrom.com moved to ftp.freesoftware.com.veego1-2/+2
2000-06-08Added an entry for ARLA_CACHE, the location where arla looks for it'swennmach1-1/+5
2000-06-05ignore errors from 'cd' in binpkg-list (lotsa useless warnings from thehubertf1-2/+2
2000-06-05Restructure test for "${LICENCE}" so that "${ONLY_FOR_PLATFORM}" willtron1-18/+21
2000-06-04Fix aout brokenness. Bump libtool to 1.3.5nb3.rh1-3/+3
2000-06-04Make USE_LIBTOOL depend on libtool-1.3.5nb2 or later.rh1-3/+3
2000-06-04Eliminate the sort and tail when determining PKGTOOLS_VERSION.mycroft1-2/+2
2000-06-04Fix pasto.mycroft1-2/+2
2000-06-04Allow using absolute paths as second component of DEPENDS again.hubertf1-2/+3
2000-06-04Don't enforce people to use relative dirs as second components of (BUILD_,RUN_)hubertf1-3/+3
2000-06-03Inline HTMLIFY using make(1) subsitution rules. Eliminates two more sed(1)mycroft1-5/+3
2000-06-03Explicitly pass down MAKEFLAGS to all sub-makes, not just the first.mycroft1-6/+6
2000-06-03* Fix a bug in clean-depends: the `sort -u' was ineffective because the `tr'mycroft1-17/+24
2000-06-03/bin/echo -> echo. This file appears to have NetBSD-specific paths already,mycroft1-2/+2
2000-06-03Remove links in "package-links" target before trying to create them totron1-1/+2