Commit graph

55 commits

Author SHA1 Message Date
hubertf
3305fcc114 Back out last commit. 1999-04-04 16:58:24 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
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-04-01 14:07:52 +00:00
hubertf
fded0ae3d3 add lib/X11/app-defaults/Sam 1999-03-29 17:08:49 +00:00
agc
49ad04f369 Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
package Makefiles which need it.
1999-03-22 09:38:22 +00:00
agc
0cc3cc5b77 Upgrade to the latest stable version of wily. Changes since version 0.13.36
are unknown, but this version has been stable for me over the last month.
1999-03-08 20:58:16 +00:00
agc
19d2aaa44b Set USE_X11=yes, to denote that the package uses X11 libraries and
headers to build (from Tim Rightnour).
1999-02-04 18:54:35 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
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 23:18:44 +00:00
frueauf
d633e97498 pkglint: move NOT_FOR_ARCHS where it belongs. 1998-11-13 01:35:55 +00:00
frueauf
d06538201b Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran. 1998-10-25 10:14:06 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
agc
aaf5955178 Modifications for a read-only pkgsrc (but writable WRKOBJDIR). 1998-09-15 17:05:04 +00:00
agc
5133680684 Restore a BUILD_DEPENDS line which had been commented out inexplicably. 1998-09-09 12:29:48 +00:00
garbled
c4cb8bc28a Fix compilation on alpha. Closes PR 5768 (Tim Rightnour) 1998-08-23 05:52:46 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tron
9e9138f2db Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour. 1998-08-04 20:03:30 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
hubertf
4ae4d299e9 use absolute path 1998-05-09 17:23:04 +00:00
hubertf
4b60fbaaea %D not needed on @dirrm 1998-05-08 17:25:36 +00:00
agc
1881fd6419 Use the PKGSRCDIR variable we passed down from the package Makefile. 1998-05-08 15:44:59 +00:00
agc
76ce6c228f Pass the PKGSRCDIR definition down through the environment. 1998-05-08 15:42:24 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
396ae28c49 MAN1->CAT1. 1998-03-10 15:48:51 +00:00
agc
8b9bb8a3b7 Don't bother checking if we're on NetBSD before setting MANCOMPRESSED.
The manual pages are compressed anyway.
1998-02-27 13:21:23 +00:00
agc
68915effc6 Use NetBSD's snprintf to format a quad integer, and pass the buffer to
rc's fprint as a string. Fixes PR pkg/5041 from Sean Doran.
1998-02-24 11:18:58 +00:00
hubertf
d0c2a9d31d portlint: fix RCS Id 1998-01-24 22:27:39 +00:00
hubertf
4fc4ead7fb portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
hubertf
4b52644611 portlint: remove empty line 1998-01-24 22:16:03 +00:00
hubertf
c06cbc6447 portlint: fix RCS Id 1998-01-24 22:15:53 +00:00
hubertf
e1bba4c8ed portlint: fix RCS Id 1998-01-24 22:03:36 +00:00
hubertf
eec881fd37 Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (and
pass in via MAKE_ENV).
1998-01-16 08:42:22 +00:00
agc
2128603c2c Comment out mknod prototype in rc's proto.h on 4.4BSD-derived OSes.
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-12-19 09:29:15 +00:00
agc
d3cd0b3a14 Fix a typo, and describe this category a bit better. 1997-11-21 17:12:44 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
agc
0cf5d0434e Add a patch from Scott Schwartz <schwartz@finch.cse.psu.edu>, which
initialises a newly-allocated Text structure properly.  Also clean up
two compiler warnings while I'm here.
1997-10-29 10:42:47 +00:00
agc
bdff7773ab Enable wily. 1997-10-24 09:51:35 +00:00
agc
a997a37697 Initial import of Gary Capell's UTF-aware wily editor/working
environment, which is an X11 clone of Rob Pike's acme.
1997-10-24 09:49:55 +00:00
hubertf
a31fef7c6c Sync with reality. 1997-10-22 01:05:45 +00:00
hubertf
4ab68db772 Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6. 1997-10-22 01:04:58 +00:00
hubertf
55e2159df3 Add MANCOMPRESSED, MAN1. 1997-10-22 00:54:09 +00:00
hubertf
612aa5e628 sync with reality, rmdir empty directory on pkg_delete 1997-10-22 00:46:33 +00:00
hubertf
d4c7069ac3 Manpage's installed formatted, not unformatted. 1997-10-22 00:42:00 +00:00
hubertf
7fad1aae42 Add MAN1. 1997-10-22 00:40:52 +00:00
hubertf
38d2dfb1bd add MANCOMPRESSED, MAN1 1997-10-17 13:06:49 +00:00
hubertf
6594c93206 add MANCOMPRESSED, MAN1, update BUILD_DEPENDS 1997-10-17 13:03:49 +00:00
agc
e0c2b0e905 Make this compile on NetBSD - modify the #ifdef FreeBSD's to
the usual 4.4-lite BSD definition test.
1997-10-09 15:19:19 +00:00
agc
17a659a34d Make 9term compile on NetBSD. 1997-10-09 14:59:56 +00:00