heinz
e2149dfda7
LICENSE is gnu-gpl-v2
2009-11-30 18:32:53 +00:00
joerg
5e8cacdaa0
Clarify that devel/patch is the GPL-patch from the FSF.
2008-09-10 10:13:50 +00:00
joerg
ba171a91fa
Add DESTDIR support.
2008-06-12 02:14:13 +00:00
jlam
841dfa0e7a
Convert to use PLIST_VARS instead of manually passing "@comment "
...
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
rillig
d6cd35a8b5
Fixed pkglint warnings.
2006-06-17 20:53:09 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
rillig
579e977969
Ran "pkglint --autofix", which corrected some of the quoting issues in
...
CONFIGURE_ARGS.
2005-12-05 23:55:01 +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
jlam
9f94b112f0
Remove the old tools framework and references to _USE_NEW_TOOLS.
2005-05-22 19:11:12 +00:00
jlam
046ef1ec0b
Use an uncompressed tar archive of the sources from ${MASTER_SITE_LOCAL}.
...
This ensures that we won't need gzcat to extract the sources, which
could potentially cause a circular dependency on archivers/gzip-base.
2005-05-16 20:04:12 +00:00
jlam
fdd75261a6
We only need the evil hack with the old tools framework.
2005-05-16 00:29:32 +00:00
agc
4a3d2f7ce2
Add RMD160 digests.
2005-02-23 22:24:08 +00:00
jschauma
5419c918f3
Follow Grant's advice: use _OPSYS_GPATCH_REQD to influence _NEED_PATCH
...
and let tools.mk take care of the rest.
2004-05-19 03:26:09 +00:00
jschauma
7384d31eb1
We have a variable _OPSYS_GPATCH_REQD, but it doesn't do anything.
...
Change that: if it's set to YES, require devel/patch. If building
devel/patch, set _OPSYS_GPATCH_REQD to NO, as otherwise we have a
circular dependency.
2004-05-19 01:27:03 +00:00
recht
acf63b6eee
Enable pkgviews installation.
2004-05-18 11:58:04 +00:00
tv
24ac597e11
Make compile on Interix. It doesn't #define BSD, but it also needs the
...
"avoid MS-DOS setmode()" treatment.
2004-04-16 20:11:51 +00:00
grant
4083b24390
s/netbsd.org/NetBSD.org/
2003-07-17 21:31:04 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
wiz
b723d54099
Use ${LN} -sf to create symlinks.
...
Closes PR 21263 by Jeremy C. Reed.
2003-04-22 20:25:08 +00:00
wiz
4e8b7aa2d4
Really install the symlink.
2003-01-07 10:55:51 +00:00
grant
9b294adc8a
always install bin/gpatch (thanks wiz).
...
bump PKGREVISION.
2003-01-07 10:33:26 +00:00
grant
c1c02eb730
Correctly honour GNU_PROGRAM_PREFIX on non-NetBSD platforms for
...
consistency (hi wiz!)
bump PKGREVISION.
2003-01-06 22:23:06 +00:00
wiz
a1e71bb30a
Also add GNU_PROGRAM_PREFIX to BUILD_DEFS.
2002-12-22 17:34:43 +00:00
wiz
d1cf501b1d
Use GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.
2002-12-22 17:30:09 +00:00
seb
4b41b4ff4f
Use AWK instead of SED to do the patching, now it works on Solaris.
...
While here put the patching in target do-patch an remove NO_PATCH.
This should fix PR 16035.
2002-03-24 19:47:28 +00:00
seb
c0eab5c8ac
Allow this package to be compiled and installed on any platform:
...
- prefix program and manpage by `g' if platform is NetBSD
- "manual" patch for BSD systems (setmode() conflict)
2001-12-04 09:14:41 +00:00
zuntum
c72c1cf5f9
Move pkg/ files into package's toplevel directory
2001-11-01 00:57:41 +00:00
wiz
dfb2d5edc6
Move to sha1 digests, and/or add distfile sizes.
2001-04-21 00:44:09 +00:00
agc
86e2ccf167
Move to sha1 digest, and add distfile size
2001-04-18 10:01:41 +00:00
agc
d7d36b3561
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
tron
7925db46ea
Recontruct bootstrap hack obviously required for strange experiments
...
performed by the dark side of the force.
2001-03-24 21:10:12 +00:00
tron
e0a11e40c9
Remove hack required for boot strapping Zoularis before "tar" was
...
included.
2001-03-23 14:11:23 +00:00
wiz
94dc65fbec
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 14:38:16 +00:00
hubertf
cd92bcbc65
Resolve chicken & egg problem when bootstrapping:
...
chicken == archivers/gtar-base (wants to apply patches)
egg == devel/patch (wants gtar to unpack)
Break out by using /usr/bin/tar if $GTAR is not installed.
Might be better in bsd.pkg.mk ...
2000-10-24 19:47:13 +00:00
hubertf
e75965c6ba
Update IGNORE-messages for recent changes: add ${PKGNAME} where
...
appropriate.
2000-08-21 21:01:29 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
kim
0dd669b887
Unfortunately /usr/bin/patch is not what we want on Solaris.
1999-09-19 19:56:48 +00:00
kim
5e2a374014
Make this look nicer
1999-09-19 19:40:05 +00:00
kim
2e76a173e7
Forgot PLIST.
1999-09-18 15:35:31 +00:00
kim
e9478f4a70
The patch utility.
1999-09-18 15:27:09 +00:00