Age | Commit message (Expand) | Author | Files | Lines |
2003-10-09 | Change the way in which arguments are processed by the wrappers. We | jlam | 4 | -16/+102 |
2003-10-09 | It's "skipargs", not "skip". | jlam | 1 | -2/+2 |
2003-10-08 | Use the -S argument to pkg_admin(1) if it exists. | agc | 1 | -2/+8 |
2003-10-08 | Use sed instead of requiring gawk (for gensub) for portability. | jlam | 1 | -30/+16 |
2003-10-07 | Revert previous change as gsub() doesn't quite work like gensub() with | jlam | 1 | -14/+16 |
2003-10-07 | Allow a new variable SUBST_FILTER_CMD.<class> that is a command filter or | jlam | 1 | -6/+17 |
2003-10-07 | Insure that the install-info we found is not one provided by the gtexinfo | seb | 1 | -2/+2 |
2003-10-06 | allow lang/gcc{,3} to be used to build themselves by only adding the | grant | 1 | -24/+35 |
2003-10-06 | Simplify by using gsub() instead of gensub() in awk script. | jlam | 1 | -16/+14 |
2003-10-06 | avoid F77/PKG_FC being recursively defined. | grant | 1 | -3/+3 |
2003-10-05 | require libtool nb16 on Darwin for latest library name fix. | grant | 1 | -2/+2 |
2003-10-04 | Add some documentation. | jlam | 3 | -5/+13 |
2003-10-03 | Darwin's special GCC uses "-install_name /path/shlib" to indicate | jlam | 1 | -2/+12 |
2003-10-03 | Factor out some more commonly used bits of the wrapper system into | jlam | 7 | -111/+116 |
2003-10-03 | Initial import. | xtraeme | 1 | -0/+633 |
2003-10-03 | kaffe and wonka works for "arm" too (not only "arm32"). | kristerw | 1 | -3/+3 |
2003-10-02 | Allow variables to be set on a per-OS basis. | gavan | 1 | -1/+11 |
2003-10-02 | Fail-safe check for circular dependencies. | gavan | 1 | -1/+6 |
2003-09-30 | Set the final form of the template buildlink3.mk file, after I've had a | jlam | 1 | -5/+4 |
2003-09-30 | Set the final form of the template buildlink3.mk file as a guideline for | jlam | 1 | -6/+14 |
2003-09-28 | Update the template buildlink3.mk file so that it may be used for | jlam | 1 | -6/+6 |
2003-09-28 | Create _BLNK_{DEPENDS,PACKAGES} that are "uniq"ed versions of | jlam | 1 | -7/+23 |
2003-09-28 | Rearrange order of the targets for the various helper scripts for the | jlam | 1 | -35/+85 |
2003-09-28 | sync comments with reality. | grant | 1 | -6/+20 |
2003-09-28 | if /usr/lib/libstdc++.la exists, create the corresponding fake libtool | grant | 1 | -1/+14 |
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -118/+0 |
2003-09-28 | use PKGBASE instead of PKGNAME when printing informational messages | grant | 1 | -3/+3 |
2003-09-27 | set CC and CXX defaults for SunPro when USE_SUNPRO is defined. | grant | 1 | -1/+9 |
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -0/+118 |
2003-09-27 | Add CVS signature. Noted by reed@. | seb | 1 | -1/+1 |
2003-09-25 | don't put ${RPATH_FLAG} in X11_LDFLAGS if _USE_RPATH==no (darwin) | danw | 1 | -1/+3 |
2003-09-25 | update required libtool to revision nb15 | danw | 1 | -2/+2 |
2003-09-24 | make CC_VERSION available to packages by including bsd.prefs.mk. | grant | 3 | -7/+26 |
2003-09-24 | back out revision 1.67, as it does not work as it should due to the | grant | 1 | -19/+1 |
2003-09-24 | PATCH_BACKUP_ARG for pre-3.4 (-b <suffix>) | itojun | 1 | -1/+5 |
2003-09-24 | remove redefine of _GCC_PREFIX, whitespace fix. | grant | 1 | -4/+3 |
2003-09-23 | kaffe now works on alpha | dmcmahill | 1 | -2/+2 |
2003-09-23 | Do a better job of hiding unwanted libtool archives in a mixed | jlam | 2 | -60/+121 |
2003-09-23 | Work out _GCC_ARCHSUBDIR correctly, using the method from | gavan | 1 | -2/+10 |
2003-09-23 | add a TAR definition for a suitable tar implementation, not | grant | 7 | -7/+30 |
2003-09-23 | Use ${BMAKE} instead of make to make this work on non NetBSD platforms. | yyamano | 1 | -2/+2 |
2003-09-22 | Fix buildlinking of files if BUILDLINK_TRANSFORM.<pkg> is specified. | jlam | 1 | -2/+3 |
2003-09-21 | don't try to use tools if they haven't been installed yet. | grant | 1 | -1/+11 |
2003-09-21 | Test for egcs needs to come first, since egcs -v output also | wiz | 1 | -5/+5 |
2003-09-21 | override AS, AR, CPP and LD unless they are set to absolute path. | grant | 1 | -1/+19 |
2003-09-20 | Add two new pure-ftpd variables: | salo | 1 | -1/+12 |
2003-09-20 | automake.mk only needs to go ../mk/autoconf.mk to find autoconf.mk, not | chris | 1 | -2/+2 |
2003-09-19 | Don't have the libtool wrapper add -L<dir> where <dir> is a path in srcdir | jlam | 1 | -1/+2 |
2003-09-19 | Add some debugging info to determine which wrapper added which lines to the | jlam | 1 | -2/+2 |
2003-09-19 | Remove spurious }. | jlam | 1 | -2/+2 |