summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* grammar gnitTim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21096
* Don't write "This is ..." in pkg/COMMENT.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21095
* Caps, no period.Tim Vanderhoek1999-08-2914-14/+14
| | | | Notes: svn path=/head/; revision=21094
* Clean this up, somewhat. To fit in 25 lines I cheated and put theTim Vanderhoek1999-08-293-33/+42
| | | | | | | author's signature on one line instead of two. Notes: svn path=/head/; revision=21093
* We need libcompat on FreeBSD/Alpha too.Steve Price1999-08-292-4/+22
| | | | Notes: svn path=/head/; revision=21092
* Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin:Steve Price1999-08-291-0/+182
| | | | | | | | | | | | | | Due to the size difference between a struct timeval on FreeBSD/Alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the known universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. Submitted by: Adrew Gallatin <gallatin@cs.duke.edu> Obtained from: NetBSD Notes: svn path=/head/; revision=21091
* cosmetics: spaces -> tabsDirk Froemberg1999-08-292-6/+6
| | | | Notes: svn path=/head/; revision=21090
* Apache installation is needed to build this port.Jun Kuriyama1999-08-291-1/+2
| | | | Notes: svn path=/head/; revision=21089
* Update to allow 3.2 (320002) to use the new interface to the kernel.Brian Feldman1999-08-292-4/+5
| | | | Notes: svn path=/head/; revision=21087
* $Id$ -> $FreeBSD$Peter Wemm1999-08-293-3/+3
| | | | Notes: svn path=/head/; revision=21086
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2918-20/+30
| | | | Notes: svn path=/head/; revision=21085
* $Id$ -> $FreeBSD$Peter Wemm1999-08-297-7/+7
| | | | Notes: svn path=/head/; revision=21084
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2931-31/+31
| | | | Notes: svn path=/head/; revision=21083
* $Id$->$FreeBSD$Peter Wemm1999-08-297-7/+7
| | | | Notes: svn path=/head/; revision=21082
* Portlint.David E. O'Brien1999-08-293-3/+3
| | | | | | | Submitted by: mharo Notes: svn path=/head/; revision=21081
* Activate qt2Chris Piazza1999-08-291-1/+2
| | | | Notes: svn path=/head/; revision=21080
* Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.Chris Piazza1999-08-292-2/+10
| | | | | | | Submitted by: futatuki@debug.gr.jp Notes: svn path=/head/; revision=21079
* Enable vMac.Donald Burr1999-08-291-0/+1
| | | | Notes: svn path=/head/; revision=21078
* PR: ports/12597Donald Burr1999-08-298-0/+584
| | | | | | | | | | | Submitted by: troll@digitalspark.net Reviewed by: dburr@FreeBSD.ORG Import of new port emulators/vMac, a software Macintosh emulator. (Requires an image of a MacPlus ROM to work, read the vMac website for more details.) Notes: svn path=/head/; revision=21077
* Move MAINTAINERship to ports@FreeBSD.orgChris Piazza1999-08-291-1/+1
| | | | | | | | PR: 13449 Submitted by: maintainer Notes: svn path=/head/; revision=21076
* Set maintaine to ports@FreeBSD.orgChris Piazza1999-08-291-1/+1
| | | | | | | | PR: 13448 Submitted by: maintainer Notes: svn path=/head/; revision=21075
* USE_NEWGCC=yesChris Piazza1999-08-292-14/+4
| | | | | | | | PR: 13435 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> Notes: svn path=/head/; revision=21074
* Updated to version 1.1.3Jim Mock1999-08-292-3/+3
| | | | Notes: svn path=/head/; revision=21073
* Updated to version 0.7.14.Jim Mock1999-08-296-30/+14
| | | | Notes: svn path=/head/; revision=21072
* swap #include order so things work wellMichael Haro1999-08-292-10/+10
| | | | Notes: svn path=/head/; revision=21071
* addMichael Haro1999-08-282-0/+20
| | | | | | | | | | | #include <krb.h> to the auth stuff. Submitted by: Alex Demidov <alexd@vinf.ru> PR Number: 13444 Notes: svn path=/head/; revision=21070
* restore missing .endif lineMichael Haro1999-08-281-0/+1
| | | | | | | Submitted by: Kevin Street street@iname.com Notes: svn path=/head/; revision=21069
* Activate upclientChris Piazza1999-08-281-0/+1
| | | | Notes: svn path=/head/; revision=21068
* Import of upclient.Chris Piazza1999-08-288-0/+89
| | | | | | | | | | | | This is the client program for the Server Uptimes project. For more information on the Server Uptimes project visit their web site at: http://uptime.hexon.cx/ PR: 13272 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=21067
* Update to version 0.51Chris Piazza1999-08-286-8/+10
| | | | | | | | PR: 13440 Submitted by: maintainer Notes: svn path=/head/; revision=21066
* 1. Support for bzip'ed themes (RUN_DEPENDS=bunzip2)Chris Piazza1999-08-282-5/+30
| | | | | | | | | | | 2. Configuration files upgrade via Inet (RUN_DEPENDS=wget,rpm) 3. PLIST fixed PR: 13426 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=21065
* Add a patch to stop tcpconn from segfaulting if run with no arguments.Chris Piazza1999-08-281-0/+12
| | | | | | | | PR: 13381 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=21064
* Make this port a little more sane. It was brokenChris Piazza1999-08-2814-448/+294
| | | | | | | | | | | | for any system that wasn't x86 on freebsd 3.1. The port is still marked BROKEN because it sets PREFIX in the Makefile. PR: 13423 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21063
* Unbreak this port by upgrading to 0.2.1Chris Piazza1999-08-284-111/+21
| | | | | | | | PR: 13416 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21062
* Unbreak this port (it was using a function called sendfile())Chris Piazza1999-08-282-234/+154
| | | | | | | | PR: 13414 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21061
* Update to version 9.3.2 to unbreak the portChris Piazza1999-08-283-6/+9
| | | | | | | (the distfile is named unix.tgz..ugh) Notes: svn path=/head/; revision=21060
* Update to version 0.21Chris Piazza1999-08-286-8/+42
| | | | | | | | PR: 13437 Submitted by: maintainer Notes: svn path=/head/; revision=21059
* Had to update sources without bumping version number.Andreas Klemm1999-08-282-2/+2
| | | | | | | So checksum changed... Notes: svn path=/head/; revision=21058
* upgrade to apsfilter 5.1.3Andreas Klemm1999-08-284-6/+6
| | | | | | | | | | | | | | | | | | | | | | Changed License, want a postcard. New features in 5.1.3 ===================== - Security fix. tmp files are now not readable by other people this gives you more privacy for your print jobs - New nice options for a2ps when printing ASCII files - SETUP's main menue now leads you more user friendly to new uniprint drivers - SETUP: many display enhancements to make the setup script more informative to the user. - some cosmetic concerning apsfilter-promo@klemm.gtn.com Notes: svn path=/head/; revision=21057
* Use RUN_DEPENDS, not BUILD_DEPENDS.Jun Kuriyama1999-08-281-2/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=21056
* mastersite movedMichael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21055
* upgdate to sudo.v1.5.9p4Michael Haro1999-08-282-6/+6
| | | | Notes: svn path=/head/; revision=21053
* env -> ${SETENV}Michael Haro1999-08-286-11/+11
| | | | Notes: svn path=/head/; revision=21052
* expr -> ${EXPR}Michael Haro1999-08-2851-96/+96
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Activate icqnix.Jim Mock1999-08-281-1/+2
| | | | Notes: svn path=/head/; revision=21050
* Import of icqnix.Jim Mock1999-08-285-0/+103
| | | | | | | | | | | ICQnix is an ICQ client for X that is designed to look and feel as much like the Mirabilis ICQ client as possible. PR: 13428 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw> Notes: svn path=/head/; revision=21049
* sed -> ${SED}Michael Haro1999-08-2834-58/+58
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-2895-179/+179
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO}/${ECHO_MSG}Michael Haro1999-08-283-21/+21
| | | | | | | ln -> ${LN} Notes: svn path=/head/; revision=21046
* Fix package building errors.Jim Mock1999-08-281-1/+1
| | | | | | | | PR: 13417 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21045