summaryrefslogtreecommitdiff
path: root/mk/buildlink2/bsd.buildlink2.mk
AgeCommit message (Expand)AuthorFilesLines
2003-10-18Bump minimum required version of "x11-links" package.tron1-2/+2
2003-10-13Update pkgtools/x11-links to 0.16.veego1-2/+2
2003-09-10There's no need to preserve mode bits when copying the x11-links tree.jlam1-2/+2
2003-09-09Use pax(1) instead of "cp -R" so we preserve symlinks instead of followingjlam1-2/+2
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-9/+18
2003-08-27(*) Nuke the _BUILDLINK_SUBST_USE target now that subst.mk does the samejlam1-89/+7
2003-08-16Move the hide-tools portion of bsd.buildlink2.mk into tools.mk, andjlam1-93/+2
2003-08-09USE_NEW_TEXINFO is now ubiquitous. Remove conditionals on it.seb1-6/+4
2003-07-31Make it possible to have a package requiring makeinfo but not install-info.seb1-3/+1
2003-07-22Sync comments with reality wrt to USE_MAKEINFO == "no".seb1-2/+2
2003-07-09Use proper compiler test.salo1-2/+2
2003-07-09More support bits for native Sun compilers (on Solaris).salo1-1/+6
2003-07-02Use "$@" when it matters.seb1-2/+2
2003-06-25Using GNU missing script as makeinfo seemed like a good ideaseb1-2/+4
2003-06-19Introduce a new framework to handle info files, install-info andseb1-1/+52
2003-06-19Apply patch by Joachim Koenig-Baltes (joachim at handshake dot de) injschauma1-1/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-05-02Escape the wrappee name in an error message, since a user faced with anagc1-2/+2
2003-04-15ugh, fix logic in last.grant1-2/+2
2003-04-15only create the wrappers for /opt/SUNWspro/bin/{CC,CXX} if we're notgrant1-1/+3
2003-04-11Make sure wrappee is actually a file/link before considering it found.jmc1-2/+4
2003-01-25Modify code to produce fake libtool archives to check whether the librariesjlam1-5/+7
2003-01-14Bump build dependency on x11-links to 0.12 after teaching x11-links aboutjlam1-2/+2
2003-01-13bump BUILD_DEPENDS on x11-links (Darwin fixes).grant1-2/+2
2003-01-10Alphabetize _BLNK_CACHE_ALL list.jlam1-2/+2
2003-01-10Don't add rpath statements to _BLNK_LDFLAGS if _USE_RPATH != "yes".thorpej1-4/+9
2003-01-10Protect ${WRKDIR} from transformation. We only want to transform pathsjlam1-1/+6
2003-01-10Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-basejlam1-5/+18
2003-01-08Teach buildlink2 about ${_OPSYS_RPATH_NAME} instead of just using -Wl,-Rjlam1-11/+4
2003-01-07Also substitute for @BUILDLINK_X11_DIR@ in the wrapper scripts. This wasjlam1-1/+3
2003-01-03Require at least version 0.10 of the "x11-links" package becausetron1-2/+2
2002-12-27Both buildlink caching methods work on Solaris 8 and Darwin 6.2.grant1-2/+3
2002-12-26Add some libtool workarounds for software authors that don't follow thejlam1-1/+16
2002-12-26Rewrite wrapper scripts so that it is possible to add wrapper-specificjlam1-85/+117
2002-12-23Let's be consistent:jschauma1-3/+3
2002-12-23Note that buildlink2 and full caching both work on IRIX (thanks, jschauma!)jlam1-1/+2
2002-12-23Note that Solaris 8 & 9 work with full caching enabled (thanks grant, salo!).jlam1-4/+9
2002-12-22The buildlink2 problems on non-NetBSD platform seem to be related tojlam1-13/+17
2002-12-03Allow package Makefiles to define REPLACE_LOCALEDIR, which is a space-jlam1-10/+20
2002-12-02IRIX wants -rpath (missed in last commit)jschauma1-1/+9
2002-12-01Move the PKGLOCALDIR section a little lower so it isn't in the middle ofjlam1-21/+20
2002-11-30Conditionalize _PKGLOCALEDIR_FILES pattern for ${FIND}. Some packages needsalo1-4/+9
2002-11-28Introduce new framework for handling packages' locale directories.salo1-1/+20
2002-11-26Move X11BASE transformations ahead of LOCALBASE transformations to handlejlam1-9/+9
2002-11-26Restore usual meaning for AUTOMAKE_OVERRIDE so that it works even ifjlam1-2/+5
2002-11-25In the _BUILDLINK_SUBST_USE target, save the original file from which wejlam1-6/+8
2002-11-21Instead of inventing our own "missing" script, just use the GNU one.jlam1-9/+8
2002-11-20Reimplement hide-autotools target by making better use of make targets.jlam1-9/+15
2002-11-20Provide a more complete list of GNU auto* tools to hide (thanks wiz!).jlam1-2/+8
2002-11-20If using buildlink2, use a (hopefully) less error-prone way of preventingjlam1-1/+29