summaryrefslogtreecommitdiff
path: root/share/mk/bsd.port.mk
AgeCommit message (Collapse)Author
1998-03-27Add support for the COMES_WITH variable. COMES_WITH is set to the OpenBSDMarco S Hyman
version that a port became part of the standard distribution. If someone tries to generate the port on that version (or later) they will see the message "<port> comes with OpenBSD as of release ${COMES_WITH}". Users of earlier versions of OpenBSD will still generate the port.
1998-02-19Handle make clean when port is not for machine's architectureMarco S Hyman
1998-02-11Fix lib-depends case for alpha even betterNiklas Hallqvist
1998-02-11Fix lib-depends case for alphaNiklas Hallqvist
1998-02-10make LDCONFIG usable on alphas too, no need for special casing it anymoreNiklas Hallqvist
1997-12-20openbsd maintainer changed from imp to mejoey
1997-12-20fix the PATH problem.Todd T. Fries
now things SHOULD compile with a PATH of /usr/bin:/bin ... ANY executable not in these two subdirs should have ${SETENV} prepended to set the right path.
1997-12-17append /usr/local/bin and /usr/X11R6/bin to PATH during ports buildsNiklas Hallqvist
1997-12-04Make WRKOBJDIR a bit smarter about existing linksNiklas Hallqvist
1997-12-02do not destroy /dev/null on alphaNiklas Hallqvist
1997-12-02one way to deal with LIB_DEPENDS on alphaNiklas Hallqvist
1997-12-02We have perl5 in-treeNiklas Hallqvist
1997-09-21Accept WRKOBJDIR for NFS mounted ports tree and local objs. DEF_UMASK isNiklas Hallqvist
different on OpenBSD. Was this OK to commit, imp?
1997-09-09Merge 1.264 and 1.20 from FreeBSD's bsd.port.mk and bsd.port.subdir.mk ↵imp
respectively
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.Todd C. Miller
For some reason the previous commit did not grab these.
1997-04-19We use /etc/mk.conf not /etc/make.conf.Todd C. Miller
1997-01-11Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certainNiklas Hallqvist
port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one.
1996-12-25Merge our chagnes with FreeBSD's latest changes. We should nowimp
have identical bsd.port.mk files again. This file has successfully compiled many of the archivers, gnu make, and emacs (althought the emacs deltas have not been merged back into the FreeBSD tree yet since I don't have it working yet). The FreeBSD Id line may be slightly off since I generated it by hand to match the commit I just made there.
1996-12-22bring in bsd.own.mkNiklas Hallqvist
1996-10-22Sync with FreeBSDNiklas Hallqvist
1996-08-23Merge changes from FreeBSDNiklas Hallqvist
1996-06-30Our tar(1) now lives in /binThorsten Lockert
1996-06-11move to bin/md5 for `greater accessibility'Theo de Raadt
1996-06-10Reintroduce the long patch(1) optionsNiklas Hallqvist
1996-06-03Use our ftp & patchNiklas Hallqvist
1996-06-03Initial import of "ports" mk-files from FreeBSD, probably needs workNiklas Hallqvist