Commit Graph

33 Commits

Author SHA1 Message Date
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
e7a3a99516 - Fix dependency on curl
PR:		144268
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
Reported by:	Klaus T. Aehlig
Feature safe:	yes
2010-03-06 19:19:57 +00:00
Wen Heping
4b986ac8c9 - Update to 3.0.16
PR:		ports/144146
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
Feature safe:	yes
2010-02-24 01:36:26 +00:00
Dmitry Marakasov
7a0548af2a - Switch SourceForge ports to the new File Release System: categories starting with W 2009-08-22 00:38:34 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Wesley Shields
3f2e438569 - Switch to using pre-su-install target to call pkg-install. The script
creates users.

PR:		ports/133292
Submitted by:	Greg Lewis <glewis@misty.eyesbeyond.com>
Approved by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
2009-04-07 16:48:12 +00:00
Pav Lucistnik
90b5f8c4c8 - Update to 3.0.12
PR:		ports/132939
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
2009-03-22 17:39:54 +00:00
Martin Wilke
072ebe3423 - Update to 3.0.11
PR:		131978
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
2009-02-23 23:05:31 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Edwin Groothuis
584c05109a [MAINTAINER] Update www/privoxy to 3.0.10
The attached patch updates www/privoxy from 3.0.8
	to 3.0.10 (3.0.9 was a beta). The ChangeLog is available
	at: http://www.privoxy.org/announce.txt

PR:		ports/126607
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2008-08-18 00:47:17 +00:00
Martin Wilke
bcd0d22a13 - Update to 3.0.8
PR:		119840
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
2008-01-25 15:44:02 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Martin Wilke
903667fec9 - Copies the config file as example file and
leaves old versions unmodified. The rc script later
  copies the example if the config file is missing.
- Makes the make output less noisy.
- Compiles with TOGGLE option disabled.
- Bump PORTREVISION

PR:		ports/106426
Submitted by:	Pete Slagle<freebsd-stable@box559.com>
                Fabian Keil <fk@fabiankeil.de> (maintainer)
Approved by:	maintainer
2006-12-10 22:47:05 +00:00
Martin Wilke
a3a66c65f8 - Update to 3.0.6
PR:		ports/106396
Submitted by:	Fabian Keil<fk@fabiankeil.de> (maintainer)
2006-12-06 08:52:27 +00:00
Pav Lucistnik
511f0f0ca5 - Remove old patch that disabled libc_r functions, not needed anymore
- Update maintainer's address
- Improve rc script
- Install standard.action
- Don't send console messages to /dev/null

PR:		ports/103358
Submitted by:	Fabian Keil <freebsd-listen@fabiankeil.de> (maintainer)
2006-10-07 16:47:15 +00:00
Mark Linimon
bd48f42cc0 Reassign from old maintainer who did not respond to email queries about
status, to new volunteer.
2006-09-04 06:33:22 +00:00
Edwin Groothuis
e4aa76a9be Remove USE_REINPLACE from categories starting with W 2006-05-13 04:41:22 +00:00
Pav Lucistnik
605b60d95d - Don't create /var/log/jarfile, it's not used
Submitted by:	aeonflux <aeonflux@aeonflux.no-ip.com>
2005-11-16 23:52:47 +00:00
Pav Lucistnik
6aeee4424b - Fix post-install
Submitted by:	aeonflux <aeonflux@aeonflux.no-ip.com>
2005-11-16 08:54:40 +00:00
Pav Lucistnik
c102162b3a - Fix rc script
Reported by:	Adam McMaster <adam@moosoft.net>
2005-11-15 20:48:23 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
1fa64eae0e - Run privoxy under user 'privoxy'
- Modernize rc script, pkg-message and SHA256 while here

PR:		ports/88602
Submitted by:	aeonflux <aeonflux@aeonflux.no-ip.com>
Approved by:	John Von Essen <john@essenz.com> (maintainer)
2005-11-14 08:37:29 +00:00
Volker Stolz
19521c2ce9 Add rc_subr startup script
PR:		ports/74210
Submitted by:	"solsTiCe d'Hiver"
Approved by:	maintainer timeout
2005-02-17 16:43:02 +00:00
Pav Lucistnik
9b7af47d9e - Update to 3.0.3
PR:		ports/63090
Submitted by:	Martijn Lina <martijn@pacno.net>
Approved by:	maintainer timeout (1 month)
2004-03-28 14:06:59 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Norikatsu Shigemura
a500568665 Disable probing for thread-safe *_r functions.
Submitted by:	John Von Essen <john@essenz.com> (maintainer)
Pointed out by:	Lars Eggert
2003-03-04 06:44:57 +00:00
Akinori MUSHA
e173f6c3ea De-pkg-comment. 2003-02-21 14:08:24 +00:00
Alan Eldridge
37b825e8c2 Don't run preconfigure in a subshell of a subshell... it seems to bork up
the path.

Approved by:	kris
2002-12-15 16:56:53 +00:00
Tilman Keskinoz
ecd279345e Fix autoconf usage
Reported by:	bento
2002-11-30 15:46:51 +00:00
Norikatsu Shigemura
ee1a1b76bf o make install in port's Makefile.
o add new pkg-message.
o NOPORTDOCS support.
o set up minimum configuration.

Submitted by:	John von Essen <john@essenz.com> (maintainer)
Submitted by:	Lars Eggert <larse@ISI.EDU>
Reviewed by:	John von Essen <john@essenz.com> (maintainer)
2002-11-27 13:35:52 +00:00
Norikatsu Shigemura
36b74746b6 PREFIX clean. 2002-11-23 07:50:34 +00:00
Norikatsu Shigemura
00578bf8ec Add privoxy 3.0.0, privoxy is a web proxy with advanced filtering
capabilities.

PR:		ports/45602
Submitted by:	John von Essen <john@essenz.com>
2002-11-22 21:17:10 +00:00