Commit graph

15 commits

Author SHA1 Message Date
jlam
a86038530c Use unified diffs 2000-09-13 15:30:25 +00:00
jlam
228ddf4361 Cosmetic changes 2000-09-13 15:19:38 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
80be0234e1 chmod -> ${CHMOD} 2000-03-16 14:20:03 +00:00
dmcmahill
95bcc9991e Change the -fpic flag to -fPIC. This allows the xview-libs package to
link on the sparc.  Thanks to Ethan Bakshy, ethan@enteract.com
for pointing out some of the xview problems on the sparc.
1999-12-15 23:44:10 +00:00
soren
3a94a4cd47 Use a relative path for bsd.pkg.mk instead of relying on the search path. 1999-09-28 20:40:02 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
tron
84471838ff Make buildling of shared libraries work on ELF systems. 1999-07-23 22:52:16 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +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
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
ea3fd44915 Don't mirror distribution files which are kept locally anyway. 1998-07-03 23:30:09 +00:00
tron
5a3238bb44 Adapt this package to NetBSD. 1998-07-03 20:59:29 +00:00
tron
f904fa462d Initial commit of FreeBSD's "xview-config" port:
OpenLook Toolkit config files.
1998-07-03 20:46:43 +00:00