agc
30b55df38e
Convert all occurrences (353 by my count) of
...
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
kim
4184b064de
Tricky tricky Makefile here. Add some clarification for future reference.
...
Bump PKGREVISION due to binary package change in previous commit (modes).
2014-08-09 11:27:31 +00:00
kim
b6345aa362
Make "make package" as an unprivileged user work by avoiding mode 111
...
on binaries. While there, make the modes more conventional (755) overall.
2014-08-09 10:38:18 +00:00
wiedi
13c9b65a2c
define int types on SunOS
2014-02-15 23:54:46 +00:00
joerg
7687f1f14b
Be more careful in what to chmod and substitute, so that the wrappers
...
aren't changed.
2013-05-23 18:42:22 +00:00
asau
54c5cd959e
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-23 19:50:50 +00:00
joerg
2096d1a14b
DESTDIR support
2010-01-27 19:51:55 +00:00
obache
ce91dcf817
Old MASTER_SITES does not have a archive anymore.
...
set gatekeeper.hp, it have version 3.2 (and newer 4.0).
(primary site is ftp://ftp.isc.org/isc/rtty/ ?)
2008-04-19 06:07:50 +00:00
minskim
c0a7e17485
Do not use libcrypt on Darwin. Darwin has crypt(3) in libc.
2006-12-17 20:09:26 +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
wiz
b8e0eb28f4
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
...
useful.
2005-03-24 21:12:50 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
martti
86c6e000bc
COMMENT should start with a capital letter.
2003-07-21 17:24:16 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +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
0e0976c10a
Use tabs instead of spaces.
2003-05-05 16:51:06 +00:00
jmmv
54a84e2a76
Line up PKGREVISION whitespace.
2003-05-05 16:50:27 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
hubertf
5542206cba
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
...
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1 :
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2 :
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
dc6eadbf21
Use ${XARGS} instead of invoking xargs directly.
2001-05-19 03:56:23 +00:00
wiz
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
bad
c7761920ab
Patch agelogs.sh to actually find agelog.
...
Bump version to 3.2nb1.
2000-12-25 23:37:11 +00:00
bouyer
0591cf4477
Install the README in $prefix/share/doc/rtty/README, it's the only doc
...
available.
2000-06-09 17:48:25 +00:00
wiz
8eb7504008
find, echo -> ${FIND}, ${ECHO}
2000-02-05 07:04:07 +00:00
agc
13d4323e6a
Make this package work on Solaris.
1999-04-09 08:33:50 +00:00
hubertf
48d1b9cb27
s@/usr/local@${PREFIX}@ not only on NetBSD (Hi Al!)
1999-04-09 00:55:22 +00:00
hubertf
99afe17c3b
add "/." after WRKDIR, so it even works if WRKOBJDIR is set
1998-05-08 22:12:50 +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
hubertf
240a6f2d39
portlint: change order of lines, use cmd macros
1998-01-24 23:33:13 +00:00
agc
df287973b0
Add NetBSD RCS Id.
1997-10-29 11:28:00 +00:00
agc
57ed68ef21
Make this work on NetBSD, and clean up the package list so that it
...
cleans up after itself properly.
1997-10-29 11:26:53 +00:00
agc
80f8f6c0ba
Initial import of Paul Vixie's rtty software, from the FreeBSD ports
...
collection, into the NetBSD package system.
1997-10-29 11:11:15 +00:00