Commit graph

73 commits

Author SHA1 Message Date
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
42da0a2002 miscellaneous small changes to make pkglint happy 2000-01-10 01:39:02 +00:00
wiz
b8356435bb whitespace cleanup 2000-01-10 01:13:35 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
simonb
f6bd75bdf2 Regen. 1999-10-13 11:32:43 +00:00
simonb
15de5ab502 Use ${LDFLAGS} to get ELF handling right.
Convert to unidiff.
1999-10-13 11:32:06 +00:00
simonb
ff2c672313 Regen. 1999-10-04 23:18:28 +00:00
simonb
07b10826b6 Don't override LDFLAGS if it is already set. 1999-10-04 23:16:02 +00:00
simonb
a54a5b9eac Add USE_X11=yes so ELF can find the X11 libraries. 1999-10-04 23:14:56 +00:00
hubertf
8dde520762 Request an explicit "make all" to build the library (default is a
"make install", which we do not want).
1999-09-21 03:16:07 +00:00
agc
64aee4a26b Make this package work on Solaris.
Also, don't assume that X11BASE is /usr/openwin on Solaris.
1999-08-24 19:01:43 +00:00
agc
4684b47664 Regen. 1999-08-03 15:05:45 +00:00
agc
37dc7b39ee Use strerror(3), rather than mucking about with sys_nerr and sys_errlist
specifically - makes this work on Solaris again.
1999-08-03 15:00:57 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
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-07-02 08:37:20 +00:00
kim
7c50d0f728 sys_errlist gets defined in headers, don't redefine 1999-06-20 20:38:39 +00:00
agc
9c40d0d46e Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.
This version has GNU autoconf support, a new master site, and a home page.
1999-06-03 10:29:48 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
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