summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
2001-02-17define UVM for mvme88kMiod Vallat
2001-02-16Engage UVM for powerpc. It is now running fairly well (better than non UVM)Dale Rahn
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc.
2001-01-31ELF alpha has crtbegin and crtend.Artur Grabowski
2000-12-12gmp goneNiels Provos
2000-11-10do not change NROFFTheo de Raadt
2000-11-10the new MANPS variable specifies that .ps versions of manual pages shouldTheo de Raadt
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them.
2000-11-08UVM default on alphaArtur Grabowski
2000-11-08Enable UVM for amiga.Artur Grabowski
2000-10-29vax uses uvm.Hugh Graham
2000-10-27Default to building at -O0 on vax until gcc problems can be worked out.Hugh Graham
Hopefully only the short-term fix.
2000-10-18hardcoded "gcc" -> ${CC}; ok espie@Brad Smith
2000-10-09Use gcc -shared -fpic to build shared libraries on all arches.Marc Espie
This repairs objective C.
2000-10-03allow ../Makefile.inc to overwrite mk.conf settings; millert@ okMichael Shalayeff
2000-09-07Make it official, powerpc does have shared libraries.Dale S. Rahn
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-212.8-beta (so that X11 can distinguish login.conf)Theo de Raadt
2000-07-15Build shared libraries as expected for the new libexec/ld.so. CurrentlyDale S. Rahn
this is only used for the powerpc. The difference between this and the mips (both ELF) is that powerpc expects the soname field to be libX.{major}.{minor} and is to be built from the _pic version of the library.
2000-07-06Add "-idirafter ${DESTDIR}/usr/include/g++" to CXXFLAGS if DESTDIR is set.Todd C. Miller
Fixes "make build" problems w/ libcurses++ since -nostdinc is in effect.
2000-07-03Set DEBUGLIBS only if not previously set. Allows overrides fromMarco S Hyman
command line or mk.conf
2000-06-18(CFLAGS): add _LKM so kernel header files behave nicely.assar
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