Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-10 | do not change NROFF | Theo de Raadt | |
2000-11-10 | the new MANPS variable specifies that .ps versions of manual pages should | Theo de Raadt | |
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them. | |||
2000-11-08 | UVM default on alpha | Artur Grabowski | |
2000-11-08 | Enable UVM for amiga. | Artur Grabowski | |
2000-10-29 | vax uses uvm. | Hugh Graham | |
2000-10-27 | Default to building at -O0 on vax until gcc problems can be worked out. | Hugh Graham | |
Hopefully only the short-term fix. | |||
2000-10-18 | hardcoded "gcc" -> ${CC}; ok espie@ | Brad Smith | |
2000-10-09 | Use gcc -shared -fpic to build shared libraries on all arches. | Marc Espie | |
This repairs objective C. | |||
2000-10-03 | allow ../Makefile.inc to overwrite mk.conf settings; millert@ ok | Michael Shalayeff | |
2000-09-07 | Make it official, powerpc does have shared libraries. | Dale S. Rahn | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-21 | 2.8-beta (so that X11 can distinguish login.conf) | Theo de Raadt | |
2000-07-15 | Build shared libraries as expected for the new libexec/ld.so. Currently | Dale 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-06 | Add "-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-03 | Set DEBUGLIBS only if not previously set. Allows overrides from | Marco S Hyman | |
command line or mk.conf | |||
2000-06-18 | (CFLAGS): add _LKM so kernel header files behave nicely. | assar | |
2000-05-16 | Extend MANSUBDIR to be a possible list, use links so that this only | Marc 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-16 | DEBUGLIBS=no still makes defined(DEBUGLIBS) true, ;-) | Niklas Hallqvist | |
2000-05-15 | Add 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-08 | 2.7-beta | Theo de Raadt | |
2000-03-31 | include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf) | Marc Espie | |
(This whole series of patches approved by millert@, btw) | |||
2000-03-31 | Define BSD_OWN_MK, to play `don't include the same file twice' game. | Marc Espie | |
2000-02-25 | KerberosIV is now reenabled. | Hans Insulander | |
If i've done my homework right, KerberosIV should work fine now... | |||
2000-02-25 | Disable 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-11 | Add LIBKEYNOTE. (niklas@ ok) | Hakan Olsson | |
2000-02-08 | Add DIRMODE | Marc Espie | |
Suggested by Matthew Patton. | |||
1999-12-01 | uvm on the i386 | Theo de Raadt | |
1999-11-27 | Call nroff with the -Tascii option to keep groff from using -Tlatin1 | Todd 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-26 | Add ${LIBPERL} | Todd C. Miller | |
1999-10-29 | UVM is now default on sparc. | Artur Grabowski | |
1999-09-29 | Add LIBSSL and LIBCRYPTO definitions | Bob Beck | |
1999-09-23 | move towards 2.6-beta | Theo de Raadt | |
1999-06-22 | Add a temporary UVM define | Artur Grabowski | |
1999-05-26 | Add .m files, necessary to compile libobjc. | Marc Espie | |
1999-05-25 | Stub out src/ ports makefile fragments, so that everything is under | Marc Espie | |
ports/ (simpler to keep synchronized). | |||
1999-05-23 | - add a few more dist sites to MASTER_SITE_GNU | Brad 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-15 | mention GLOBAL_AUTOCONF_CACHE | kstailey | |
1999-05-14 | add USE_ZIP for distfiles that use zip (.zip) for its packaging instead of | Brad Smith | |
tar and add USE_BZIP2 for distfiles that use bzip2 (.tar.bz2) for compression instead of gzip. | |||
1999-05-10 | change email address of maintainer to ports-admin@openbsd.org | Brad Smith | |
1999-05-04 | USE_LIBTOOL from NetBSD | Bruno Rohee | |
1999-05-02 | support *.3p (perl lib manuals); man.conf already supports this | Todd C. Miller | |
1999-04-20 | IMPORTANT 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-20 | FIND as a known program | Marc Espie | |
1999-04-20 | remove weird restriction on package repository name, and make delete-links | Marc Espie | |
safer. | |||
1999-04-20 | Add 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-10 | shit: egcs-stable is in LANG, not DEVEL | Marco S Hyman | |
1999-04-06 | Fix library dependency test for arch-es that don't | Marco 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-02 | add list-distfiles target to help me build/update the LICENSE file | Marco S Hyman | |
1999-03-30 | add obj target that works in conjuction with WRKOBJDIR; | Marco S Hyman | |
code from op21@squish.org | |||
1999-03-24 | arrgghhh! do NOT add pkgdep lines when creating PLIST-auto; | Marco S Hyman | |
(I thought I had already removed this quite a while ago). |