summaryrefslogtreecommitdiff
path: root/news/trn
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15trn: Pass LDFLAGS, fixes ncurses build.jperkin1-1/+2
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26news: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07news: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-07-05news/trn: Add patch with date grammar rules for old articles from olduse.net.rhialto3-3/+113
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-04news: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-01-01Sort PLIST files.rillig1-15/+15
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2016-09-08Support PKGMANDIR.jperkin1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2015-11-02Add SHA512 digests for distfiles for news categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-08-19Update news/trn to trn-4.77. Patches from Dario Niedermann in PR pkg/50154leot4-39/+7
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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-06-29Fix termcap handling: always use -ltermcap and use termcap.bl3.mk. Shoulddholland3-22/+62
fix Linux build. While here also fix problems with install permissions and workdir references that showed up. PKGREVISION -> 8.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
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.
2013-10-15prefer terminfo/termcap before curseschristos3-31/+96
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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-02-09PR/47550: Rhialto: new patches for news/trnchristos6-33/+43
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-10-03Use SUBST to convert the local function called pipe2() into trn_pip2(),agc1-1/+6
so that it doesn't clash with a system symbol with the same name.
2011-01-14Option's name is "trn-inn". Fix building with non-default option.asau1-2/+2
2010-03-13Honor PKGMANDIR and add user-destdir installation support.obache1-10/+12
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2008-11-12add darwin.sh compile hints filechuck2-1/+9
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-4/+4
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.
2006-11-01fix the order of includes in order for this to compile; from Anon Ymouschristos3-1/+32
2006-09-26fix build on linux by searching ncurses too for tputs.christos2-14/+66
2006-06-21Use nm -D when scanning libc.so on DragonFly.joerg2-13/+23
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-3/+1
2005-12-01Fix lots of pkglint warnings.wiz2-39/+39
2005-12-01Convert to options framework.wiz2-8/+18
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-07-19depends should be ../../<category>/<pkg>grant1-3/+3
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-4/+2
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-08Prevent paths to the build directories from being included in the package.kristerw3-9/+13
Bump PKGREVISION.
2005-06-20Prevent paths to the build work directories being included in the package.kristerw3-8/+120
Solves PR pkg/30512. Bump PKGREVISION.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-04-14Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt.kim1-4/+7
2003-08-08Update to 4.76:wiz2-7/+6
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.