aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsd
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+0
| | | | | | | | | | | | - 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=277008
* 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
* - Update to 1.0.18Martin Wilke2010-03-172-4/+4
| | | | | | | | PR: 144645 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer) Notes: svn path=/head/; revision=251166
* - Update to 1.0.16.Marcelo Araujo2009-08-283-8/+11
| | | | | | | | | | | - Change WWW reference into pkg-descr. PR: ports/138222 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer) Notes: svn path=/head/; revision=240457
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GETOPT_LONG which is a no-op since March 200Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209418
* - Update to 1.0.14Renato Botelho2008-01-182-5/+4
| | | | | | | | PR: ports/119768 Submitted by: maintainer Notes: svn path=/head/; revision=205784
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-9/+5
| | | | Notes: svn path=/head/; revision=200770
* - Bump PORTREVISIONMartin Wilke2007-02-262-2/+3
| | | | | | | | | | | | | - When RootJail is set to 'none' there is some errors on starting rc_subr script and cvsd doesn't start. This patch solved the Problem. PR: 109546 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: maintainer Notes: svn path=/head/; revision=186042
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-291-1/+0
| | | | | | | | | | | | was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor) Notes: svn path=/head/; revision=183644
* - Update to 1.0.13Martin Wilke2006-12-212-5/+4
| | | | | | | | | PR: ports/106934 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=180423
* Update rc.d script to better fit current practice.Doug Barton2006-06-083-54/+61
| | | | | | | | PR: ports/98692 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> [maintainer] Notes: svn path=/head/; revision=164843
* Take maintainershipYing-Chieh Liao2006-06-063-5/+106
| | | | | | | | | | Add rc.subr support PR: 98582 Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (new maintainer) Notes: svn path=/head/; revision=164583
* - update to 1.0.12Yen-Ming Lee2006-06-032-4/+4
| | | | Notes: svn path=/head/; revision=164251
* - update to 1.0.11Yen-Ming Lee2006-05-252-10/+4
| | | | Notes: svn path=/head/; revision=163388
* - Update to 1.0.10Pav Lucistnik2005-12-302-7/+7
| | | | | | | | PR: ports/91100 Submitted by: Jose Liang <jose@jose.idv.tw> Notes: svn path=/head/; revision=152436
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+2
| | | | Notes: svn path=/head/; revision=149311
* - Update to 1.0.9Michael Johnson2005-08-292-8/+6
| | | | | | | | PR: ports/85376 Submitted by: Ports Fury Notes: svn path=/head/; revision=141224
* Update MASTER_SITES and WWW: lineVolker Stolz2005-08-012-2/+2
| | | | | | | | PR: ports/84400 Submitted by: Ports Fury Notes: svn path=/head/; revision=140619
* - Add MASTER_SITE_LOCAL to MASTER_SITES since main site is down.Michael Johnson2005-07-301-1/+3
| | | | | | | Reported by: krion mail Notes: svn path=/head/; revision=140504
* - Update to 1.0.8Michael Johnson2005-07-262-5/+5
| | | | | | | | PR: 84066 Submitted by: Ports Fury Notes: svn path=/head/; revision=140126
* - Update to 1.0.7Michael Johnson2005-04-272-5/+5
| | | | Notes: svn path=/head/; revision=134242
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 1.0.6Michael Johnson2005-03-122-5/+5
| | | | | | | | PR: 78736 Submitted by: Ports Fury Notes: svn path=/head/; revision=131035
* - Update to 1.0.5Michael Johnson2005-03-062-5/+5
| | | | | | | | PR: 78498 Submitted by: Ports Fury Notes: svn path=/head/; revision=130459
* Update to version 1.0.4Kirill Ponomarev2004-12-152-5/+5
| | | | | | | | PR: ports/75108 Submitted by: Ports Fury Notes: svn path=/head/; revision=124119
* Update to version 1.0.3Kirill Ponomarev2004-08-083-16/+12
| | | | | | | | PR: ports/70165 Submitted by: Ports Fury Notes: svn path=/head/; revision=115660
* - Update to 1.0.2Pav Lucistnik2004-04-182-13/+7
| | | | | | | | PR: ports/65713 Submitted by: Ports Fury Notes: svn path=/head/; revision=107429
* - make portlint happyClement Laforet2004-02-233-8/+20
| | | | | | | | | | | - PGPify - use %%DOCSDIR%% PR: 63271 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=101898
* - Update to 1.0.1Clement Laforet2004-02-232-3/+3
| | | | | | | | | | | Changes: This version is stable after a month of testing. Code clean-up was done. No major bugs were found, but a minor bug was corrected. The access mode was changed from +o to +f. Multiple or shared database files for each channel and major updates on the documentation files. This code is final unless some major bug is reported or huge improvements are made. Notes: svn path=/head/; revision=101852
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 1.0.0Kirill Ponomarev2003-09-292-2/+2
| | | | | | | | PR: 57351 Submitted by: Ports Fury Notes: svn path=/head/; revision=89821
* - Update to version 0.9.20Kirill Ponomarev2003-08-232-2/+2
| | | | | | | | PR: 55898 Submitted by: Ports Fury Notes: svn path=/head/; revision=87568
* - Fix overwriting cvsd.confPatrick Li2003-06-123-9/+17
| | | | | | | | | | | - Update to 0.9.19 PR: ports/52434, ports/53099 Submitted by: Frank Altpeter <frank@altpeter.de>, KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=82883
* Update to 0.9.18.Norikatsu Shigemura2003-04-263-27/+4
| | | | | | | | PR: ports/51363 Submitted by: Ports Fury Notes: svn path=/head/; revision=79707
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* upgrade to 0.9.17Ying-Chieh Liao2003-02-172-3/+2
| | | | Notes: svn path=/head/; revision=75707
* Update to 0.9.16.Akinori MUSHA2003-01-273-25/+27
| | | | | | | | PR: ports/47317 Submitted by: Ports Fury Notes: svn path=/head/; revision=74080
* Add USE_PERL5.Pete Fritchman2002-12-101-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71485
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 0.9.14Ying-Chieh Liao2002-10-282-2/+2
| | | | Notes: svn path=/head/; revision=69017
* Update to version 0.9.13.Christian Weisgerber2002-10-143-22/+9
| | | | | | | | PR: 43783 Submitted by: Ports Fury Notes: svn path=/head/; revision=68043
* Fix the problems in my last commit to make cvsd actually build:Peter Pentchev2002-09-213-2/+38
| | | | | | | | | | | | | - actually add files/patch-cvsd.c, which *was* in the PR; - add files/patch-configure, which was mentioned but missing from the PR; - remove autoconf/make/etc invocation from the Makefile so our changes to the configure script are not lost. Pointed out by: kris, Ports Fury Pointy hat to: roam (myself) Notes: svn path=/head/; revision=67014
* Update to 0.9.12.Peter Pentchev2002-09-183-10/+9
| | | | | | | | PR: 42879 Submitted by: Ports Fury Notes: svn path=/head/; revision=66595
* upgrade to 0.9.9Ying-Chieh Liao2002-06-252-5/+10
| | | | Notes: svn path=/head/; revision=61904
* make it runnableYing-Chieh Liao2002-04-121-0/+1
| | | | | | | Submitted by: Paulius Bulotas <paulius@kaktusas.org> Notes: svn path=/head/; revision=57600