aboutsummaryrefslogtreecommitdiffstats
path: root/net/poptop
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-211-1/+7
| | | | Reported by: pointyhat
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-3/+2
| | | | | | | | | | | | | | | | | | | | 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.
* - Fix a segmentation faultehaupt2008-11-283-5/+21
| | | | | | | | - Bump PORTREVISION - Respect CC and CFLAGS PR: 129042 Submitted by: zlopi.ru <zlopi.ru@gmail.com>
* Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to worklinimon2008-08-201-1/+1
| | | | | | on FreeBSD at the moment. Hat: portmgr
* - Add patch to make multiple simultaneous BSDPPP configurations possiblemiwi2007-08-063-11/+78
| | | | | | | | 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)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | 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
* - Update to 1.3.4pav2007-06-173-25/+11
| | | | | PR: ports/113742 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
* - Update to 1.3.0miwi2006-09-282-6/+5
| | | | | | | - Pass maintainership to submitter PR: ports/103696 Submitted by: Nils Vogels <nivo+kw+ports.bfa274(at)is-root.com>
* Reset inactive maintainer who has not responded to PRs and email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Clean up sig_stop values. In most cases this means removing a leading -,dougb2006-07-201-1/+1
| | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default.
* Patch pptpctrl.c so that it does not pass bogus parameters to ppp.lawrance2006-05-152-4/+17
| | | | | | | | 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)
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | 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.
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.2.3lawrance2005-11-2815-487/+142
| | | | | | PR: ports/88260 Submitted by: Serge Maslov <serge@maslov.biz> Approved by: Oleg M. Golovanov <olmi@rentech.ru> (maintainer, timeout 26 days)
* - Update to 1.2.1sem2005-10-2411-109/+500
| | | | | | | - Grant maintainership to submitter PR: ports/87891 Submitted by: Oleg M. Golovanov <olmi@rentech.ru>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* - Use user-ppp by defaultkrion2003-12-151-2/+2
| | | | | PR: 60239 Submitted by: Allan Saddi <allan@saddi.com>
* - Fix build on -currentkrion2003-10-192-24/+52
| | | | | PR: 58224 Submitted by: Ports Fury
* Update to 1.1.4.b4krion2003-07-302-3/+3
| | | | | | PR: 55035 Submitted by: Sergey Akifyev <asa@gascom.ru> Approved by: fjoe (mentor) (implicit)
* * Fix autotools chaos.naddy2003-06-252-16/+7
| | | | | | | | * Add option for kernel ppp support. Adapted from PR: 53544 Submitted by: Sergey Akifyev <asa@gascom.ru>
* Fix CFLAGS handling in Makefile.am/.in.naddy2003-06-252-6/+12
| | | | | PR: 53135 Reported by: Sergey Akifyev <asa@gascom.ru>
* - update to 1.1.4.b3petef2003-05-117-41/+36
| | | | | | | | | 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>
* Fix Makefile.am patch.arved2003-04-251-1/+1
| | | | | PR: 51250 Submitted by: Hoss Firooznia <hfir@math.rochester.edu>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Release all my ports.nsayer2002-10-211-1/+1
| | | | | 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.
* Oops. The path to the config file ended up missing a /. Bumpnsayer2002-09-122-1/+2
| | | | | | portrevision and fix. Submitted by: Mike Harding
* Update to 1.1.3.nsayer2002-09-096-29/+42
| | | | Submitted by: Mike Harding
* Looks like the master site is gone, and the new sourceforge project onlynsayer2002-04-073-14/+17
| | | | | | | | | 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
* 1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for ansayer2001-09-093-3/+21
| | | | | | | 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.
* Since user level ppp can now do MPPE, there's no longer a good reason tonsayer2001-08-291-2/+0
| | | | | | deprecate this port. Submitted by: brian
* 1. Upgrade to v1.0.1nsayer2001-02-245-8/+7
| | | | | | | | | | | | | 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.
* Deprecate poptop in favor of mpd-netgraph.nsayer2000-10-301-0/+2
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-1/+15
| | | | | | | 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.
* Revert package name.asami2000-04-151-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* A slight adjustment to the URL.nsayer2000-03-221-1/+1
|
* Fix WWW line so that it shows up in ports web pagesnsayer2000-03-211-1/+1
|
* General comment cleanups.hoek1999-12-291-1/+1
|
* Import of port for PoPToP -- a PPTP (vpn) servernsayer1999-10-0610-0/+107