summaryrefslogtreecommitdiff
path: root/plan9
AgeCommit message (Collapse)AuthorFilesLines
1999-07-09Add package patch checksum files.agc7-0/+31
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-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-20sys_errlist gets defined in headers, don't redefinekim1-0/+13
1999-06-03Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.agc10-189/+10
This version has GNU autoconf support, a new master site, and a home page.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-12/+12
pattern match format. Minor pkglint along the way.
1999-04-04Back out last commit.hubertf1-2/+1
1999-04-01Rewrite the extraction commands to be more intuitive.agc3-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-29add lib/X11/app-defaults/Samhubertf1-1/+2
1999-03-22Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individualagc1-8/+1
package Makefiles which need it.
1999-03-08Upgrade to the latest stable version of wily. Changes since version 0.13.36agc2-4/+4
are unknown, but this version has been stable for me over the last month.
1999-02-04Set USE_X11=yes, to denote that the package uses X11 libraries andagc3-3/+8
headers to build (from Tim Rightnour).
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-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-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-10-25Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran.frueauf1-0/+14
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-15Modifications for a read-only pkgsrc (but writable WRKOBJDIR).agc1-7/+10
1998-09-09Restore a BUILD_DEPENDS line which had been commented out inexplicably.agc1-2/+2
1998-08-23Fix compilation on alpha. Closes PR 5768 (Tim Rightnour)garbled5-92/+120
1998-08-20The Grand Homepagification:tsarna3-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-07Add NetBSD RCS Ids.agc7-0/+14
1998-08-07Add NetBSD RCS Ids.agc17-0/+34
1998-08-04Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.tron1-0/+11
1998-06-22Update package Makefiles for automatic manual page handling.agc6-20/+6
1998-05-09use absolute pathhubertf1-2/+2
1998-05-08%D not needed on @dirrmhubertf1-2/+2
1998-05-08Use the PKGSRCDIR variable we passed down from the package Makefile.agc2-2/+2
1998-05-08Pass the PKGSRCDIR definition down through the environment.agc1-2/+2
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf6-32/+33
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc8-51/+16
Remove redundant (and sometimes erroneous) comments.
1998-03-10MAN1->CAT1.frueauf1-9/+9
1998-02-27Don't bother checking if we're on NetBSD before setting MANCOMPRESSED.agc1-6/+2
The manual pages are compressed anyway.
1998-02-24Use NetBSD's snprintf to format a quad integer, and pass the buffer toagc1-52/+44
rc's fprint as a string. Fixes PR pkg/5041 from Sean Doran.
1998-01-24portlint: fix RCS Idhubertf3-3/+4
1998-01-24portlint: s/@unexec rmdir/@dirrm/hubertf1-2/+2
1998-01-24portlint: remove empty linehubertf1-1/+0
1998-01-24portlint: fix RCS Idhubertf1-1/+1
1998-01-24portlint: fix RCS Idhubertf3-3/+3
1998-01-16Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (andhubertf3-4/+5
pass in via MAKE_ENV).
1997-12-19Comment out mknod prototype in rc's proto.h on 4.4BSD-derived OSes.agc1-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-21Fix a typo, and describe this category a bit better.agc1-1/+1
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc7-0/+7
1997-10-29Add a patch from Scott Schwartz <schwartz@finch.cse.psu.edu>, whichagc1-0/+54
initialises a newly-allocated Text structure properly. Also clean up two compiler warnings while I'm here.
1997-10-24Enable wily.agc1-1/+2
1997-10-24Initial import of Gary Capell's UTF-aware wily editor/workingagc6-0/+36
environment, which is an X11 clone of Rob Pike's acme.
1997-10-22Sync with reality.hubertf1-5/+5
1997-10-22Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6.hubertf1-1/+11
1997-10-22Add MANCOMPRESSED, MAN1.hubertf1-1/+7
1997-10-22sync with reality, rmdir empty directory on pkg_deletehubertf1-0/+2
1997-10-22Manpage's installed formatted, not unformatted.hubertf1-1/+1