Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-17 | fix ONLY_FOR_ARCH test in bsd.port.mk | Oleg Safiullin | |
1998-07-15 | spelling | Marc Espie | |
1998-07-13 | typo | Todd T. Fries | |
1998-07-12 | allow detection of older package versions with a new package from the ports tree | Todd T. Fries | |
1998-07-09 | remove comment from packing list that must be added when | Marco S Hyman | |
the package is installed, not when the plist is created | |||
1998-07-08 | search for files in | Marco 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-07 | minor tweaks to plist target | Marco S Hyman | |
1998-07-06 | New target 'plist' for port developers. Generates /PLIST-auto | Marco 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-05 | Powerpc port now support profiled libraries, thus NOPROFILE= is | Dale S. Rahn | |
not set anymore. The code is left for future architecures, If it is needed again. | |||
1998-06-29 | add support for architecture dependent packing lists; | Marco S Hyman | |
PLIST.${ARCH} will be used if it exists, otherwise PLIST is used | |||
1998-06-11 | update OpenBSD maintainer per toddf's request | Marco S Hyman | |
1998-06-09 | Add CTAGS, with a full pathname, and use it. | Jason Downs | |
1998-05-14 | Use -O2, not -O | Todd C. Miller | |
1998-05-02 | 4 new definitions .. look to using these definitions for revision information | Todd T. Fries | |
throughout the tree so we have 1 place to update instead of many. | |||
1998-04-30 | c++ compiler is called c++, of course | Theo de Raadt | |
1998-04-28 | Redo the way ONLY_FOR_ARCH was implemented. The new method | Marco 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-06 | existing 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-05 | Add 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-27 | Add support for the COMES_WITH variable. COMES_WITH is set to the OpenBSD | Marco 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-26 | add LIBKAFS | Theo de Raadt | |
1998-03-12 | Variable to allow AFS support for certain utils and libs. | Artur Grabowski | |
1998-03-01 | Add Benedikt Stockebrand <benedikt@devnull.ruhr.de>'s SKIPDIR handling | Niklas 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-19 | Handle make clean when port is not for machine's architecture | Marco S Hyman | |
1998-02-11 | Fix lib-depends case for alpha even better | Niklas Hallqvist | |
1998-02-11 | Fix lib-depends case for alpha | Niklas Hallqvist | |
1998-02-10 | make LDCONFIG usable on alphas too, no need for special casing it anymore | Niklas Hallqvist | |
1997-12-20 | openbsd maintainer changed from imp to me | joey | |
1997-12-20 | fix 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-17 | append /usr/local/bin and /usr/X11R6/bin to PATH during ports builds | Niklas Hallqvist | |
1997-12-04 | Make WRKOBJDIR a bit smarter about existing links | Niklas Hallqvist | |
1997-12-02 | do not destroy /dev/null on alpha | Niklas Hallqvist | |
1997-12-02 | one way to deal with LIB_DEPENDS on alpha | Niklas Hallqvist | |
1997-12-02 | We have perl5 in-tree | Niklas Hallqvist | |
1997-11-05 | .cxx support from Mathieu.Herrb@mipnet.fr | Theo de Raadt | |
1997-09-21 | Accept WRKOBJDIR for NFS mounted ports tree and local objs. DEF_UMASK is | Niklas Hallqvist | |
different on OpenBSD. Was this OK to commit, imp? | |||
1997-09-09 | Merge 1.264 and 1.20 from FreeBSD's bsd.port.mk and bsd.port.subdir.mk ↵ | imp | |
respectively | |||
1997-09-08 | Do not do function CSE on PIC code for m68k, gas does not handle it | Niklas Hallqvist | |
correctly, making spurious "undefined symbol" errors turn up without reason occasionally. | |||
1997-08-22 | "ln -s" becomes "ln -sf" | flipk | |
1997-08-07 | Use DOCDIR (god this has been lying in my tree a long time) | Niklas Hallqvist | |
1997-06-28 | been discussed several times with no real objection, do it | grr | |
1997-06-12 | goodbye perl | kstailey | |
1997-06-12 | make bsd.lib.mk a bit more consistant about the lies it echo's | grr | |
1997-06-02 | do MAKEFLAGS better | Michael Shalayeff | |
1997-06-02 | propagate MAKEFLAGS | Michael Shalayeff | |
1997-06-01 | Add TCP_WRAPPERS. | Jason Downs | |
1997-05-03 | Workaround bug in some shells, esp. the one shipped in 2.0. | Niklas Hallqvist | |
1997-04-29 | Add ${SHAREDIR}, ${SHAREGRP}, ${SHAREOWN} and ${SHAREMODE}, they are used | Thorsten Lockert | |
by ports | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes. | Todd C. Miller | |
For some reason the previous commit did not grab these. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-27 | Allow BSDSRCDIR to point to a symlink. This means /usr/src can be a symlink | Niklas Hallqvist | |
without having to explicitly set BSDSRCDIR |