summaryrefslogtreecommitdiff
path: root/net/pppload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix build on -CURRENT.Christian Weisgerber2003-02-111-6/+14
| | | | | | | | PR: 48056 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=75301
* Fix traffic calculation [1]Tilman Keskinoz2003-01-283-49/+47
| | | | | | | | | | Use qt3 instead of qt1 PR: 35667 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=74166
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add back icqnix and pppload, which were prematurely deleted by will.Kris Kennaway2002-05-2412-0/+566
| | | | Notes: svn path=/head/; revision=59883
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundWill Andrews2002-04-1912-554/+0
| | | | | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree. Notes: svn path=/head/; revision=57872
* portlint:Dirk Froemberg2001-12-251-1/+1
| | | | | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters Notes: svn path=/head/; revision=52160
* Overhaul QT/KDE support:Will Andrews2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Make this port build again on -current.Steve Price2000-02-271-11/+9
| | | | Notes: svn path=/head/; revision=26358
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Update MASTER_SITE.Steve Price1999-04-021-2/+3
| | | | | | | | PR: 10887 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17527
* No longer borken for ELF. Honor PREFIX and CFLAGS. Fix build on alpha.Steve Price1999-01-268-1107/+437
| | | | | | | | Use X11BASE to find the X11R6 directory. Give rid up a bunch of extra cruft in patch-aa and split into one patch per file. Notes: svn path=/head/; revision=16329
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Mark BROKEN for ElF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | | | g++ pppload.o PPPStats.o MainWindow.o Options.o mPPPStats.o mMainWindow.o -o ppp load -L/usr/X11R6/lib -lqt /usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libqt.so, no t found (try using --rpath) /usr/X11R6/lib/libqt.so: undefined reference to `XFreePixmap' /usr/X11R6/lib/libqt.so: undefined reference to `XSetInputFocus' Notes: svn path=/head/; revision=13968
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12624
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-121-5/+3
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
| | | | Notes: svn path=/head/; revision=12335
* Spell the category name correctly ("sysutils", not "sysutil"). PleaseSatoshi Asami1998-02-191-2/+2
| | | | | | | | be careful, bsd.port.mk will happily create a new directory if you misspell the name here.... ;) Notes: svn path=/head/; revision=9833
* Add "net" and "sysutil" to the CATEGORIES line.David E. O'Brien1998-02-191-2/+2
| | | | | | | Note, this should really be moved to sysutils to be simular packages! Notes: svn path=/head/; revision=9826
* Forgot to remove BROKEN with last commit.Steve Price1998-02-171-2/+1
| | | | Notes: svn path=/head/; revision=9769
* Initial import of pppload-1.0Steve Price1998-02-166-0/+1227
Notes: svn path=/head/; revision=9758