Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-07-09 | Add package patch checksum files. | agc | 7 | -0/+31 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -3/+4 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-06-20 | sys_errlist gets defined in headers, don't redefine | kim | 1 | -0/+13 | |
1999-06-03 | Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell. | agc | 10 | -189/+10 | |
This version has GNU autoconf support, a new master site, and a home page. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -12/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-04 | Back out last commit. | hubertf | 1 | -2/+1 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 3 | -12/+6 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-29 | add lib/X11/app-defaults/Sam | hubertf | 1 | -1/+2 | |
1999-03-22 | Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual | agc | 1 | -8/+1 | |
package Makefiles which need it. | |||||
1999-03-08 | Upgrade to the latest stable version of wily. Changes since version 0.13.36 | agc | 2 | -4/+4 | |
are unknown, but this version has been stable for me over the last month. | |||||
1999-02-04 | Set USE_X11=yes, to denote that the package uses X11 libraries and | agc | 3 | -3/+8 | |
headers to build (from Tim Rightnour). | |||||
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -2/+2 | |
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package". | |||||
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -3/+3 | |
1998-10-25 | Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran. | frueauf | 1 | -0/+14 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-15 | Modifications for a read-only pkgsrc (but writable WRKOBJDIR). | agc | 1 | -7/+10 | |
1998-09-09 | Restore a BUILD_DEPENDS line which had been commented out inexplicably. | agc | 1 | -2/+2 | |
1998-08-23 | Fix compilation on alpha. Closes PR 5768 (Tim Rightnour) | garbled | 5 | -92/+120 | |
1998-08-20 | The Grand Homepagification: | tsarna | 3 | -4/+7 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+14 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 17 | -0/+34 | |
1998-08-04 | Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour. | tron | 1 | -0/+11 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 6 | -20/+6 | |
1998-05-09 | use absolute path | hubertf | 1 | -2/+2 | |
1998-05-08 | %D not needed on @dirrm | hubertf | 1 | -2/+2 | |
1998-05-08 | Use the PKGSRCDIR variable we passed down from the package Makefile. | agc | 2 | -2/+2 | |
1998-05-08 | Pass the PKGSRCDIR definition down through the environment. | agc | 1 | -2/+2 | |
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -2/+2 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 6 | -32/+33 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 8 | -51/+16 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-10 | MAN1->CAT1. | frueauf | 1 | -9/+9 | |
1998-02-27 | Don't bother checking if we're on NetBSD before setting MANCOMPRESSED. | agc | 1 | -6/+2 | |
The manual pages are compressed anyway. | |||||
1998-02-24 | Use NetBSD's snprintf to format a quad integer, and pass the buffer to | agc | 1 | -52/+44 | |
rc's fprint as a string. Fixes PR pkg/5041 from Sean Doran. | |||||
1998-01-24 | portlint: fix RCS Id | hubertf | 3 | -3/+4 | |
1998-01-24 | portlint: s/@unexec rmdir/@dirrm/ | hubertf | 1 | -2/+2 | |
1998-01-24 | portlint: remove empty line | hubertf | 1 | -1/+0 | |
1998-01-24 | portlint: fix RCS Id | hubertf | 1 | -1/+1 | |
1998-01-24 | portlint: fix RCS Id | hubertf | 3 | -3/+3 | |
1998-01-16 | Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (and | hubertf | 3 | -4/+5 | |
pass in via MAKE_ENV). | |||||
1997-12-19 | Comment out mknod prototype in rc's proto.h on 4.4BSD-derived OSes. | agc | 1 | -0/+20 | |
rc shouldn't be prototyping this kind of thing, and it will break when compiled with post-1.3 sources. Pointed out by Bill Coldwell. | |||||
1997-11-21 | Fix a typo, and describe this category a bit better. | agc | 1 | -1/+1 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 7 | -0/+7 | |
1997-10-29 | Add a patch from Scott Schwartz <schwartz@finch.cse.psu.edu>, which | agc | 1 | -0/+54 | |
initialises a newly-allocated Text structure properly. Also clean up two compiler warnings while I'm here. | |||||
1997-10-24 | Enable wily. | agc | 1 | -1/+2 | |
1997-10-24 | Initial import of Gary Capell's UTF-aware wily editor/working | agc | 6 | -0/+36 | |
environment, which is an X11 clone of Rob Pike's acme. | |||||
1997-10-22 | Sync with reality. | hubertf | 1 | -5/+5 | |
1997-10-22 | Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6. | hubertf | 1 | -1/+11 | |
1997-10-22 | Add MANCOMPRESSED, MAN1. | hubertf | 1 | -1/+7 | |
1997-10-22 | sync with reality, rmdir empty directory on pkg_delete | hubertf | 1 | -0/+2 | |
1997-10-22 | Manpage's installed formatted, not unformatted. | hubertf | 1 | -1/+1 | |