Commit graph

46 commits

Author SHA1 Message Date
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
Martin Wilke
1779c8dc07 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 16:04:25 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +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
Emanuel Haupt
67bd9e3586 - Fix a segmentation fault
- Bump PORTREVISION
- Respect CC and CFLAGS

PR:		129042
Submitted by:	zlopi.ru <zlopi.ru@gmail.com>
2008-11-27 22:36:52 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Martin Wilke
918926d6c1 - Add patch to make multiple simultaneous BSDPPP configurations possible
Thanks to Harold Gold for making the patch and Brett Glass (brett on lariat.net) for bringing it to maintainer's attention
- Bump PORTREVISION

PR:		115073
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
2007-08-05 22:32:49 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Pav Lucistnik
653928ea74 - Update to 1.3.4
PR:		ports/113742
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
2007-06-16 16:20:53 +00:00
Martin Wilke
06372bd705 - Update to 1.3.0
- Pass maintainership to submitter

PR:		ports/103696
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274(at)is-root.com>
2006-09-27 22:39:35 +00:00
Mark Linimon
6d0c364fb8 Reset inactive maintainer who has not responded to PRs and email.
Hat:		portmgr
2006-09-05 07:55:15 +00:00
Doug Barton
53c3693939 Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default.
2006-07-19 16:18:41 +00:00
Sam Lawrance
2d627f9f28 Patch pptpctrl.c so that it does not pass bogus parameters to ppp.
Bump PORTREVISION for the change above.

PR:		ports/96386
Submitted by:	Stefan Bethke <stb@lassitu.de>
Approved by:	olmi@rentech.ru (maintainer, timeout 2 weeks)
2006-05-15 06:53:11 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +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
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Sam Lawrance
9969531d09 Update to 1.2.3
PR:		ports/88260
Submitted by:	Serge Maslov <serge@maslov.biz>
Approved by:	Oleg M. Golovanov <olmi@rentech.ru> (maintainer, timeout 26 days)
2005-11-28 12:44:11 +00:00
Sergey Matveychuk
ea9c48b7a5 - Update to 1.2.1
- Grant maintainership to submitter

PR:		ports/87891
Submitted by:	Oleg M. Golovanov <olmi@rentech.ru>
2005-10-24 09:21:58 +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
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Kirill Ponomarev
107029a4b6 - Use user-ppp by default
PR:		60239
Submitted by:	Allan Saddi <allan@saddi.com>
2003-12-15 08:18:57 +00:00
Kirill Ponomarev
c1237bfac8 - Fix build on -current
PR:		58224
Submitted by:	Ports Fury
2003-10-18 18:22:42 +00:00
Kirill Ponomarev
d2a5b71b6a Update to 1.1.4.b4
PR:		55035
Submitted by:	Sergey Akifyev <asa@gascom.ru>
Approved by:	fjoe (mentor) (implicit)
2003-07-30 08:26:37 +00:00
Christian Weisgerber
2e1476e133 * Fix autotools chaos.
* Add option for kernel ppp support.

Adapted from
PR:		53544
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-06-25 01:04:56 +00:00
Christian Weisgerber
30f3b97b75 Fix CFLAGS handling in Makefile.am/.in.
PR:		53135
Reported by:	Sergey Akifyev <asa@gascom.ru>
2003-06-24 23:39:42 +00:00
Pete Fritchman
b7f4a984ec - update to 1.1.4.b3
While I'm here,
- spell ports@FreeBSD.org correctly
- portlint'ify: move WRKSRC to it's proper section

PR:		51736
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net>
2003-05-11 15:13:52 +00:00
Tilman Keskinoz
a8015621e2 Fix Makefile.am patch.
PR:		51250
Submitted by:	Hoss Firooznia <hfir@math.rochester.edu>
2003-04-25 00:31:29 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Nick Sayer
2c8802aec6 Release all my ports.
kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
2002-10-21 02:31:08 +00:00
Nick Sayer
67acef5251 Oops. The path to the config file ended up missing a /. Bump
portrevision and fix.

Submitted by:	Mike Harding
2002-09-11 18:54:18 +00:00
Nick Sayer
62d793b81b Update to 1.1.3.
Submitted by:	Mike Harding
2002-09-08 17:39:44 +00:00
Nick Sayer
64459e5206 Looks like the master site is gone, and the new sourceforge project only
has the 1.0.1 version available. Rather than backtrack, we'll host our own
copy of the 1.1.2 code. Diffing the two appears (to me) to make this
worthwhile for now.

PR:		36239
Submitted by:	dominic_marks@btinternet.com
2002-04-06 17:06:52 +00:00
Nick Sayer
4a0cd50687 1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for a
while and appears to work better.

2. INSTALL_SCRIPT for the rc.d script rather than INSTALL_DATA. That way
it actually gets run at startup.
2001-09-08 16:28:00 +00:00
Nick Sayer
594f6a6697 Since user level ppp can now do MPPE, there's no longer a good reason to
deprecate this port.

Submitted by:	brian
2001-08-29 15:25:25 +00:00
Nick Sayer
69ab9abe13 1. Upgrade to v1.0.1
2. Don't use their CFLAGS, add the really important stuff with +=
instead

3. Move the MASTER_SITE and WWW.

This port is still FORBIDDEN, IMHO, since so far as I know the FreeBSD
userland ppp doesn't do MPPE encryption and the mpd-netgraph stuff does.
What is the use of a vpn that does no encryption? *BUT* If I am wrong or
if someone can add MPPE to the userland ppp, I will de-FORBIDDEN this
port.
2001-02-24 00:02:48 +00:00
Nick Sayer
1105a5ff88 Deprecate poptop in favor of mpd-netgraph. 2000-10-30 14:07:49 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
0025270cc8 Revert package name. 2000-04-15 01:43:35 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Nick Sayer
15c1c93200 A slight adjustment to the URL. 2000-03-21 17:10:16 +00:00
Nick Sayer
e8c733f4d0 Fix WWW line so that it shows up in ports web pages 2000-03-21 03:43:30 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Nick Sayer
83292ffb69 Import of port for PoPToP -- a PPTP (vpn) server 1999-10-06 02:43:14 +00:00