Age | Commit message (Expand) | Author | Files | Lines |
2001-09-24 | Fix cut and paste error in last commit. | tron | 1 | -3/+3 |
2001-09-24 | Add "PKGVERSION" to "PLIST_SUBST" by default. Trailing package source | tron | 1 | -1/+2 |
2001-09-14 | Fix problem with Solaris' /bin/sh not accepting an empty list in a for | jlam | 1 | -2/+3 |
2001-09-14 | Document the new Motif-related variables. Deprecate USE_MOTIF in favor of | jlam | 1 | -60/+10 |
2001-09-12 | Add a just-in-time su mode for "make package" by factoring out the code | agc | 1 | -29/+34 |
2001-09-11 | Make print-PLIST work again if no linux=procfs mounted. | wiz | 1 | -6/+9 |
2001-09-10 | Add support for two environment variables to help update all your | martin | 1 | -1/+12 |
2001-09-10 | Set the default value of WRKSRC in a slightly different way (from Hubert | agc | 1 | -3/+2 |
2001-09-10 | Define default value of WRKSRC again. It is required by the packages without | kei | 1 | -1/+3 |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -4/+5 |
2001-08-27 | Since libtool has now been split, it's no longer necessary to have a | tv | 1 | -2/+2 |
2001-08-24 | print-PLIST: remove emul/linux/proc entries before sorting. No need to | hubertf | 1 | -2/+2 |
2001-08-24 | * When applying patches, also look in $LOCALPATCHES/$PKGPATH for | hubertf | 1 | -5/+16 |
2001-08-23 | gnu patch is used under Linux as well as Solaris | abs | 1 | -3/+3 |
2001-08-23 | Set the default BUILDLINK_X11_DIR to ${X11BASE} so that in the absence | jlam | 1 | -1/+6 |
2001-08-22 | By default, don't use pkgtools/buildlink-x11 to cause packages that use | jlam | 1 | -26/+4 |
2001-08-20 | Remove "-" from default su command. It's more reliable to let some of the | tv | 1 | -2/+2 |
2001-08-16 | change BUILD_DEPENDS+= bzip2-0.9.0b:../../archivers/bzip2 to >=0.9.0b; | dogcow | 1 | -3/+3 |
2001-08-08 | Update build dependency on buildlink-x11 to >=0.7. | jlam | 1 | -2/+2 |
2001-08-01 | ftp.digital.com seem to have dropped their cpan archive - switch to loaded | abs | 1 | -2/+2 |
2001-07-30 | Move -a from XMKMF_FLAGS to XMKMF. Thus, if a package wants to run | jlam | 1 | -3/+3 |
2001-07-27 | work around HAVE_BUILTIN_MESA not set when USE_GLX is set. | hubertf | 1 | -2/+2 |
2001-07-26 | Force move new file over old one in REPLACE_PERL (at least one package | wiz | 1 | -2/+2 |
2001-07-25 | If USE_BUILDLINK_ONLY is defined, then use f2c/buildlink.mk instead of | jlam | 1 | -1/+5 |
2001-07-25 | Change the EVAL_PREFIX logic so that if | jlam | 1 | -2/+7 |
2001-07-18 | Change indentation (whitespace changes only!): | hubertf | 1 | -322/+322 |
2001-07-15 | Rename "FILE" to "FILE_CMD" since ".for FILE" is a common idiom in BSD | jlam | 1 | -4/+4 |
2001-07-13 | Improve Java handling via "USE_JAVA" option: | tron | 1 | -7/+17 |
2001-07-13 | Add definitions for CMP pointing to cmp utility and use it in bsd.pkg.mk. | jlam | 1 | -4/+4 |
2001-07-10 | Fixes for "tarup" target: | tron | 1 | -1/+3 |
2001-07-10 | Add new "tarup" target which allows to create a binary package from an | tron | 1 | -2/+14 |
2001-07-09 | * Make perl stop installing anything in the man3 directory. It's starting | tv | 1 | -2/+1 |
2001-07-07 | add OSVERSION_SPECIFIC to BUILD_DEFS if defined so it ends up in the binary | dmcmahill | 1 | -1/+5 |
2001-07-05 | Update buildlink-x11 to 0.6. Changes include moving the custom overrides | jlam | 1 | -2/+2 |
2001-07-05 | Document the logic that sets XMKMF_CMD. | jlam | 1 | -1/+3 |
2001-07-05 | Update buildlink-x11 to 0.5. Changes from previous version are the | jlam | 1 | -5/+12 |
2001-07-04 | fix a problem with HAVE_BUILTIN_XPM | perry | 1 | -2/+2 |
2001-07-02 | buildlink-mk requires that BUILDLINK_DIR always be set, so set it if | jlam | 1 | -1/+3 |
2001-07-02 | Bump build-dependency on xpkgwedge to >=1.5, and add a build-dependency | jlam | 1 | -10/+16 |
2001-07-02 | Make check for Xpm in XFree86 look like the checks for Mesa and freetype2. | jlam | 1 | -12/+4 |
2001-07-01 | Make sure the -DBuildLink gets passed through to subdir Imakefiles if | jlam | 1 | -2/+2 |
2001-06-30 | Resurrect LIBTOOL_OVERRIDE. It's needed for lesstif-0.92.32 which uses | jlam | 1 | -1/+10 |
2001-06-29 | Bump build dependency on xpkgwedge to >=1.3 to handle buildlink.mk files | jlam | 1 | -3/+10 |
2001-06-28 | Update MASTER_SITE_XCONTRIB server list, inspired by a posting to tech-pkg | wiz | 1 | -2/+12 |
2001-06-27 | o move REPLACE_PERL code to more proper location -- to the do-patch target; | zuntum | 1 | -15/+15 |
2001-06-27 | o introduce REPLACE_PERL | zuntum | 1 | -1/+16 |
2001-06-21 | The GNU patch used under Solaris doesn't understand "-b .orig", use | tron | 1 | -1/+5 |
2001-06-21 | Do previous in a different way. | jlam | 1 | -2/+4 |
2001-06-21 | Try to fix check for XAW_TYPE. | jlam | 1 | -2/+2 |
2001-06-21 | As proposed by Luke Mewburn on tech-pkg, make sure to always use | hubertf | 1 | -1/+2 |