summaryrefslogtreecommitdiff
path: root/net/pppload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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