aboutsummaryrefslogtreecommitdiff
path: root/news/trn4
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* news: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam David <adam@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrey Slusar <anray@FreeBSD.org> * Brian Somers <brian@FreeBSD.org> * Carey Jones <mcj@acquiesce.org> * David O'Brien (obrien@cs.ucdavis.edu) * Denis Shaposhnikov <dsh@vlink.ru> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Frederic Cambus * George Sorsby <george@crackpipe.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Holland <john@zoner.org> * Jun-ichiro itojun Itoh <itojun@itojun.org> * Kirill Ponomarew <ponomarew@oberon.net> * Lasse L. Johnsen (lasse@freebsdcluster.org) * Lewis Thompson <purple@lewiz.net> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Max Khon * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikolaj Rydzewski <miki@ceti.pl> * Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Pete Fritchman <petef@databits.net> * Ralf van der Enden <tremere@cainites.net> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <tthomas@mail.dotcom.fr> * Tim Welch <ports@thepentagon.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * adam * asaddi@philosophysw.com * bkhl@elektrubadur.se * gary@hayers.org * ijliao * kbowling * obrien@cs.ucdavis.edu * proff@suburbia.net * smace * torstenb With hat: portmgr
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* news/trn4: fix build with -fno-commonChristian Weisgerber2021-02-061-0/+71
| | | | Notes: svn path=/head/; revision=564576
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* news/trn4: document ncurses requirement (USES+=ncurses)John Marino2016-02-053-1/+19
| | | | | | | | | Also link with libncurses instead of libcurses or libtermlib. approved by: infrastructure blanket Notes: svn path=/head/; revision=408195
* - Drop @dirrm* from plistDmitry Marakasov2015-07-161-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=392258
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* correct plist for stagingJohan van Selst2014-01-101-0/+3
| | | | Notes: svn path=/head/; revision=339381
* Enable stage supportJohan van Selst2014-01-101-4/+4
| | | | Notes: svn path=/head/; revision=339378
* Use PKGNAMESUFFIX and remove NO_LATEST_LINKJohan van Selst2013-10-061-1/+1
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=329591
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* Rename pipe2 variable to avoid conflict with pipe2 functionJohan van Selst2013-07-191-0/+3
| | | | | | | Fixes compilation on CURRENT Notes: svn path=/head/; revision=323297
* Remove bogus conflict with INNJohan van Selst2013-03-171-6/+2
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=314490
* - Fix compilation error when building trn without NNTP supportJohan van Selst2012-09-021-0/+45
| | | | | | | | | - No PORTREVISION bump needed Submitted by: Sean Eric Fagan <sef@Kithrup.COM> Notes: svn path=/head/; revision=303540
* - Register conflicts for trnJohan van Selst2012-06-141-4/+6
| | | | | | | | | - Pet portlint while here Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> Notes: svn path=/head/; revision=299289
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to trn 4.0.b77Johan van Selst2010-09-045-56/+38
| | | | | | | | - Remove 2 local patches that have been included upstream - Add a non-interactive configuration mode Notes: svn path=/head/; revision=260532
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250235
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Take up maintainershipJohan van Selst2009-02-131-1/+1
| | | | Notes: svn path=/head/; revision=228183
* Reorder include files to allow building with -CURRENT gcc (4.2).Christian Weisgerber2008-07-272-0/+33
| | | | Notes: svn path=/head/; revision=217694
* Reset mph due to no response to email about status, and maintainer-timeouts.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159556
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Fix incorrect ioctl arguments size (affects big-endian 64-bit platforms).Matthew Hunt2005-06-152-0/+18
| | | | | | | Submitted by: Marc Espie <espie@openbsd.org> via naddy Notes: svn path=/head/; revision=137464
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Do not use "union wait" (deprecated). Remove BROKEN for 5.0.Matthew Hunt2003-07-302-7/+3
| | | | Notes: svn path=/head/; revision=85981
* Remove superfluous NO_PACKAGE. Mark BROKEN on 5.x (does not build)Kris Kennaway2003-07-301-2/+7
| | | | Notes: svn path=/head/; revision=85972
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* Add bin/inews to pkg-plist.Matthew Hunt2001-10-121-0/+1
| | | | | | | | PR: ports/31217 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=48716
* Upgrade to test76.Matthew Hunt2001-05-272-3/+3
| | | | Notes: svn path=/head/; revision=43108
* No need to use https for the WWW URL.Matthew Hunt2001-04-271-1/+1
| | | | Notes: svn path=/head/; revision=41945
* Upgrade to test75.Matthew Hunt2001-03-214-16/+21
| | | | | | | Submitted by: David McNett <nugget@slacker.com> Notes: svn path=/head/; revision=40128
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Upgrade to beta74.Matthew Hunt2000-06-142-5/+4
| | | | | | | Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=29587
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27420
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
| | | | Notes: svn path=/head/; revision=21127
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-2/+2
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Correct distfile fennerage by upgrading to beta72.Matthew Hunt1999-05-212-5/+5
| | | | Notes: svn path=/head/; revision=18933
* WWW: - the root of all evilMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18430
* Correct distfile fennerage by upgrading to 4.0b70.Matthew Hunt1999-02-092-5/+5
| | | | Notes: svn path=/head/; revision=16572
* Upgrade to beta-69.Matthew Hunt1998-09-252-5/+5
| | | | Notes: svn path=/head/; revision=13393
* NEWSFLASH! Manpages to be deleted from PLISTs!Tim Vanderhoek1998-08-191-3/+0
| | | | Notes: svn path=/head/; revision=12652