non port: net/poptop/Makefile |
SVNWeb
|
Number of commits found: 39 |
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 )
|
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, 14 Aug 2019
|
[ 03:26 meta ] (Only the first 10 of 30 ports in this commit are shown above. )
Implement new virtual category: net-vpn for VPN related ports
based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.
[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html
PR: 239395
Submitted by: myself
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21174
|
Tue, 3 Feb 2015
|
[ 21:08 amdmi3 ]
- Fix install from non-root
- Strip library
|
Sat, 30 Aug 2014
|
[ 21:49 marino ]
net/poptop: Fix KERNPPP option operation
PR: 186172
Reported by: timp87 (gmail)
Solution by: blackscreen (gmail)
|
Wed, 15 Jan 2014
|
[ 08:35 vanilla ]
1: Update to version 1.4.0
2: support stagedir.
PR: ports/185701
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
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)
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Mon, 13 Feb 2012
|
[ 06:40 wen ]
- Unbreak on FreeBSD-9 and above
PR: ports/164977
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 20 Mar 2010
|
[ 15:55 miwi ]
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Thu, 27 Nov 2008
|
[ 22:36 ehaupt ]
- Fix a segmentation fault
- Bump PORTREVISION
- Respect CC and CFLAGS
PR: 129042
Submitted by: zlopi.ru <zlopi.ru@gmail.com>
|
Wed, 20 Aug 2008
|
[ 06:50 linimon ] (Only the first 10 of 18 ports in this commit are shown above. )
Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.
Hat: portmgr
|
Sun, 5 Aug 2007
|
[ 22:32 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)
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Sat, 16 Jun 2007
|
[ 16:20 pav ]
- Update to 1.3.4
PR: ports/113742
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
|
Wed, 27 Sep 2006
|
[ 22:39 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>
|
Tue, 5 Sep 2006
|
[ 07:55 linimon ]
Reset inactive maintainer who has not responded to PRs and email.
Hat: portmgr
|
Mon, 15 May 2006
|
[ 06:53 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)
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Mon, 28 Nov 2005
|
[ 12:44 lawrance ] (Only the first 10 of 15 ports in this commit are shown above. )
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)
|
Mon, 24 Oct 2005
|
[ 09:21 sem ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 1.2.1
- Grant maintainership to submitter
PR: ports/87891
Submitted by: Oleg M. Golovanov <olmi@rentech.ru>
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Mon, 15 Dec 2003
|
[ 08:18 krion ]
- Use user-ppp by default
PR: 60239
Submitted by: Allan Saddi <allan@saddi.com>
|
Sat, 18 Oct 2003
|
[ 18:22 krion ]
- Fix build on -current
PR: 58224
Submitted by: Ports Fury
|
Wed, 30 Jul 2003
|
[ 08:26 krion ]
Update to 1.1.4.b4
PR: 55035
Submitted by: Sergey Akifyev <asa@gascom.ru>
Approved by: fjoe (mentor) (implicit)
|
Wed, 25 Jun 2003
|
[ 01:04 naddy ]
* Fix autotools chaos.
* Add option for kernel ppp support.
Adapted from
PR: 53544
Submitted by: Sergey Akifyev <asa@gascom.ru>
|
Sun, 11 May 2003
|
[ 15:13 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>
|
Thu, 20 Feb 2003
|
[ 18:51 knu ] (Only the first 10 of 240 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 21 Oct 2002
|
[ 02:31 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.
|
Wed, 11 Sep 2002
|
[ 18:54 nsayer ]
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix.
Submitted by: Mike Harding
|
Sun, 8 Sep 2002
|
[ 17:39 nsayer ]
Update to 1.1.3.
Submitted by: Mike Harding
|
Sat, 6 Apr 2002
|
[ 17:06 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
|
Sat, 8 Sep 2001
|
[ 17:28 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.
|
Wed, 29 Aug 2001
|
[ 16:25 nsayer ]
Since user level ppp can now do MPPE, there's no longer a good reason to
deprecate this port.
|
Sat, 24 Feb 2001
|
[ 00:02 nsayer ]
1. Upgrade to v1.0.1
|
Mon, 30 Oct 2000
|
[ 14:07 nsayer ]
Deprecate poptop in favor of mpd-netgraph.
|
Number of commits found: 39 |