| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the default value of PTHREAD_LIBS to -pthread for 5.x and | kris | 2004-10-07 | 1 | -1/+1 |
* | * Support USE_GCC=3.[34] properly, and allow newer 5.x systems to | kris | 2004-09-30 | 1 | -8/+8 |
* | Separate precious __softMAKEFLAGS from .MAKEFLAGS to fix certain build | marcus | 2004-08-03 | 1 | -1/+10 |
* | Update PERL_VERSION and PERL_VER | krion | 2004-07-30 | 1 | -2/+2 |
* | - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, | anholt | 2004-07-23 | 1 | -25/+81 |
* | Fix the IGNORE message when trying build a port with the wrong MySQL version. | marcus | 2004-07-22 | 1 | -1/+1 |
* | make OpenLDAP 2.2 the default version | eik | 2004-07-17 | 1 | -2/+2 |
* | * Be even more explicit about partial ports trees being unsupported | kris | 2004-07-14 | 1 | -39/+47 |
* | * Support verbose index builds with INDEX_VERBOSE [1] | kris | 2004-06-10 | 1 | -29/+28 |
* | - Update default perl version from 5.8.2 to 5.8.4 | pav | 2004-05-31 | 1 | -2/+2 |
* | Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change: | eik | 2004-05-27 | 1 | -9/+16 |
* | Two bugfixes: | kris | 2004-04-19 | 1 | -2/+2 |
* | Introduce bsd.autotools.mk to the world, ripped from bsd.port.mk | ade | 2004-04-19 | 1 | -383/+14 |
* | Add patch hunk forgotten in previous commit (don't try to edit the makefile | kris | 2004-04-03 | 1 | -0/+2 |
* | - Allow processing of info files in non-standard locations; the | kris | 2004-04-02 | 1 | -32/+68 |
* | * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] | marcus | 2004-02-04 | 1 | -156/+335 |
* | Back out last change to make PTHREAD_LIBS and PTHREAD_CFLAGS conditional | deischen | 2004-01-24 | 1 | -2/+2 |
* | Make PTHREAD_LIBS and PTHREAD_CFLAGS conditional. Also remove | deischen | 2004-01-23 | 1 | -2/+2 |
* | Fix a regression in bsd.port.mk where ports with multiple checksums per file | marcus | 2004-01-23 | 1 | -1/+1 |
* | Remove an extra blank line. | marcus | 2004-01-20 | 1 | -1/+0 |
* | Conditionalize the max command length on whether or not GNU_CONFIGURE is | marcus | 2004-01-20 | 1 | -2/+2 |
* | OPTIONSFILE now defaults to ${PORT_DBDIR}/${UNIQUENAME}/options where | marcus | 2004-01-20 | 1 | -4/+7 |
* | * Chase the shared lib version of OpenLDAP 2.2 [1] | marcus | 2004-01-20 | 1 | -2/+9 |
* | s/sanity-check/check-sanity/ since the latter is the actual target name. | marcus | 2004-01-20 | 1 | -3/+3 |
* | Here come the patches! | marcus | 2004-01-20 | 1 | -192/+533 |
* | Fix a typo that prevented proper automake257 dependencies from working. | marcus | 2003-11-24 | 1 | -1/+1 |
* | Document the new PORTDOCS macro. This is a comment change only. | marcus | 2003-11-08 | 1 | -0/+10 |
* | Really add the fix for 56096. This was tested on bento, but somehow removed | marcus | 2003-11-07 | 1 | -1/+1 |
* | * Improve the test for the old ports directory layout [1] | marcus | 2003-11-07 | 1 | -100/+237 |
* | <insert 20 nasty words here> and back out rev 1.467, which was committed | obrien | 2003-09-03 | 1 | -42/+32 |
* | Update Vim sites. | obrien | 2003-09-03 | 1 | -32/+42 |
* | Clarify the RC_SUBR comments to match reality. | marcus | 2003-08-29 | 1 | -3/+2 |
* | Fix typo in recent MySQL component addition. This typo lead to incorrect | marcus | 2003-08-28 | 1 | -1/+1 |
* | * Fix bug with already-installed check on older versions of FreeBSD [1] | marcus | 2003-08-27 | 1 | -40/+123 |
* | * r1.455 introduced a change that uses su(1) to install the port if | kris | 2003-08-15 | 1 | -20/+30 |
* | * Remove some obsolete options: BROKEN_ELF, USE_DGS, NO_WRKDIR, | kris | 2003-08-04 | 1 | -22/+21 |
* | Backout rev. 1.459. | fjoe | 2003-07-30 | 1 | -3/+2 |
* | Convert ${SU} to ${SU_CMD}. This allows to use sudo instead of su | fjoe | 2003-07-30 | 1 | -2/+3 |
* | * Add USE_SDL option, which adds a dependency on the sdl12 port and | kris | 2003-07-27 | 1 | -5/+30 |
* | Include sed_inplace as a PATCH_DEPENDS rather than a BUILD_DEPENDS to fix | marcus | 2003-07-22 | 1 | -1/+1 |
* | If GNU_CONFIGURE is defined, replace all instances of config.guess | kris | 2003-07-11 | 1 | -0/+10 |
* | * Attempt to detect and disallow installation of a port with PREFIX | kris | 2003-07-06 | 1 | -46/+159 |
* | libtool uber-patch | ade | 2003-06-26 | 1 | -13/+64 |
* | Tidy up white space in the update-patches target. | trevor | 2003-06-10 | 1 | -2/+5 |
* | For the update-patches target, support PATCH_WRKSRC, which was | trevor | 2003-06-10 | 1 | -1/+1 |
* | Remove excessive quoting of comment strings in created packages. | kris | 2003-05-26 | 1 | -1/+1 |
* | Back out parts [3] and [5] of r1.446, which dealt with improved | kris | 2003-05-23 | 1 | -8/+5 |
* | Check XFREE86_HTML_MAN==yes case insensitively. | anholt | 2003-05-14 | 1 | -1/+1 |
* | - Add support for the Tools/scripts/update-patches script [1] | kris | 2003-05-06 | 1 | -43/+93 |
* | s/LIB_DEPENDS=/LIB_DEPENDS+=/ in the USE_GETOPT_LONG section. | kris | 2003-04-19 | 1 | -1/+1 |