Commit graph

18 commits

Author SHA1 Message Date
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
02f7193beb Removed "#" character from line 1 of patch-ae. Sorted PLIST. 2005-10-23 20:23:33 +00:00
kristerw
d82b0d939e This package does only work on NetBSD 1.5. Mark it as "unavailable"
instead of "broken" on other machines.
2005-07-08 19:15:25 +00:00
wiz
de9b15e271 Fix over-precise error message, reported by Robert Elz in PR 29563. 2005-03-02 15:10:59 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
martti
de776a690f COMMENT should start with a capital letter. 2003-07-21 17:24:10 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
wennmach
1c296bda87 After having built the link tree, "make clean" in it, to be sure that
the subsequent build process gets not interfered by stale objects or
.depend files.
2002-04-19 10:44:28 +00:00
wennmach
565dba70b2 Reorganise Makefile such that BSDSRCDIR settings in /etc/mk.conf
are honoured.

From Frederick Bruckman.
2002-04-19 10:34:21 +00:00
agc
9fa9abc90a Note that this package is only meant to be built on NetBSD 1.5.x 2002-04-12 20:51:26 +00:00
wennmach
07c199ec82 Update fdgw to 20020130.
This version is more robust wrt. problems during the build stage.
The fdgw main Makefile performs more error checking, ${.CURDIR}/mnt
is used as mount point for vnconfig, and a "make unconfig" is run
if a sub make process fails.
2002-03-20 18:11:14 +00:00
wennmach
0eb8f8b48f Upgrade fdgw to fdgw-20020127
(provided by Ken'ichi Fukamachi <fukachan@fml.org>)

The new version provides cleaner Makefiles, contains all patches from
pkgsrc, and in addition adresses a missing directoy problem on the
netbsd-1-5 branch before September, 2001.
2002-01-29 18:24:29 +00:00
wennmach
ecb0b4b6cc We don't know the state of object files in $BSDSRCDIR, so we always
"make clean" before building. This will remove all soft links pointing
to .o files, not the object files themselves.

Also, we now mention in the Makefile that a kernel with 'pseudo-device vnd 4'
is required in the install stage.
2002-01-07 17:26:08 +00:00
wennmach
01d2ef1cb1 fdgw is a toolkit to build a one-floppy NetBSD system (on i386 machines).
It provides two NetBSD floppy versions, an ADSL router, and a NAT system.

Provided by Ken'ichi Fukamachi in PR 14171.
2001-12-26 11:45:22 +00:00