non port: net/rp-pppoe/Makefile |
SVNWeb
|
Number of commits found: 30 |
Tue, 16 May 2023
|
[ 19:13 Matthias Andree (mandree) ] 0d669e0
net/rp-pppoe: limit PORTSCOUT to checking 3.x versions
|
Mon, 17 Apr 2023
|
[ 20:26 Matthias Andree (mandree) ] 4392ee1
net/rp-pppoe: deprecate and remove end of 2023
https://dianne.skoll.ca/pipermail/rp-pppoe/2023q2/000639.html
essentially deprecates non-Linux, and we have ng_pppoe, pppoed,
net/mpd5.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Sat, 8 May 2021
|
[ 09:15 Matthias Andree (mandree) ] edc5de5
net/rp-pppoe: update to 3.15 release
FreeBSD-relevant upstream change:
src/pppoe.c: Don't ignore SIGTERM and SIGINT. Send PADT and exit if one
of those signals is received.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 27 May 2020
|
[ 22:33 mandree ]
Update to new upstream release 3.14.
Update relay.c patch.
Changelog: https://dianne.skoll.ca/pipermail/rp-pppoe/2020q2/000587.html
|
Wed, 25 Mar 2020
|
[ 09:45 mandree ]
net/rp-pppoe: update and clean up REINPLACE_CMD
Make sure that ${PREFIX} in some form is spliced before *_all_*
occurrences of /etc/ppp, in documentation, samples, etc.,
except in the CHANGES doc. file.
While here, heed the DOCS option (and do not install docs if unset).
Drop KERNEL-MODE-PPPOE documentation file, Linux-specific.
(Bump PORTREVISION, installed files change.)
Reported by: swills@ (by way of his REINPLACE_CMD cleanup endeavor)
|
Thu, 27 Dec 2018
|
[ 13:06 mandree ]
Update to new upstream release 3.13.
While here, update port, add LICENSE, update WWW:,
and refresh patches to remove portlint warnings.
Changelog: <https://dianne.skoll.ca/pipermail/rp-pppoe/2018q4/000565.html>
|
Tue, 9 Jan 2018
|
[ 19:06 danfe ]
For the ports under `net' category: remove superfluous linefeeds.
|
Mon, 11 Jan 2016
|
[ 21:20 mandree ]
Upgrade to new upstream release 3.12.
Annoncement:
<http://lists.roaringpenguin.com/pipermail/rp-pppoe/2015q4/000505.html>
|
Fri, 4 Jul 2014
|
[ 21:44 adamw ] (Only the first 10 of 37 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Sat, 14 Dec 2013
|
[ 01:51 mandree ]
Convert to staging.
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sun, 23 Sep 2012
|
[ 15:33 mandree ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to new upstream release 3.11.
- Convert to Options NG (for NOPORTDOCS -> DOCS)
- Rediff patches.
- Fix a few omissions in the upstream BPF-related source,
the upstream no longer maintains *BSD.
- Fix a bug in MD5 that does not completely zero out its
work area - this is an omnipresent bug.
Warning: only discovery against a Linux-based PPPoE server v3.8 was tested,
not server-mode or running a session.
|
Sun, 13 Jun 2010
|
[ 12:27 mandree ]
Upgrade to new upstream version 3.10
Approved by: garga (mentor, implicit)
|
[ 11:57 mandree ] (Only the first 10 of 19 ports in this commit are shown above. )
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 2 Nov 2006
|
[ 21:26 miwi ]
- Update MASTER_SITES
- Update WWW
PR: ports/105081
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer
|
Sat, 8 Apr 2006
|
[ 19:20 mnag ]
- Update to 3.8
- portlint(1)
- Fix build on 4.x [mnag]
PR: 95380
Submitted by: maintainer
|
Fri, 18 Nov 2005
|
[ 13:50 mnag ]
Update to 3.7
Add SHA256
PR: 89219
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
|
Sat, 22 Oct 2005
|
[ 21:52 ehaupt ]
- Update to 3.6
PR: 87821
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
|
Fri, 22 Apr 2005
|
[ 01:49 adamw ]
Correct a number of ports that anger the tempermental Make Spirits
by using C comments instead of make(1) constructs.
And as long as I'm here, fix a command misspelling in vm-pop3d.
As prompted by: kris
|
Sun, 1 Aug 2004
|
[ 16:31 krion ]
Enable pppoe-relay
PR: ports/69868
Submitted by: maintainer
|
Thu, 24 Jun 2004
|
[ 14:26 vs ]
Re-add net/rp-pppoe (v 3.5)
PR: ports/68113
Submitted by: Matthias Andree
|
Fri, 20 Sep 2002
|
[ 01:17 lioux ] (Only the first 10 of 11 ports in this commit are shown above. )
Nuke rp-pppoe since it has not worked for too long
|
Sun, 1 Sep 2002
|
[ 16:07 dwcjr ] (Only the first 10 of 76 ports in this commit are shown above. )
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
|
Mon, 21 Jan 2002
|
[ 19:29 lioux ]
Release maintainership to ports. If no one steps as maintainer in two months,
remove it from ports tree.
|
Fri, 23 Mar 2001
|
[ 04:41 lioux ]
o New port of rp-pppoe: The popular Roaring Penguin's PPPoE software o Does
not work yet with FreeBSD's pppd. It is being imported in the hope that will
bring ppl to fix it. Therefore, marked BROKEN.
|
Number of commits found: 30 |