Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-02-16 | Do not overwrite (files of) other pkg versions, warn instead. | hubertf | 1 | -5/+6 | |
1999-02-15 | Add "WINDOWMAKER_OPTIONS". | tron | 1 | -1/+8 | |
1999-02-14 | Use "pkglibtool-1.2p1" as package libtool. | tron | 1 | -2/+2 | |
1999-02-14 | Add "MASTER_SITE_OVERRIDE". | tron | 1 | -1/+5 | |
1999-02-13 | Add automatic handling for ".tar.bz2" archives - just set "EXTRACT_SUFX" | tron | 1 | -7/+19 | |
and "bsd.pkg.mk" will do the rest. Furthermore replace all remaining instances of ":../../foo/bar" in dependences by ":${PKGSRCDIR}/foo/bar". | |||||
1999-02-11 | Back out the info dir changes/install-to-LOCALBASE; /usr/share/info was | tv | 1 | -12/+4 | |
not in pkgsrc's info path, which confused me to no end. | |||||
1999-02-11 | Also make this work if gtexinfo is not installed at all and info is in the | tv | 1 | -1/+3 | |
base; install the symlink at ${LOCALBASE}/info/dir if there is nothing there yet. | |||||
1999-02-11 | Missed the !exists(/usr/bin/install-info) on the gtexinfo dependency. | tv | 1 | -2/+2 | |
1999-02-11 | If /usr/bin/install-info exists: | tv | 1 | -3/+10 | |
- do not depend on gtexinfo pkg even if USE_GTEXINFO is set - if ${LOCALBASE}/info/dir is a regular file, nuke it and replace as a symlink to /usr/share/info/dir. (Upgrades of the base system will do this too, except that those will copy the contents of /usr/pkg/info/dir first. There is no truly clean solution here.) Also, use --info-dir=${LOCALBASE}/info/dir, NOT ${PREFIX}/info/dir. info(1) only searches one directory file. | |||||
1999-02-10 | NETBSD_CURRENT is not only used for finding out abouth UVM, but also for the | hubertf | 1 | -2/+3 | |
OBJECT_FMT, thanks to Thorsten Frueauf for finding this. (The error only showed up if you defined UVM in mk.conf on a -current system) | |||||
1999-02-09 | Backward compatible OBJECT_FMT/SHLIB_TYPE handling, | hubertf | 1 | -2/+21 | |
pointed out by Alistair Crooks. | |||||
1999-02-08 | sync with -current | hubertf | 1 | -53/+38 | |
1999-02-03 | Don't match a slash in the middle of a library name. | tv | 1 | -2/+2 | |
1999-02-01 | Use a more generic pattern to match libs in PLIST, this will | frueauf | 1 | -2/+2 | |
DTRT on ELF for e.g. lib/mozilla/*. | |||||
1999-02-01 | Make "distclean" target work for packages without distribution and | tron | 1 | -2/+3 | |
patch files, e.g. meta packages. | |||||
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -6/+6 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1999-01-30 | Fix space-ing of comment. | is | 1 | -10/+10 | |
1999-01-30 | Document the M68060= variable, which is used by (currently) pgp2 and ssh | is | 1 | -1/+12 | |
to avoid emulated instructions on the Motorola 68060 cpu. | |||||
1999-01-26 | Introduce a BUILD_USES_X11 definition, defined in package Makefiles, | agc | 1 | -3/+4 | |
and used to denote that a package uses X11 headers and libraries to build, but does not install itself into X11BASE (xpkgwedge notwithstanding). This is used to ignore packages which would otherwise cause build problems on machines with no X11 installation. | |||||
1999-01-19 | Bump PKGTOOLS_REQD to 19990119 for pkgdb code. | hubertf | 1 | -2/+2 | |
1999-01-19 | Patches from Greg Woods to get rid of GNU awk dependencies, so that | agc | 1 | -5/+5 | |
mawk and nawk can be used in bsd.pkg.mk (by setting AWK accordingly), in PR pkg/6582. With thanks to Hubert for reminding me about this one. | |||||
1999-01-19 | Give better help if umask is wrong: tell the expected umask, and mention | hubertf | 1 | -3/+3 | |
that the just installed package may be deinstalled with "make deinstall" first. Pointed out in PR 5973 by Kimmo Suominen <kim@tac.nyc.ny.us>. | |||||
1999-01-15 | Ack! Don't use tabs to space over comments in make files! | wrstuden | 1 | -7/+7 | |
Lines which start with tabs are shell commands. As we define no targets in this file, they end up being unassosciated shell commands, and cause make to bomb. | |||||
1999-01-09 | If applying a patch fails, tell which patch failed. | hubertf | 1 | -4/+7 | |
1999-01-04 | Shared objects can, in fact, have dots in their basenames. Libtool | tv | 1 | -2/+2 | |
creates such with the `-release' (versus `-version-info') build option. | |||||
1998-12-29 | Add "cleandir" target. | tron | 1 | -4/+4 | |
1998-12-29 | Add a second check after branching to build a dependency to make sure it | garbled | 1 | -1/+6 | |
actually completed succesfully before continuing on with the current build. This makes NOT_FOR_ARCHS and ONLY_FOR_ARCHS propogate up to the pkgs which depend on them. | |||||
1998-12-24 | If the default for MANZ is unset, then comment it out too. Maybe this | frueauf | 1 | -2/+2 | |
causes less confusion. | |||||
1998-12-12 | Add "${MUTT_INTERNATIONAL}". | tron | 1 | -1/+6 | |
1998-12-12 | Remove var (and var/games). Consensus seems to be that var-type things | simonb | 1 | -5/+1 | |
should exist in /var, not ${PREFIX}/var. | |||||
1998-12-06 | Add support for custom, per-category targets by setting PKG_MISC_TARGETS | hubertf | 1 | -2/+2 | |
This can be used to - enable execution of a non-standard target for all pkgs of a category, e.g. cd pkgsrc/benchmarks ; make benchmark - superceding standard-targets with custom versions, e.g. from /etc/mk.conf | |||||
1998-12-05 | Add "WINDOWMAKER_THEMES" for "wm-themes" package. | tron | 1 | -1/+6 | |
1998-12-03 | Add "share/games", "var" and "var/games". | simonb | 1 | -1/+7 | |
1998-11-26 | Add BSD_PKG_MK=1 to bsd.prefs.mk, and clarify it's usage (comment) a bit, | hubertf | 2 | -3/+8 | |
pointed out by Alistair Crooks and Johnny Lam. | |||||
1998-11-26 | Set BSD_PKG_MK=1 so people can put conditional things into their | hubertf | 1 | -1/+4 | |
/etc/mk.conf. Suggested by Johnny Chi-Lung Lam <jlbg+@andrew.cmu.edu>. | |||||
1998-11-25 | Use `ftp.gnu.org', instead of `prep.ai.mit.edu', to find the master GNU | tv | 1 | -2/+2 | |
distribution site. | |||||
1998-11-24 | Add "share/aclocal". | tron | 1 | -1/+3 | |
1998-11-19 | Handle decompression of symlinked manual pages. | tron | 1 | -2/+9 | |
1998-11-16 | When building the PLIST for the package, also substitute for the pattern | agc | 1 | -1/+3 | |
${OS_VERSION} (which is already calculated earlier in bsd.pkg.mk). | |||||
1998-11-09 | bump PKGTOOLS_REQD to 19981107 | hubertf | 1 | -2/+2 | |
1998-11-09 | add print-pkgtools_ver to get version of currently-installed pkg-tools | hubertf | 1 | -1/+6 | |
1998-11-07 | Do the info file handling *after* the post-install target, just before doing | mycroft | 1 | -5/+5 | |
man pages. | |||||
1998-11-07 | A foolish consistency: use && rather than ; in a bunch of places. Also, use | mycroft | 1 | -16/+17 | |
${SETENV} explicitly for configure. | |||||
1998-11-07 | Handle one error case slightly better. | mycroft | 1 | -2/+2 | |
1998-10-27 | Now we can be sure of pkg_install tools with the functionality, make | agc | 2 | -13/+3 | |
PKG_RELATIVE_SYMLINKS the default (i.e. if any full-pathname symbolic links are encountered by pkg_create(1), adjust them to be relative to ${PREFIX}, if appropriate). This helps with binary packages. | |||||
1998-10-26 | Update the (package) version of pkg_install tools to 19981026, to use | agc | 1 | -6/+3 | |
the new -b and -B flags to pkg_create, so that any binary packages that are created automatically get their build information and versioning data attached. Update bsd.pkg.mk to have PKGTOOLS_REQD= 19981026. | |||||
1998-10-26 | Use the new flags for pkg_create(1) for the build information and versioning | agc | 1 | -31/+46 | |
information. Re-arrange the fake-pkg target so that the files exist before they're used. | |||||
1998-10-26 | Use ${GMAKE}, not ${LOCALBASE}/bin/gmake, as pointed out by Matt Green. | agc | 1 | -2/+2 | |
1998-10-22 | Patch from Hubert Feyrer - make sure the directory entry is a file before | agc | 1 | -2/+7 | |
using it to make the +BUILD_VERSION file. | |||||
1998-10-20 | Fix depends-list target WRT dewey depends; try (for USE_PERL5): | hubertf | 1 | -4/+4 | |
DEPENDS+= perl>=5.00404:${PKGSRCDIR}/lang/perl5 |