Age | Commit message (Expand) | Author | Files | Lines |
2004-12-21 | Whitespace police - no functional change | agc | 1 | -53/+51 |
2004-12-21 | libtool>=1.5.10nb9 actually works on DragonFly, so require at | grant | 1 | -1/+2 |
2004-12-21 | Introduce QMAIL_QFILTER_TMPDIR, the temporary directory for | schmonz | 1 | -1/+6 |
2004-12-20 | Darwin 7.7.x has poll() in libc, but no poll.h. Address this in GNU | grant | 1 | -1/+10 |
2004-12-19 | fix MASTER_SITE_GNOME .au example. | grant | 1 | -2/+2 |
2004-12-19 | transform -fPIC to -qnocommon and clarify the related comment. | grant | 1 | -3/+4 |
2004-12-18 | Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen. | jlam | 1 | -1/+22 |
2004-12-18 | document QPOPPER_SPOOL_DIR. | grant | 1 | -1/+8 |
2004-12-18 | Ensure that libtool-base>=1.5.10nb7 is required for packages that set | jlam | 1 | -4/+6 |
2004-12-17 | Rewrite func_infer_tag in the libtool script so that it's easier to | jlam | 1 | -1/+4 |
2004-12-15 | Remove "http://aleron.dl.sourceforge.net/sourceforge/" once more because | tron | 1 | -2/+1 |
2004-12-14 | fix perl modules path in cpan.pair.com URL. | grant | 1 | -2/+2 |
2004-12-14 | Make bulk builds mark packages failing due to "no acceptable JVM found" | kristerw | 1 | -2/+2 |
2004-12-11 | The documentation claims you can use -m as an alias for --mirror_only. | kristerw | 1 | -2/+2 |
2004-12-11 | Create directories before putting files in them. This should fix | jlam | 1 | -1/+2 |
2004-12-10 | Nuke bsd.perl.mk... we compute these values where they're needed in | jlam | 1 | -5/+1 |
2004-12-09 | From inspecting configure scripts, it seems FreeBSD wants "-D_THREAD_SAFE" | jlam | 1 | -1/+4 |
2004-12-08 | ftp2.sf.net is much more responsive than ftp3; replace the latter with the fo... | wiz | 1 | -2/+2 |
2004-12-05 | In the show-options target, ensure that PKG_OPTIONS and friends | schmonz | 1 | -4/+4 |
2004-12-05 | make sure some variables are initialized before using them. | grant | 1 | -4/+4 |
2004-12-05 | add handling for some required -Wl, transformations for packages that | grant | 2 | -1/+68 |
2004-12-05 | whitespace fix | grant | 1 | -4/+4 |
2004-12-05 | transform -dynamiclib and -fno-common to the appropriate arguments | grant | 1 | -2/+16 |
2004-12-05 | add show-options target which displays the options available, default, | grant | 1 | -1/+17 |
2004-12-05 | Allow the wrapper-specific transform scripts to replace one arg with | jlam | 1 | -12/+24 |
2004-12-05 | don't throw away all "-Wl," arguments, they are needed to pass various | grant | 1 | -3/+3 |
2004-12-05 | fix typo | grant | 1 | -2/+2 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -3/+8 |
2004-12-02 | add MASTER_SITE_IFARCHIVE -- list of mirrors of the Interactive Fiction Archive | dillo | 1 | -1/+7 |
2004-12-02 | Don't hardcode /usr/include/db.h and /usr/include/db1/db.h all over the | jlam | 1 | -10/+16 |
2004-12-02 | If we're using the builtin dlopen(), and libdl.* doesn't exist, then | jlam | 1 | -1/+3 |
2004-12-01 | "the the" -> "the" | wiz | 4 | -9/+9 |
2004-11-30 | We already know that bsd.prefs.mk is included before this, so reduce make | tv | 1 | -5/+3 |
2004-11-30 | Remove the trailing whitespace in the values of the toolchain variables | jlam | 2 | -2/+10 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 10 | -148/+228 |
2004-11-29 | Since last revision PTHREAD_AUTO_VARS defaults to 'no'. | seb | 1 | -2/+2 |
2004-11-29 | Remove anl.gov from _CYGWIN as it is either slow or dead most of the time. | tv | 1 | -2/+1 |
2004-11-28 | Set initial values for PKG_{CC,CPP,CXX,FC} which are used within the | jlam | 1 | -1/+9 |
2004-11-28 | Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready | jlam | 1 | -11/+3 |
2004-11-28 | Don't show the currently selected options if there aren't any. | jlam | 1 | -1/+3 |
2004-11-28 | Reverse the tests so that we actually check for the existence and not | jlam | 3 | -18/+18 |
2004-11-27 | CFLAGS+=-ma because most packages expect alloca to be available and | grant | 1 | -1/+5 |
2004-11-27 | Remove "LYNX_SCREEN_LIB" option, not supported by the lynx package right | xtraeme | 1 | -6/+1 |
2004-11-27 | Output the currently selected options after telling the user which | jlam | 1 | -13/+21 |
2004-11-26 | Match NetBSD-2.x_RCn as well as NetBSD-2.x. | jlam | 1 | -2/+3 |
2004-11-26 | Move the section that defines DLOPEN_REQUIRE_PTHREAD outside of the | jlam | 1 | -22/+22 |
2004-11-26 | Check that USE_BUILTIN.dl is "yes", not that it's just defined. | jlam | 1 | -2/+2 |
2004-11-26 | Don't auto-add -ldl to LIBS since most GNU configure scripts already | jlam | 1 | -2/+6 |
2004-11-26 | Don't append BUILDLINK_CFLAGS.pthread to itself if pthread.builtin.mk | jlam | 1 | -1/+2 |
2004-11-26 | Move all dlopen-handling code into dlopen.{builtin,buildlink3}.mk. | jlam | 2 | -12/+6 |