Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-04-15 | Fix the names of these two files. | agc | 2 | -9/+9 | |
1998-04-15 | Rename (by CVS repository copy) bsd.port.mk to bsd.pkg.mk, and | agc | 3 | -2223/+0 | |
bsd.port.subdir.mk to bsd.pkg.subdir.mk. Remove the Makefile that was used to install the old files, as we use the files in place in the pkgsrc tree now. | |||||
1998-04-14 | Moved bsd.port.mk and bsd.port.subdir.mk into the pkgsrc tree, by | agc | 1 | -0/+12 | |
CVS repository copy magick. Add a Makefile so that these files can be installed properly. This Makefile was derived from that in src/share/mk. | |||||
1998-04-09 | Don't creade dirs mode 444, inspired by fvdl's last commit. | hubertf | 2 | -4/+4 | |
1998-04-08 | INSTALL_DATA_DIR should not install directories with mode 444 | fvdl | 2 | -4/+4 | |
1998-03-30 | Add examples for a distributed pkgsrc amongst different archs, plus some more. | hubertf | 1 | -5/+21 | |
1998-03-27 | Initial pass at creating an example /etc/mk.conf. | agc | 1 | -0/+128 | |
1998-03-24 | Add "ftp.uni-paderborn.de" and "ftp.x.org" to "${MASTER_SITE_XCONTRIB}". | tron | 2 | -4/+8 | |
1998-03-23 | Document ALL_TARGET and INSTALL_TARGET, as per PR 5186. | hubertf | 2 | -2/+10 | |
1998-03-09 | Temporarily revert to using GNU tar, until pax is bug-compatible with | agc | 2 | -4/+14 | |
gtar. pax has problems extracting certain archives which were made by gtar and contain trailing trash at the end - gtar ignores this dross, pax thinks it's valid, and prompts for the second volume. | |||||
1998-03-08 | Make definition of OBJMACHINE in mk.conf work. | hubertf | 2 | -44/+46 | |
1998-03-08 | Introduce "Arch:" field in INDEX to handle the ONLY_FOR_ARCHS case better. | frueauf | 2 | -6/+18 | |
1998-03-07 | Add INSTALL_*_DIR macros. | hubertf | 2 | -12/+46 | |
1998-03-01 | MANZ now handles symlinks properly. | tron | 2 | -4/+20 | |
1998-02-28 | Cleanup fetch-list change reported by Bernd Ernesti.. | hubertf | 2 | -12/+16 | |
1998-02-28 | Fix merge problem with last commit. | tron | 2 | -10/+10 | |
1998-02-28 | Fix problem with registering foreign language manual pages. | tron | 2 | -6/+10 | |
1998-02-27 | Patches from Matthew Green to use pax if it's present, in preference | agc | 2 | -8/+18 | |
to tar. | |||||
1998-02-20 | Enhance look & feel of the generated README.html's. | hubertf | 2 | -18/+54 | |
1998-02-20 | Recursively print /bin/sh code for all dependent package as well as the | hubertf | 2 | -28/+70 | |
current package (IF called from a package dir and not via bsd.port.subdir.mk; in the latter case it's assumed that the dependent packages will be scanned later anyways). This fixes PR 4992 by Mario Kemper <magick@bundy.lip.owl.de>. | |||||
1998-02-20 | Kill line forgotten during PATH extension (in MAKE_ENV). | hubertf | 2 | -4/+2 | |
1998-02-17 | Add a deinstall target, so that packages can be removed easily. | agc | 2 | -4/+32 | |
This implementation was taken from FreeBSD. | |||||
1998-02-13 | When generating the PLIST, if a manual page name has to have .gz added | agc | 2 | -10/+10 | |
or removed using sed, don't add the g at the end of the substitution expression - there will only be one substitution per line. | |||||
1998-02-09 | Fix PR 4884 by replacing STRIP with STRIPFLAG. | hubertf | 4 | -10/+10 | |
This addes yet another step towards bsd.pkg.mk. :) | |||||
1998-02-02 | Introduce TRUE?=/usr/bin/true, and use it. | hubertf | 2 | -12/+14 | |
1998-01-30 | Echo the directory name when doing a "make readme", so that progress | agc | 2 | -4/+4 | |
can be monitored. | |||||
1998-01-30 | Remove the requirement that a LIB_DEPENDS name must have any '.' | agc | 2 | -24/+38 | |
characters escaped with a backslash, but recognise the backslashes for backwards compatibility. When matching names, do any escaping of the regexp '.' metacharacter automatically, if needed. When a shared object dependency is printed out, use a form that does not have the backslashes in it, for readability. Print out the full pathname of the matching shared object, for clarity. | |||||
1998-01-28 | Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>" | hubertf | 2 | -6/+10 | |
(in bsd.port.mk) for backward compatibility. | |||||
1998-01-27 | add mirror-distfiles target also here | hubertf | 2 | -6/+10 | |
1998-01-27 | Rename the `mirror' target to be `mirror-distfiles'. This describes | agc | 2 | -4/+14 | |
the action better, and works around problems with the mirror package. Document the mirror-distfiles target, and also the readme target. | |||||
1998-01-25 | use __ARCH_OK=yes and NO_IGNORE=yes at the mirror-target to get ALL distfiles | hubertf | 2 | -4/+4 | |
1998-01-25 | Re-move .if!defined(__ARCH_OK) to fix use of NO_IGNORE; document some .endif's | hubertf | 2 | -22/+22 | |
1998-01-25 | MAINTAINER = packages@NetBSD.ORG | hubertf | 2 | -6/+18 | |
1998-01-24 | From OpenBSD's bsd.port.mk rlog (Mmm, AnonCVS :-): | hubertf | 2 | -4/+4 | |
revision 1.21 date: 1997/12/20 01:26:57; author: joey; state: Exp; lines: +2 -2 openbsd maintainer changed from imp to me | |||||
1998-01-23 | Echo "" instead of nothing in CKSUMFILES computation.. | hubertf | 2 | -2/+6 | |
Fixes PR 4877 by Manuel Bouyer <bouyer@antioche.lip6.fr> | |||||
1998-01-23 | In the shell script to find an executable upon which this package | agc | 2 | -4/+6 | |
depends, break out of the loop when you find one. Also print the name of the executable found. | |||||
1998-01-22 | Ignore the return code from rm when removing the ${WRKDIR} symbolic | agc | 2 | -4/+4 | |
link, when doing a "make clean" with WRKOBJDIR defined. From Thorsten Frueauf. | |||||
1998-01-22 | Add a MIRROR_DISTFILE variable; defaults to "yes", and should be set | agc | 2 | -2/+28 | |
to "no" in a package's Makefile when the authors have placed restrictions on the redistribution of the distfiles. (Thanks to Jason Thorpe for the idea). Add a `mirror' target, which will do a "make fetch" if the package's distfile is allowed to be redistributed. This is for use on sites which mirror package distfiles. (Thanks to Charles Hannum for the idea). | |||||
1998-01-16 | Fix comment for FETCH_CMD wrt non-NetBSD-systems | hubertf | 2 | -4/+4 | |
1998-01-15 | - Our default for FETCH_CMD is ftp, not fetch. | hubertf | 2 | -28/+56 | |
- Document NO_IGNORE, __ARCH_OK - Make __ARCH_OK overridable, so it can be set to YES e.g. for fetching all distfiles. - Move ".ifndef(__ARCH_OK): block, so some targets like clean work in any case. - Add LOCALBASE and X11BASE to PATH in MAKE_ENV, CONFIGURE_ENV and SCRIPT_ENV; this fixes PR 4573 | |||||
1998-01-15 | Move the inclusion of bsd.own.mk back to the correct place in | agc | 2 | -22/+14 | |
bsd.port.mk, but this time use a definition before the inclusion, which stops <bsd.own.mk> defining its own install target when using the package system. This makes the package system take notice of the definitions in /etc/mk.conf | |||||
1998-01-08 | Add lines so that "make readme" in the top level pkgsrc directory, or | agc | 2 | -2/+8 | |
one if the categories directories, will call "make readme" in any subdirectories. I thought that this was suggested by Chris Demetriou, but I can't find any PR backing this up. So my apologies to the person who did suggest this. | |||||
1997-12-29 | Add us to MASTER_SITE_LOCAL. | hubertf | 2 | -2/+4 | |
1997-12-27 | MACHINE_ARCH of pmax is "mips" | hubertf | 2 | -6/+6 | |
1997-12-21 | Fix up documentation (MASTER_SITE_SUBDIR, PATCH_SITE_SUBDIR, | hubertf | 2 | -4/+14 | |
MASTER_SITE_BACKUP). | |||||
1997-12-19 | Now that we have ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles, | hubertf | 2 | -2/+4 | |
add it to MASTER_SITE_BACKUP. | |||||
1997-12-13 | - move definition of ARCH and OPSYS so it is even available if | hubertf | 2 | -18/+18 | |
ONLY_FOR_ARCHS is set - Usage points to PLIST_SRC | |||||
1997-12-03 | do not depend on gmake being called gmake (pointed out by Matt Green) | hubertf | 2 | -4/+4 | |
1997-11-26 | Fix missing backslash when gzipping manual pages. | agc | 2 | -6/+6 | |
If we're going to go to the bother of defining LDCONFIG, we might as well use it. | |||||
1997-11-22 | We use perl 5.004_04 now | hubertf | 2 | -6/+6 | |