Commit graph

52 commits

Author SHA1 Message Date
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Eitan Adler
fd37d8821f Cleanup unmaintained ports in the misc category:
- Trim Header
	- Convert to OptionsNG
	- Prefer DISTNAME to DISTFILES
	- Reorder variables
	- Fix comments (don't include leading article)
	- @unexec rm must not cause failure
	- Tabs, not spaces
	- Single space for WWW
	- Pet portlint
	- etc.

In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.

Reviewed by:	koobs, ashish
2013-03-25 04:30:31 +00:00
Doug Barton
997263d3d9 Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
While I'm here, reformat the rc.d script to match conventions, and remove
some cruft from the Makefile.
2012-08-23 20:43:07 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Chris Rees
ff6293a6d5 - Fix build with clang
- Remove extraneous newlines

PR:		ports/158538
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
Approved by:	rene (mentor, implicit)
2011-07-10 18:42:49 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Pav Lucistnik
5a31774849 - Unbreak installation
Pointy hat to:	dougb for committing untested changes
Reported by:	pointyhat
2010-04-05 19:35:23 +00:00
Doug Barton
1c61847a11 The rc.d script is already set up for USE_RC_SUBR, so do it. 2010-03-28 06:25:22 +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
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28: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
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Edwin Groothuis
6a2f02c5b8 Fix missing upclient.sh from SUB_FILES
Noticed by: YAPHR
2006-04-16 23:13:41 +00:00
Edwin Groothuis
68deee40d2 Use SUB_FILES for pkg-message 2006-04-01 13:23:43 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Kirill Ponomarev
c3ed06935e - Use RC_SUBR
Submitted by:	maintainer
2004-03-04 08:35:28 +00:00
Kirill Ponomarev
e8ef4a0dcd - Fix MASTER_SITES
- Add USE_RC_SUBR
- Update pkg-descr
- Use DOCSDIR

PR:		ports/63668
Submitted by:	maintainer
2004-03-03 11:46:05 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Mario Sergio Fujikawa Ferreira
fe5178ede2 Fix install
Submitted by:	maintainer
Prompteb by:	bento,
		kris
2003-06-15 16:48:40 +00:00
Mario Sergio Fujikawa Ferreira
25bcc4e689 Update to 5.0.b8
PR:		53230
Submitted by:	maintainer
2003-06-12 01:31:42 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Christian Weisgerber
8912fe218a Don't refer to ${GMAKE} after USE_GMAKE has been removed.
Reported by:	kris
2003-02-18 12:34:36 +00:00
Christian Weisgerber
528f5193e7 Update to 5.0.b7 and various small changes.
PR:		47869
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2003-02-14 00:16:51 +00:00
Pete Fritchman
c547be44da Update to 5.0.b6.
PR:		46339
Submitted by:	maintainer
2003-01-03 06:35:32 +00:00
Christian Weisgerber
094f4a52ca Rename patch-message target to patch-pkgmessage since patch-message
is already used by bsd.port.mk.

Approved by:	maintainer
2002-11-06 02:06:03 +00:00
Oliver Braun
6aee96b6e7 * Upgrade to 5.0.b5.
* Changed MASTER_SITES.
* Respect PREFIX correctly.

PR:		44283
Submitted by:	maintainer
2002-10-19 22:14:38 +00:00
Ying-Chieh Liao
7ef18f1429 ${PERL} -> ${REINPLACE_CMD}
PR:		39746
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2002-06-24 04:44:17 +00:00
David W. Chapman Jr.
7cdb9dd859 Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer
2002-01-17 23:13:38 +00:00
Patrick Li
4a4b0cc5d3 Update to 4.2.1.23 The Uptimes Project is back!
PR:		32080
Submitted by:	maintainer
Approved by:	lioux
2001-11-19 06:38:34 +00:00
Mario Sergio Fujikawa Ferreira
96f3a37ff1 Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
2001-08-30 03:58:35 +00:00
David W. Chapman Jr.
5cb3fdccc5 Mark Broken due to "extended vacation" of project
PR:		29945
Submitted by:	maintainer
2001-08-23 20:00:02 +00:00
Peter Pentchev
9c0a071864 Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
PR:		27867
Submitted by:	maintainer
2001-06-09 12:59:34 +00:00
FUJISHIMA Satsuki
2192154ee0 change maintainer's e-mail address. 2001-02-15 17:01:03 +00:00
Kevin Lo
59fc53e8e8 Update to 4.2.1.21
PR: 24108
Submitted by: MAINTAINER
2001-01-06 17:25:07 +00:00
James E. Housley
9efa8d4a6c Major update from 3.04 to 4.2.1.19
PR:		23948
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-01-05 03:37:07 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
R. Imura
a1d235d110 Mark it as BROKEN.
Add new version's WWW.

Maintainer says that the server that the client communicates with has
been shutdown so it is useless. Instead, they have setup a new server to
which the new client (4.x) talks to.
He can't reasonably port the new version, yet.

Submitted by:	Maintainer
2000-01-23 02:23:55 +00:00
R. Imura
f3e0930f5d Remove unfetchable site from MASTER_SITES.
PR:		15865
Submitted by:	Maintainer
2000-01-14 16:00:43 +00:00
R. Imura
e58c635c8e Add a active site as a second $(MASTER_SITES)
PR:		15045
Submitted by:	Maintainer
1999-11-26 15:56:26 +00:00