summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
1998-10-05check write permissions to ${DISTDIR} before trying to fetch distfiles.Oleg Safiullin
1998-09-15hello 2.4Theo de Raadt
1998-09-15enable AFSArtur Grabowski
1998-09-08don't generate @exec ranlib for .a files (plist target)Marco S Hyman
1998-09-07sync with NetBSD where possible. Fix WRKOBJDIR. Add deinstall target.Marco S Hyman
Make uninstall an alias for deinstall.
1998-08-28NOPIC for hppa (yet)Michael Shalayeff
1998-08-24add -q to mtree invocation. This requires version of mtree checked inMarco S Hyman
last week.
1998-08-21when checking for lib depends on the alpha (no shared libs)Marco S Hyman
check /usr/local/lib and /usr/X11R6/lib in addition to the standard place
1998-08-08update 'comes with...' message so it is less confusingMarco S Hyman
1998-07-29Fix version number checking to handle ja-* correctly.Marc Espie
1998-07-28Document NOCLEANDEPENDS, make clean gotchaMarc Espie
1998-07-27LIBGMP was missingNiklas Hallqvist
1998-07-17fix ONLY_FOR_ARCH test in bsd.port.mkOleg Safiullin
1998-07-15spellingMarc Espie
1998-07-13typoTodd T. Fries
1998-07-12allow detection of older package versions with a new package from the ports treeTodd T. Fries
1998-07-09remove comment from packing list that must be added whenMarco S Hyman
the package is installed, not when the plist is created
1998-07-08search for files inMarco S Hyman
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles if they were not found in ftp://ftp.openbsd.org/pub/OpenBSD/licensed. The later directory is where we will keep the tarballs for ports that can not be shipped on the CD.
1998-07-07minor tweaks to plist targetMarco S Hyman
1998-07-06New target 'plist' for port developers. Generates /PLIST-autoMarco S Hyman
which should require minimal hacking to turn into /PLIST. CAUTION: does not find files installed with tar, or any other install method that does not change the timestamp of the installed file.
1998-07-05Powerpc port now support profiled libraries, thus NOPROFILE= isDale S. Rahn
not set anymore. The code is left for future architecures, If it is needed again.
1998-06-29add support for architecture dependent packing lists;Marco S Hyman
PLIST.${ARCH} will be used if it exists, otherwise PLIST is used
1998-06-11update OpenBSD maintainer per toddf's requestMarco S Hyman
1998-06-09Add CTAGS, with a full pathname, and use it.Jason Downs
1998-05-14Use -O2, not -OTodd C. Miller
1998-05-024 new definitions .. look to using these definitions for revision informationTodd T. Fries
throughout the tree so we have 1 place to update instead of many.
1998-04-30c++ compiler is called c++, of courseTheo de Raadt
1998-04-28Redo the way ONLY_FOR_ARCH was implemented. The new methodMarco S Hyman
allows things like "make clean" and a top level "make index" work regardless of the architecture upon which the command is issued.
1998-04-06existing fetch from cdrom was freebsd specific and would not work on OpenBSD;Marco S Hyman
Add code to copy or link from cdrom that works with OpenBSD.
1998-04-05Add ftp.openbsd.org as a MASTER_SITE_BACKUP before ftp.freebsd.org;Marco S Hyman
If MASTER_SITE_OPENBSD is defined only ftp.openbsd.org will be used; Re-do the way COMES_WITH was implemented to allow overide on the command line by defining NO_IGNORE.
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-03-26add LIBKAFSTheo de Raadt
1998-03-12Variable to allow AFS support for certain utils and libs.Artur Grabowski
1998-03-01Add Benedikt Stockebrand <benedikt@devnull.ruhr.de>'s SKIPDIR handlingNiklas Hallqvist
It actually has proven useful for developer work when in-transit changes of tools breaks certain parts of the system. We do not recommend it on a regular basis though, as having customized setups make bug handling more troublesome
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-11-05.cxx support from Mathieu.Herrb@mipnet.frTheo de Raadt
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-09-08Do not do function CSE on PIC code for m68k, gas does not handle itNiklas Hallqvist
correctly, making spurious "undefined symbol" errors turn up without reason occasionally.
1997-08-22"ln -s" becomes "ln -sf"flipk