aboutsummaryrefslogtreecommitdiff
path: root/news/newscache
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2013-12-272-5/+8
| | | | | | | Fix configure script with clang Notes: svn path=/head/; revision=337683
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | news) Notes: svn path=/head/; revision=327759
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Make fetchableTilman Keskinoz2006-09-171-1/+1
| | | | Notes: svn path=/head/; revision=173251
* Clean up sig_stop values. In most cases this means removing a leading -,Doug Barton2006-07-191-1/+1
| | | | | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default. Notes: svn path=/head/; revision=168253
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Implement feedback from dougb@Edwin Groothuis2006-01-052-5/+1
| | | | | | | | | | | | | | | | | | It would be better to replace the SUB_FILES line in the Makefile with: USE_RC_SUBR= ${PORTNAME}.sh This provides several benefits in the short term. It would obviate the need for the post-install target and the pkg-plist entry, as the USE_RC_SUBR macro handles that stuff (as well as the SUB_FILES stuff) for you automatically. In the long term, we're going to add even more support for good things in the USE_RC_SUBR code, so it's a good idea to move that direction now. Notes: svn path=/head/; revision=152769
* Update port: news/newscache , Added rc scriptEdwin Groothuis2006-01-043-5/+36
| | | | | | | | | | news/newscache is lacking an rc script, so I hacked this one up PR: ports/91319 Submitted by: Arjan Koole <arjan@blackoak.net> Notes: svn path=/head/; revision=152750
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* Use the latest autotools/libtool.Tilman Keskinoz2005-06-042-3/+24
| | | | Notes: svn path=/head/; revision=136800
* Fix path to newscache.conf file.Tilman Keskinoz2004-11-031-1/+3
| | | | | | | | | | | | Bump PORTREVISION Reported by: Mike Harding <mvh@ix.netcom.com> Obviously i don't care enough about this port to test it :-( -> drop maintainership Notes: svn path=/head/; revision=120719
* Update to 1.2.rc6 to fix build with the latest socket++.Tilman Keskinoz2004-11-034-23/+7
| | | | Notes: svn path=/head/; revision=120705
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
| | | | Notes: svn path=/head/; revision=110841
* Move ACLOCAL from post-patch to pre-configure, because on bentoTilman Keskinoz2004-05-171-0/+2
| | | | | | | BUILD_DEPENDS are installed after patch: Notes: svn path=/head/; revision=109323
* Add SIZETilman Keskinoz2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104476
* Fix build on -STABLETilman Keskinoz2004-01-192-0/+14
| | | | | | | Reported by: Mike Harding Notes: svn path=/head/; revision=98548
* Update to 1.1.92Tilman Keskinoz2004-01-163-22/+2
| | | | Notes: svn path=/head/; revision=98353
* Fix a bug leading to SIG11 in the child processTilman Keskinoz2003-12-102-4/+14
| | | | | | | | Submitted by: Herbert Straub Reported by: Konstantin Nikonenko Notes: svn path=/head/; revision=95539
* Update to 1.1.90Tilman Keskinoz2003-10-276-56/+9
| | | | Notes: svn path=/head/; revision=92332
* Use new INFO macros.Tilman Keskinoz2003-08-042-3/+1
| | | | Notes: svn path=/head/; revision=86303
* Fix Crashes on 5.x. Bump PORTREVISION.Tilman Keskinoz2003-08-042-0/+11
| | | | | | | | | Reported by: Derkjan de Haan <haanjdj@xs4all.nl> Submitted by: Herbert Straub <h.straub@aon.at> Tested by: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=86276
* Back out previous commit; the port was fixed alreadyKris Kennaway2003-05-181-7/+1
| | | | | | | Apologies to: arved Notes: svn path=/head/; revision=81212
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* Update to 1.1.1Update to 1.1.12Tilman Keskinoz2003-05-146-315/+52
| | | | Notes: svn path=/head/; revision=80989
* Update Maintaineraddress.Tilman Keskinoz2003-03-232-2/+304
| | | | | | | | | Add a patch for the date command. Bump PORTREVISION Submitted by: Matthias Andree (via author). Notes: svn path=/head/; revision=77265
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* update mastersiteYing-Chieh Liao2002-10-101-2/+2
| | | | | | | | PR: 43893 Submitted by: maintainer Notes: svn path=/head/; revision=67765
* doesn't build with gcc > 3.0Ying-Chieh Liao2002-07-151-0/+1
| | | | | | | | PR: 40531 Submitted by: maintainer Notes: svn path=/head/; revision=62973
* Add NewsCache, a GPLed cache server for USENET News.Anders Nordby2002-05-047-0/+78
PR: 35827 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=58528