summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2004-10-05Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk sojlam3-56/+130
2004-10-04Add man/fi, required for an upcoming package.cube9-9/+423
2004-10-04Add a scan script that checks for "-v" on the command-line, and preventsjlam3-4/+55
2004-10-04Fix completely hosed test for g++ when CXX=g++. The old test worked fine.tv1-2/+2
2004-10-04When transforming from ${LOCALBASE} into ${BUILDLINK_DIR}, convertjlam1-9/+15
2004-10-03Don't cache transformations of "-lfoo" into "rel/path/to/libfoo.la" becausejlam1-2/+2
2004-10-03Don't echo the debug message for the targets whose output is usedhira1-9/+7
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv3-6/+4
2004-10-01Update the wording a bit when a license is not accepted, to betterhubertf1-4/+4
2004-09-30Add and enable {jdk,jre}15rh1-8/+22
2004-09-30G/C _WRAPPER_SH.LIBTOOL which isn't needed (it's value was beingjlam1-13/+2
2004-09-30Make APR_USE_DB4 default to NO everywhere, now that subversion-baseepg1-8/+4
2004-09-28Remove ftp.sunet.se for now, as it contains at least one brokencube1-2/+1
2004-09-27Per jlam's suggestion, remove the libtoolize conditional altogether. Sometv1-7/+1
2004-09-27LIBTOOLIZE_PLIST doesn't even need to be conditional. If USE_LIBTOOL istv2-10/+4
2004-09-27LIBTOOL_REQD in bsd.pkg.mk is newer than the version listed here; removetv2-4/+2
2004-09-27Move some wrapper definitions into a separate file wrapper-defs.mk that isjlam3-7/+55
2004-09-27Define PKGSRC_TOPDIR as the path to the top of the pkgsrc tree relativejlam1-19/+16
2004-09-27In print-PLIST, handle '@exec ${MKDIR}' by PRINT_PLIST_AWK as well.rh1-2/+4
2004-09-26Make _WRAPPEES into a public variable so that we can more easily createjlam1-8/+12
2004-09-26We don't use skipargs here... it's all in logic.jlam1-2/+1
2004-09-26fix dylib handlingdanw1-2/+1
2004-09-26Fix rmdir command so it passes remove-dir in the buildlink-transformjlam1-4/+4
2004-09-25Add Dan Winship's workaround to allow building on Darwin. This is only ajlam1-1/+5
2004-09-24Teach the libtool wrapper about the "clean" and "uninstall" modes, wherejlam1-4/+7
2004-09-24Create ${BUILDLINK_DIR}/bin for use by packages that need to drop off ajlam1-2/+5
2004-09-24Make print-PLIST work if there are no *.la files.jlam1-2/+6
2004-09-24Fix typo in comment.seb1-2/+2
2004-09-23Teach gcc.mk about gcc34 so that setting GCC_REQD=3.4 in /etc/mk.conf willjlam1-5/+35
2004-09-23Support the ABI flags on MIPS platforms.jlam1-10/+12
2004-09-23Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so thatjlam3-5/+7
2004-09-22Typo in comment.jlam1-2/+2
2004-09-22When mangling paths, also do (and undo) the transformations for fulljlam1-5/+7
2004-09-22Add a toggle that determines whether we pass extra arguments or not. Thisjlam3-7/+19
2004-09-22Typo - "ressource".mason1-2/+2
2004-09-22Protect against underflow in the argument buffer in the inner while loop,jlam1-13/+5
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-2/+2
2004-09-21Don't exit on error if the *.la file is not a libtool archive.jlam1-11/+11
2004-09-21X11_TYPE=xorg users:xtraeme1-1/+5
2004-09-21Add 'ang' locale, initially used by eel2-2.8.0.jmmv11-11/+55
2004-09-21Add a lock_file function that generates lockfiles that are usable onjlam1-1/+57
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam55-2328/+3446
2004-09-19Comment out old sourceforge URL for gd.tuwien.ac.at, and add commentedwiz1-3/+4
2004-09-19Correct path for Mozilla mirror on "ftp.funet.fi".tron1-2/+2
2004-09-16Make and mount the local patches directory when relevant. Fixes PR#26951cjep1-2/+10
2004-09-15Move definition of PKGNAME and PKGNAME_NOREV higher in the file since theirjlam1-14/+14
2004-09-15Default PKG_FAIL_UNSUPPORTED_OPTIONS to "no" to match current practicesjlam1-3/+3
2004-09-14Document THTTPD_LOG_FACILITY.wiz1-1/+7
2004-09-13Use /bin/false instead of false for NOLOGINmartti1-2/+2
2004-09-11Finish off the locking work, by adding locks around "make install" andagc1-3/+13