obache
276587ad8a
Add usre-destdir installation support and expunge custom PKG_SYSCONFDIR
...
handlinkg (it will handled automatically).
2010-03-13 05:20:24 +00:00
zafer
b67a481cff
update master_sites.
2010-01-31 21:12:20 +00:00
wiz
6ac11147ab
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
...
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
chuck
5c3d47cea7
add darwin support
2008-11-11 21:12:20 +00:00
gdt
b2e45701a0
Add NO_BIN_ON_FTP because the license does not grant permission to
...
distribute derivative works.
2008-09-12 00:49:36 +00:00
rillig
2829e658f2
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
...
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
christos
d1c82728a4
add linux support
2006-09-26 19:00:20 +00:00
joerg
6611133474
Add DragonFly support.
2006-04-30 18:23:30 +00:00
rillig
9fc2d7d281
Removed the superfluous "quotes" and 'quotes' from variables that don't
...
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +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
jlam
dc9594e09d
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
...
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +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
e46a9dd380
Create directories before installing files into them.
2005-06-17 03:50:19 +00:00
kim
eeca867338
Macros defined in "config.h" cause prototypes in <strings.h> to break,
...
so include the latter before the former.
2005-04-01 03:28:36 +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
cube
4cba1243fb
Use more safely the various buffers in postauth.c so that at least it
...
doesn't crash on common configuration. Fixes PR 24982 by Gary Duzan.
Also, silently try to delete the configuration directory not to wipe the
user's configuration when updating the package.
Finally, mark this package as NetBSD and SunOS only, since it will fail
on other platforms by lack of default configuration.
Bump PKGREVISION.
2004-04-07 13:56:43 +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
jlam
d7f69e47ce
Instead of including bsd.pkg.install.mk directly in a package Makefile,
...
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
tron
502c977ebf
Add necessary "bsd.pkg.install.mk" glue code to create the "news" group
...
required by this package. Bump package revision once more.
2002-09-18 21:16:24 +00:00
tron
1d48392e82
Use group "news" again because it is used for reading read protected
...
server authentification files. Bump package revision once more.
2002-09-18 14:13:54 +00:00
tron
7cf055c937
Fix typo in last commit.
2002-09-18 07:05:29 +00:00
tron
16d7f20276
Don't install the "inews" binary as setgid "news" because it is
...
completely unnecessary. Bump package revision to 1.
2002-09-18 07:05:04 +00:00
jschauma
e10e2a05bb
Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
...
after consulting with Todd. Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
jlam
f79573370a
Mechanical changes to 375 files to change dependency patterns of the form
...
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jtb
9b194344d8
Do not sell, rent, trade, market, or use nntpclnt for monetary profit.
2001-06-04 19:44:02 +00:00
wiz
a13ea108bb
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:52:59 +00:00
wiz
eadd890e05
replaced a whole lot more commands with ${COMMAND}
2000-01-10 00:57:13 +00:00
kim
47f71f430d
Support for Solaris.
1999-09-20 19:21:21 +00:00
tron
7ac178ce42
Add INN package to conflict list.
1999-07-29 22:37:35 +00:00
frueauf
004e47e5b0
cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every
...
package Makefile.
1998-07-14 10:56:15 +00:00
agc
988019b016
Update package Makefiles for automatic manual page handling.
1998-06-22 12:58:33 +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
cjs
bce4e2b4ce
Get the distfile from some place where it exists.
1998-03-28 19:48:28 +00:00
frueauf
be568bae96
Shut up portlint.
1998-03-26 23:06:21 +00:00
tv
cfef22702e
Addition of "nntpclnt", the reference implementation of RFC977 and the
...
popularly used inews posting program.
1998-03-25 19:31:35 +00:00