| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.3.4_2
|
dougb  |
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. |
23 Sep 2011 22:26:39
1.3.4_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
02 Aug 2011 20:58:23
1.3.4_2
|
ehaupt  |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
20 Mar 2011 12:54:45
1.3.4_2
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.3.4_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Mar 2010 15:55:00
1.3.4_2
|
miwi  |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
22 Aug 2009 00:32:25
1.3.4_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
15 Jul 2009 16:56:10
1.3.4_2
|
dougb  |
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. |
27 Nov 2008 22:36:52
1.3.4_2
|
ehaupt  |
- Fix a segmentation fault
- Bump PORTREVISION
- Respect CC and CFLAGS
PR: 129042
Submitted by: zlopi.ru <zlopi.ru@gmail.com> |
20 Aug 2008 06:50:58
1.3.4_1
|
linimon  |
Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.
Hat: portmgr |
05 Aug 2007 22:32:49
1.3.4_1
|
miwi  |
- 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) |
23 Jul 2007 09:36:52
1.3.4
|
rafan  |
- 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 |
16 Jun 2007 16:20:53
1.3.4
|
pav  |
- Update to 1.3.4
PR: ports/113742
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) |
27 Sep 2006 22:39:35
1.3.0
|
miwi  |
- Update to 1.3.0
- Pass maintainership to submitter
PR: ports/103696
Submitted by: Nils Vogels <nivo+kw+ports.bfa274(at)is-root.com> |
05 Sep 2006 07:55:15
1.2.3_1
|
linimon  |
Reset inactive maintainer who has not responded to PRs and email.
Hat: portmgr |
19 Jul 2006 16:18:41
1.2.3_1
|
dougb  |
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. |
15 May 2006 06:53:11
1.2.3_1
|
lawrance  |
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) |
11 May 2006 22:49:56
1.2.3
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
20 Feb 2006 20:47:50
1.2.3
|
dougb  |
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. |
22 Jan 2006 21:24:05
1.2.3
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:46:07
1.2.3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
28 Nov 2005 12:44:12
1.2.3
|
lawrance  |
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) |
24 Oct 2005 09:21:58
1.2.1
|
sem  |
- Update to 1.2.1
- Grant maintainership to submitter
PR: ports/87891
Submitted by: Oleg M. Golovanov <olmi@rentech.ru> |
04 Feb 2004 05:10:27
1.1.4.b4_3
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
1.1.4.b4_2
|
trevor  |
SIZEify. |
15 Dec 2003 08:18:57
1.1.4.b4_2
|
krion  |
- Use user-ppp by default
PR: 60239
Submitted by: Allan Saddi <allan@saddi.com> |
18 Oct 2003 18:22:43
1.1.4.b4_1
|
krion  |
- Fix build on -current
PR: 58224
Submitted by: Ports Fury |
30 Jul 2003 08:26:37
1.1.4.b4
|
krion  |
Update to 1.1.4.b4
PR: 55035
Submitted by: Sergey Akifyev <asa@gascom.ru>
Approved by: fjoe (mentor) (implicit) |
25 Jun 2003 01:04:56
1.1.4.b3
|
naddy  |
* Fix autotools chaos.
* Add option for kernel ppp support.
Adapted from
PR: 53544
Submitted by: Sergey Akifyev <asa@gascom.ru> |
24 Jun 2003 23:39:42
1.1.4.b3
|
naddy  |
Fix CFLAGS handling in Makefile.am/.in.
PR: 53135
Reported by: Sergey Akifyev <asa@gascom.ru> |
11 May 2003 15:13:53
1.1.4.b3
|
petef  |
- 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> |
25 Apr 2003 00:31:29
1.1.3_1
|
arved  |
Fix Makefile.am patch.
PR: 51250
Submitted by: Hoss Firooznia <hfir@math.rochester.edu> |
20 Feb 2003 18:51:13
1.1.3_1
|
knu  |
De-pkg-comment. |
21 Oct 2002 02:31:08
1.1.3_1
|
nsayer  |
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. |
11 Sep 2002 18:54:18
1.1.3_1
|
nsayer  |
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix.
Submitted by: Mike Harding |
08 Sep 2002 17:39:44
1.1.3
|
nsayer  |
Update to 1.1.3.
Submitted by: Mike Harding |
06 Apr 2002 17:06:53
1.1.2
|
nsayer  |
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 |
08 Sep 2001 17:28:00 
|
nsayer  |
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. |
29 Aug 2001 16:25:25 
|
nsayer  |
Since user level ppp can now do MPPE, there's no longer a good reason to
deprecate this port. |
24 Feb 2001 00:02:48 
|
nsayer  |
1. Upgrade to v1.0.1 |
30 Oct 2000 14:07:49 
|
nsayer  |
Deprecate poptop in favor of mpd-netgraph. |
08 Oct 2000 07:19:09 
|
asami  |
Convert category net to new layout. |
05 Jul 2000 13:37:07 
|
tg  |
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. |