Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
1998-10-20 | + Remove the old check for pkg_create being able to handle a -C | agc | 1 | -10/+9 | |
argument if any CONFLICTS are defined - it's been superceded by the new PKGTOOLS_REQD definition. + Set PKGTOOLS_REQD correctly if PKG_RELATIVE_SYMLINKS is defined. | |||||
1998-10-20 | + Add and document the PKG_RELATIVE_SYMLINKS option, which makes sure | agc | 2 | -2/+27 | |
that a symbolic link in a package is relative to ${PREFIX}, if it is under ${PREFIX}, using the -l argument to pkg_create. + Build a +BUILD_INFO file with appropriate information from the package build. Thanks to Christoph Badura for pointers to the appropriate information. | |||||
1998-10-19 | Improvements suggested by Charles Hannum: | agc | 1 | -9/+11 | |
+ use ident rather than strings + only check for up-to-date pkg_* tools when they're about to be used Also + don't include the RCS Id string from crt0 when calculating version date | |||||
1998-10-19 | nntpcache has a "fee-based-commercial-use" license. Add that category of | agc | 1 | -4/+4 | |
license to the ACCEPTABLE_LICENSES category in the example mk.conf file. | |||||
1998-10-19 | Add examples for Danish mirrors, provided in pr 6329 by Soren S. Jorvang. | frueauf | 1 | -1/+11 | |
1998-10-18 | Add example entry for Austrian mirror sites, provided in pr 6326 by Rene Hexel. | frueauf | 1 | -1/+11 | |
1998-10-17 | When doing binpkg-list, make sure to only look in directories with an actual | mycroft | 1 | -2/+2 | |
release number, not in distfiles. Makes `make readme' about 40x faster on the FTP server. | |||||
1998-10-15 | Correct the date of the PKGTOOLS_REQD version - although our package was | agc | 1 | -2/+2 | |
dated 19980911, the latest NetBSD RCS Id string was 19980908. Thanks to Thorsten Frueauf for pointing this out. | |||||
1998-10-15 | Add logic to check for pkg_install tools that are up to date. | agc | 1 | -1/+26 | |
1998-10-13 | Fix tyop I introduced yesterday, when creating the +BUILD_VERSION file | agc | 1 | -2/+2 | |
when registering a package. | |||||
1998-10-12 | + explain "Unacceptable license" message a bit better. | agc | 1 | -39/+51 | |
+ create a +BUILD_VERSION file when creating the package, containing the RCS Id strings of files pertinent to the package build. + re-format one block of code + s/echo/${ECHO}/ + don't give out unnecessary internal pkg information to users (the exact location of registration of the package does not matter). | |||||
1998-10-05 | reverse \" and | (thanks Al for helping to find this!), plus | hubertf | 1 | -4/+4 | |
add more quotes at another place. | |||||
1998-10-05 | fix up for dewey depends | hubertf | 1 | -56/+36 | |
1998-10-04 | Add "share/locale". | tron | 1 | -1/+3 | |
1998-10-04 | Add "cleandir" target to comform with the rest of our source tree. | tron | 1 | -1/+5 | |
1998-10-04 | fix list of ports supporting UVM and PMAP_NEW with reality. | hubertf | 1 | -3/+13 | |
1998-10-03 | Teach our tools about dependencies containing wildcards. | hubertf | 1 | -14/+59 | |
1998-10-03 | Filter dlopen'ed (.so) shared objects from NOPIC systems, so that PLISTs | tv | 1 | -1/+3 | |
that include them will not need the "-mi/-md" split. | |||||
1998-10-03 | Use PLIST-md.shared on alpha and place an exception into perl's Makefile, | tv | 1 | -5/+3 | |
not into the generic bsd.pkg.mk. | |||||
1998-10-02 | Switch USE_LIBTOOL pkgs to use pkglibtool, and revert libtool back to a | tv | 1 | -3/+3 | |
"vanilla" libtool (pkg now called glibtool) that understands NetBSD ELF. | |||||
1998-10-01 | fix MASTER_SITE_PERL_CPAN example for australia; noted by kimmo | lukem | 1 | -2/+2 | |
1998-10-01 | Added Finnish defaults. | kim | 1 | -2/+16 | |
1998-09-23 | Add a cdrom-readme target, a clone of the readme target, for ease of use. | agc | 2 | -101/+134 | |
The URLs in the generated README.html files can be specified by overriding the CDROM_PKG_URL_HOST and CDROM_PKG_URL_DIR definitions. Document the targets, and clean up some English, in Packages.txt | |||||
1998-09-21 | Use the correct INSTALL_FILE, DEINSTALL_FILE, MESSAGE_FILE and REQ_FILE | agc | 1 | -24/+32 | |
at installation time. | |||||
1998-09-17 | Make the REQ and MESSAGE files specifiable from package Makefiles, | agc | 1 | -5/+15 | |
as REQ_FILE and MESSAGE_FILE respectively. Modify xpkgwedge to create its MESSAGE_FILE in the WRKDIR. | |||||
1998-09-17 | Make any INSTALL or DEINSTALL scripts specifiable in the package | agc | 1 | -9/+19 | |
Makefile (for read-only pkgsrc use). This is for the use of packages which build INSTALL and DEINSTALL scripts dynamically, such as pkgsrc/games/crossfire. | |||||
1998-09-16 | If WRKOBJDIR is set, try to create a symbolic link to the working | agc | 1 | -3/+8 | |
directory, but fail silently if we can't (for read-only pkgsrc use). Also clean up properly if WRKOBJDIR is set. | |||||
1998-09-15 | Eliminate redundant code - never need to create a symlink called | agc | 1 | -10/+1 | |
${WRKDIR} if WRKOBJDIR is set. |