Age | Commit message (Expand) | Author | Files | Lines |
2004-07-28 | Readd two mirros which apparently still exist. | tron | 1 | -1/+3 |
2004-07-28 | Remove SourceForge mirrors which apparently no longer exist. | tron | 1 | -11/+1 |
2004-07-27 | erm, I had PKG_RESUME_TRANSFERS set to yes, disable it for now. | xtraeme | 1 | -3/+3 |
2004-07-27 | Make the option to resume transfer optional, as suggested by | xtraeme | 2 | -5/+14 |
2004-07-27 | Add two new sourceforge mirrors: ovh (.fr) and puzzle (.ch), and | wiz | 1 | -2/+4 |
2004-07-27 | eww, replace another [ with ${TEST}. | xtraeme | 1 | -2/+2 |
2004-07-27 | s/echo/${ECHO}/ | xtraeme | 1 | -3/+3 |
2004-07-27 | Fix some more troubles with my modification for resume transfers: | xtraeme | 2 | -17/+26 |
2004-07-27 | Fix some problems with REFETCH mods: | agc | 1 | -7/+15 |
2004-07-27 | Add support to resume transfers, by default it will be disabled if | xtraeme | 2 | -9/+39 |
2004-07-26 | Add the 'et_EE' and 'it_NA' locale directories, used by amule-2.0. | minskim | 11 | -11/+99 |
2004-07-25 | correctly use PKG_SUFX instead of ".tgz". | grant | 1 | -2/+2 |
2004-07-25 | move PKG_SUFX=.tbz example to bsd.pkg.defaults.mk. | grant | 2 | -3/+7 |
2004-07-24 | Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX. | recht | 1 | -1/+2 |
2004-07-23 | pgsql.buildlink3.mk is used to select a PostgreSQL version for use by | recht | 1 | -0/+74 |
2004-07-22 | make the TBL variable work as intended | drochner | 1 | -2/+2 |
2004-07-22 | Abstract out the "nice -n 20" clause, so that it can be set to something | agc | 2 | -4/+12 |
2004-07-21 | Add QMAIL_AUTOCONFIG, QMAIL_QUEUE_DIR, and QMAIL_QUEUE_EXTRA, which | schmonz | 1 | -4/+22 |
2004-07-21 | Enable _OPSYS_MAX_CMDLEN test. | xtraeme | 1 | -6/+5 |
2004-07-21 | If a package Makefile sets USE_TBL to "yes", then add "tbl" to | jlam | 1 | -1/+22 |
2004-07-21 | Add a reminder that the old Postfix make variables will be removed after | jlam | 1 | -1/+5 |
2004-07-20 | Remove external Matroska support from mplayer packages. | salo | 1 | -2/+2 |
2004-07-19 | Introduce EZMLM_IDX_USE_{MY,PG}SQL, which provide database support | schmonz | 1 | -1/+11 |
2004-07-19 | Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in the | jlam | 2 | -30/+46 |
2004-07-16 | Enable OpenLDAP support in devel/apr, by default it's disabled. | xtraeme | 1 | -1/+6 |
2004-07-15 | add anchors for jumping to the top and each section of the HTML report. | grant | 1 | -4/+22 |
2004-07-15 | only include broken packages in the email output. | grant | 1 | -6/+9 |
2004-07-14 | Revert 1.29. | wiz | 1 | -1/+14 |
2004-07-14 | Update chat/jabberd2 to 2.0s3. | xtraeme | 1 | -1/+6 |
2004-07-10 | Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST, | salo | 1 | -1/+11 |
2004-07-10 | Be explicit about the fact that USE_PKGINSTALL has to be set to YES | wiz | 1 | -2/+2 |
2004-07-10 | Replace test -e with -d and -f respectively. | salo | 2 | -13/+13 |
2004-07-10 | fix typo | grant | 1 | -2/+2 |
2004-07-10 | explicitly don't transform "-Wl,*", fixing a bug that meant we were | grant | 1 | -1/+5 |
2004-07-10 | provide BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb, taken from whichever db | grant | 1 | -1/+14 |
2004-07-08 | Replace VARBASE in INSTALL/DEINSTALL scripts and in rc.d scripts. | reed | 1 | -1/+2 |
2004-07-07 | Remove duplicated BUILDLINK_DEPENDS lines, which are not needed because | xtraeme | 1 | -14/+1 |
2004-07-06 | Retire buildlink2, now that all packages using it have been converted to | wiz | 25 | -2136/+16 |
2004-07-06 | Option "-e" for "test" is not portable. | heinz | 1 | -2/+2 |
2004-07-06 | Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strength | abs | 1 | -1/+7 |
2004-07-06 | Implement EXTRACT_CMD.bin | abs | 1 | -1/+3 |
2004-07-04 | Handle --execute the same way as --install (not modifying the arguments). | wiz | 1 | -2/+2 |
2004-07-04 | transform --export-dynamic to -G and strip -fstrict-prototypes. | grant | 2 | -3/+13 |
2004-07-04 | Re-add USE_PKGSRC_GCC, and document it should only be | wiz | 1 | -2/+9 |
2004-07-04 | Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC, | wiz | 1 | -22/+2 |
2004-07-03 | catch locking failure case where we couldn't find the parent's process | grant | 1 | -1/+5 |
2004-07-03 | style fix from Roland Illig. | grant | 1 | -8/+6 |
2004-07-03 | use built-in test(1) now that bsd.pkg.mk is ${TEST} -e free. | grant | 1 | -2/+2 |
2004-07-03 | replace ${TEST} -e with -f. | grant | 1 | -2/+2 |
2004-07-03 | replace use of ${TEST} -e with -f or -d as appropriate. use consistent | grant | 1 | -12/+12 |