| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a preprocessor for soelem. If if USE_SOELIMPP is defined, then | bde | 1995-11-29 | 1 | -2/+14 |
* | Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable files | asami | 1995-11-26 | 1 | -5/+23 |
* | Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args. | asami | 1995-11-17 | 1 | -2/+2 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+3 |
* | Fix maninstall target for the NOMANCOMPRESS case. The previous revision | bde | 1995-10-21 | 1 | -6/+13 |
* | Add `.sh' suffix and rule. | bde | 1995-10-21 | 1 | -10/+12 |
* | Back out the two latest changes. The -current branch is now equal to | asami | 1995-10-17 | 1 | -7/+1 |
* | Add NO_FETCH handling in the similar way as other NO_* targets does | ache | 1995-10-16 | 1 | -1/+5 |
* | Fix NO_EXTRACT case: build missing WRKDIR | ache | 1995-10-16 | 1 | -1/+3 |
* | An even better idea: The default will be that on _${KMOD} (_nfs_mod...) will | phk | 1995-10-15 | 1 | -2/+3 |
* | Automatically DTRT for VFS_LKM | phk | 1995-10-15 | 1 | -1/+2 |
* | Change the default PRINTER from ps to ascii. | jfieber | 1995-10-15 | 1 | -2/+2 |
* | Make a rule for cleaning the namelist of lkms. | phk | 1995-10-15 | 1 | -2/+9 |
* | Fix the support for MANSRC (it was broken by the compression changes): | bde | 1995-10-14 | 1 | -54/+33 |
* | Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is set | asami | 1995-10-11 | 1 | -1/+5 |
* | Don't run `ranlib -t' at install time. Our ld has never looked at the | bde | 1995-10-09 | 1 | -6/+1 |
* | Add CONFIGURE_ENV: pass this environment to configure script. | ache | 1995-10-04 | 1 | -2/+3 |
* | Attempt to sound more civilized by adding a missing period to | asami | 1995-10-04 | 1 | -2/+2 |
* | Use full pathname for ldconfig (/sbin/ldconfig). | asami | 1995-10-02 | 1 | -2/+2 |
* | Compress manual pages (if desired) in the obj directory rather | wollman | 1995-10-02 | 4 | -63/+62 |
* | Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS. | asami | 1995-09-18 | 1 | -15/+61 |
* | Ignore patchfiles that end with ".orig" or "~". | asami | 1995-09-13 | 1 | -5/+19 |
* | Now works correctly with obj directories. | jfieber | 1995-09-10 | 1 | -17/+12 |
* | Fix a bug with the clean target. | jfieber | 1995-09-10 | 1 | -10/+16 |
* | Add bsd.sgml.mk | jfieber | 1995-09-08 | 1 | -2/+2 |
* | A makefile for sgml source files. | jfieber | 1995-09-08 | 1 | -0/+150 |
* | Don't trust ncftp's exit status, they are not indicative of whether | asami | 1995-08-29 | 1 | -14/+12 |
* | Clean up EXTRACT_ONLY logic a bit. Instead of branching in the | asami | 1995-08-29 | 1 | -10/+5 |
* | Merge all the "skeleton" target into one macro. This is an enormous | asami | 1995-08-18 | 1 | -237/+149 |
* | Changed default optimization from -O2 back to -O...gcc 2.6.* has serious | dg | 1995-08-11 | 1 | -2/+2 |
* | Use lorder/tsort for shared libraries. It might help group things better. | dg | 1995-08-02 | 1 | -2/+2 |
* | Use GZIPCMD to hold name of gzip command rather than just GZIP. | wollman | 1995-07-27 | 2 | -9/+9 |
* | Compress `doc' and `info' documents before installing them. | wollman | 1995-07-26 | 2 | -18/+44 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -2/+2 |
* | Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list instead | asami | 1995-07-24 | 1 | -3/+3 |
* | Simplify the USE_IMAKE stuff considerably. | jkh | 1995-07-17 | 1 | -9/+1 |
* | A regrettable hack to allow a port to say that it doesn't want its Makefiles | jkh | 1995-07-15 | 1 | -1/+5 |
* | Add IS_DEPENDED_TARGET to change the behavior of a port when you want | asami | 1995-07-11 | 1 | -2/+18 |
* | Use | asami | 1995-06-26 | 1 | -6/+6 |
* | Use full pathnames for the commands. Everything except gmake and | asami | 1995-06-26 | 1 | -93/+99 |
* | Check if uid is 0 before running mtree. If you aren't root, you just | asami | 1995-06-26 | 1 | -2/+7 |
* | Add new option NO_MTREE. If set, bsd.port.mk won't run mtree to | asami | 1995-06-25 | 1 | -2/+8 |
* | Add a "checkpatch" target that does a "patch -C" instead of a "patch". | asami | 1995-06-24 | 1 | -3/+20 |
* | Renamed the default package repository ".../packages/.packages" to | asami | 1995-06-06 | 1 | -4/+5 |
* | Remove comment about not being able to undefine a variable, as we *can* | asami | 1995-05-29 | 1 | -3/+2 |
* | Fix the indent level. I know we're in code freeze, and this is | asami | 1995-05-16 | 1 | -2/+2 |
* | Don't conditionalize fake-pkg on NO_PACKAGE. | asami | 1995-05-13 | 1 | -5/+1 |
* | Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off. | asami | 1995-05-13 | 1 | -1/+7 |
* | When NO_PACKAGE is set, "package" and "repackage" don't depend on | asami | 1995-05-12 | 1 | -3/+3 |
* | Not only deleting the package and package links, also exit with status | asami | 1995-05-12 | 1 | -1/+2 |