leot
2774e083e9
Update news/trn to trn-4.77. Patches from Dario Niedermann in PR pkg/50154
...
pkgsrc changes:
- patches/patch-a[ab] are no longer needed
Changes:
- Added IPv6 support to get_tcp_socket() using a ever-so-slightly-tweaked
patch from Olaf 'Rhialto' Seibert.
- Misc bug fixes and improvements
2015-08-19 10:18:26 +00:00
wiz
0982effce2
Recursive PKGREVISION bump for all packages mentioning 'perl',
...
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
dholland
2ceb15d57c
Fix termcap handling: always use -ltermcap and use termcap.bl3.mk. Should
...
fix Linux build. While here also fix problems with install permissions
and workdir references that showed up. PKGREVISION -> 8.
2014-06-29 19:03:30 +00:00
wiz
7eeb51b534
Bump for perl-5.20.0.
...
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
christos
d31944e7f4
prefer terminfo/termcap before curses
2013-10-15 16:06:18 +00:00
wiz
d2ca14a3f1
Bump all packages for perl-5.18, that
...
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
christos
fcc4c1b735
PR/47550: Rhialto: new patches for news/trn
2013-02-09 18:30:14 +00:00
asau
d70c8e374b
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 12:19:01 +00:00
wiz
8b5d49eb78
Bump all packages that use perl, or depend on a p5-* package, or
...
are called p5-*.
I hope that's all of them.
2012-10-03 21:53:53 +00:00
agc
58b4da6e22
Use SUBST to convert the local function called pipe2() into trn_pip2(),
...
so that it doesn't clash with a system symbol with the same name.
2011-10-03 05:30:07 +00:00
asau
41f5315c3c
Option's name is "trn-inn". Fix building with non-default option.
2011-01-14 16:58:26 +00:00
obache
977bb0040b
Honor PKGMANDIR and add user-destdir installation support.
2010-03-13 05:46:55 +00:00
joerg
62d1ba2bac
Remove @dirrm entries from PLISTs
2009-06-14 18:03:28 +00:00
wiz
60f460ab01
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
3b71e07120
add darwin.sh compile hints file
2008-11-12 18:53:52 +00:00
wiz
48aee8ab57
Remove Ex-MASTER_SITE. From Zafer Aydogan.
2007-12-02 11:31:49 +00:00
rillig
f338d15c24
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
...
pkgsrc-users.
2007-12-02 08:32:23 +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
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
594d91b49e
fix the order of includes in order for this to compile; from Anon Ymous
2006-11-01 17:12:21 +00:00
christos
93a0bbf947
fix build on linux by searching ncurses too for tputs.
2006-09-26 20:35:16 +00:00
joerg
c42218fd2b
Use nm -D when scanning libc.so on DragonFly.
2006-06-21 15:52:33 +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
faf65456ad
Remove stuff that was marked for removal after 2005Q4.
2006-01-01 18:53:03 +00:00
wiz
57a15fad80
Fix lots of pkglint warnings.
2005-12-01 19:45:11 +00:00
wiz
2c366b09bb
Convert to options framework.
2005-12-01 19:29:26 +00:00
rillig
5946936ffc
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
...
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
grant
e720c400e2
depends should be ../../<category>/<pkg>
2005-07-19 10:11:48 +00:00
jlam
3e474a90d8
Get rid of USE_PERL5. The new way to express needing the Perl executable
...
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
kristerw
ee4e815506
Prevent paths to the build directories from being included in the package.
...
Bump PKGREVISION.
2005-07-08 20:42:35 +00:00
kristerw
1edc28775e
Prevent paths to the build work directories being included in the package.
...
Solves PR pkg/30512.
Bump PKGREVISION.
2005-06-20 01:57:36 +00:00
agc
9c33078522
Add RMD160 digests
2005-02-24 12:19:55 +00:00
kim
32ef9da6a5
Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt.
2004-04-14 21:59:24 +00:00
wiz
b18f770b91
Update to 4.76:
...
Test76 is a bug-fix release that mainly fixes a potential crash
bug, but also has several other minor changes.
Test 75 provides some simple bug fixes and minor improvements that
have been simmering for quite some time.
2003-08-08 12:41:25 +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
tron
0098eba49c
Use wildcard dependence for "nntpclnt" package.
2002-09-18 07:09:19 +00:00
agc
095e0fabfa
Apply fix from PR 15311 from David Rankin - include bsd.prefs.mk before
...
attempting to test the value of USE_INN.
2002-01-21 15:14:14 +00:00
zuntum
273821c4d3
Move pkg/ files into package's toplevel directory
2001-10-31 20:59:00 +00:00
jtb
8ac4dc33f4
Add LICENSE=trn-license
2001-06-04 20:03:20 +00:00
jtb
f09a56ab1c
Add some missing files to the PLIST. I don't know why I found more
...
leftovers than the i386 bulk build.
2001-04-28 03:51:19 +00:00
agc
9106bfca40
Move to sha1 digests, and add distfile sizes.
2001-04-19 13:37:53 +00:00
agc
9e8d6c8b8d
+ 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 11:33:31 +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
tron
292a9bbb2f
Use "${MASTER_SITE_SOURCEFORGE}" in master site list.
2001-02-11 14:45:04 +00:00
dogcow
744e31f100
change homepage and download sites; bump version to trn-test74
2000-12-29 13:19:28 +00:00
jlam
06f0a4c3c2
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
2000-08-27 02:46:03 +00:00
tron
782b73a94b
Adapt to new handling of "${CONFIGURE}".
2000-03-27 08:54:53 +00:00
wiz
4cd86cc2fb
Use nntpclnt or inn instead of trn's own inews (so that admins only have to
...
configure one inews). Also use 'share' instead of 'lib'. Pointed out and
cross-checked by Kimmo Suominen <kim@tac.nyc.ny.us>.
2000-03-18 19:51:31 +00:00
wiz
46c25159bd
changed version number to 4.72, for easier dewey-comparisons
2000-02-16 19:07:32 +00:00