summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2000-05-16Extend MANSUBDIR to be a possible list, use links so that this onlyMarc Espie
consumes inodes. Add / at start of MANSUBDIR entries automatically (see make(1) for :S), so that we can use list of machines automatically. millert@ ok.
2000-05-16DEBUGLIBS=no still makes defined(DEBUGLIBS) true, ;-)Niklas Hallqvist
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage.
2000-04-082.7-betaTheo de Raadt
2000-03-31include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf)Marc Espie
(This whole series of patches approved by millert@, btw)
2000-03-31Define BSD_OWN_MK, to play `don't include the same file twice' game.Marc Espie
2000-02-25KerberosIV is now reenabled.Hans Insulander
If i've done my homework right, KerberosIV should work fine now...
2000-02-25Disable KerberosIV while commiting new Kerberos stuff.Hans Insulander
If you depend on Kerberos, DON'T update your tree until Kerberos has been enabled again. (art@ ok)
2000-02-11Add LIBKEYNOTE. (niklas@ ok)Hakan Olsson
2000-02-08Add DIRMODEMarc Espie
Suggested by Matthew Patton.
1999-12-01uvm on the i386Theo de Raadt
1999-11-27Call nroff with the -Tascii option to keep groff from using -Tlatin1Todd C. Miller
which could result in it using 0xAD as a hyphenation character. This looks ok with less on an xterm but not on others, eg. the pcvt console. From NetBSD.
1999-11-26Add ${LIBPERL}Todd C. Miller
1999-10-29UVM is now default on sparc.Artur Grabowski
1999-09-29Add LIBSSL and LIBCRYPTO definitionsBob Beck
1999-09-23move towards 2.6-betaTheo de Raadt
1999-06-22Add a temporary UVM defineArtur Grabowski
1999-05-26Add .m files, necessary to compile libobjc.Marc Espie
1999-05-25Stub out src/ ports makefile fragments, so that everything is underMarc Espie
ports/ (simpler to keep synchronized).
1999-05-23- add a few more dist sites to MASTER_SITE_GNUBrad Smith
- add MASTER_SITE_AFTERSTEP and MASTER_SITE_WINDOWMAKER for the master and mirror sites of two popular window manager suites - add MASTER_SITE_TCLTK which is Tcl/Tk master sites
1999-05-15mention GLOBAL_AUTOCONF_CACHEkstailey
1999-05-14add USE_ZIP for distfiles that use zip (.zip) for its packaging instead ofBrad Smith
tar and add USE_BZIP2 for distfiles that use bzip2 (.tar.bz2) for compression instead of gzip.
1999-05-10change email address of maintainer to ports-admin@openbsd.orgBrad Smith
1999-05-04USE_LIBTOOL from NetBSDBruno Rohee
1999-05-02support *.3p (perl lib manuals); man.conf already supports thisTodd C. Miller
1999-04-20IMPORTANT CHANGE:Marc Espie
depends-list and package-depends now give out output suitable for tsort, so they are INCOMPATIBLE with the previous version. PACKAGE_NAME_AS_LINK disappears, functionality is replaced by FULL_PACKAGE_NAME, which makes more sense anyway. *This does fix the package dependencies problem* Still missing: mechanism to output a decent error message in case tsort finds out a cycle.
1999-04-20FIND as a known programMarc Espie
1999-04-20remove weird restriction on package repository name, and make delete-linksMarc Espie
safer.
1999-04-20Add SUPDISTFILES/SUPPATCHFILES functionality:Marc Espie
files that are not always needed for all builds, but that must be fetched for maintainance purposes (makesum, mirror...) Not to use for intl/usa programs, probably...
1999-04-10shit: egcs-stable is in LANG, not DEVELMarco S Hyman
1999-04-06Fix library dependency test for arch-es that don'tMarco S Hyman
suppport shared libs so building tk80, for example, doesn't cause tkl80 to get built even thouth it is already installed. Update list-distfiles target
1999-04-02add list-distfiles target to help me build/update the LICENSE fileMarco S Hyman
1999-03-30add obj target that works in conjuction with WRKOBJDIR;Marco S Hyman
code from op21@squish.org
1999-03-24arrgghhh! do NOT add pkgdep lines when creating PLIST-auto;Marco S Hyman
(I thought I had already removed this quite a while ago).
1999-03-16tell gnu configure packages to stuff their files under /etc.Marc Espie
1999-03-14Adding ${MASTER_SITE_GNOME} and ${MASTER_SITE_KDE}Bruno Rohee
1999-03-10pass COPTS in CFLAGS for those ports that do not override CFLAGS;Marco S Hyman
NOTE: Some (most?) ports override CFLAGS. This includes all ports that use imake. Therefore this change is not as useful as it should be.
1999-03-05Fix makesum/addsum batch behaviorMarc Espie
1999-03-03Replace md5 checksum with a choice of sha1, rmd160, md5.Marc Espie
Upward compatible.
1999-03-03Temporary disable AFS and Optimizations for m88k.Steve Murphree
1999-03-03Remove . from the path passed to configure;Marco S Hyman
adjust the configure script path appropriate for SEPARATE_BUILD; this seems to work for all ports, some ports had probs with earlier changes
1999-03-01Note that NO_SHARED_LIBS can not be tested until afterMarco S Hyman
bsd.port.mk is included; define CONFIGURE_SHARED that is set to either --enable-shared or --disable-shared depending upon the architecture.
1999-03-01Work around some broken Configure (such as elm) which don't work correctlyMarc Espie
when they're invoked with an absolute path. This was introduced by the WRKBUILD/WRKSRC split. So: - replace default CONFIGURE with a full path, so that you can override it. - remove leading ${WRKSRC} from the configure invocation. - add . to the configure path.
1999-02-28* make the _PORT_USE macro more explicit and less magic in its use ofMarc Espie
cookies, so that cookie names are no longer hard-coded. * new SEPARATE_BUILD feature: for ports that can build outside their source tree, use build-${ARCH} to build, and move configure/build/install cookie down inside build-${ARCH}. Those few people who use NFS to mount ports tree around different architectures may find this helps.
1999-02-28moving to 2.5-betaTheo de Raadt
1999-02-27sunsite.unc.edu changed its name to metalab.unc.edu + French mirrorBruno Rohee
1999-02-24Do not include @name or @cwd in packing lists created by the plist target;Marco S Hyman
they are not necessary as the proper names are generated when the package is installed; including them only adds work as they must be verified and changed when the port changes; thanks to fgsch@ for bringing this up
1999-02-24Declare phony target as phony targets. This may avert a few subtle bugs,Marc Espie
and it documents behavior as well.
1999-02-21internalize NEED_VERSION sub macros to avoid getting tangled withMarc Espie
user macros.
1999-02-21Follow up on espie suggestion: don't allow package registrationMarco S Hyman
(following installation) if the COMMENT exceeds 60 characters