summaryrefslogtreecommitdiff
path: root/comms/xcept (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Oops. Next time I add MANCOMPRESSED=maybe to a port, I should alsoTim Vanderhoek1998-08-302-3/+4
| | | | | | | add the appropriate MANx variables. :) Notes: svn path=/head/; revision=12911
* Set MANCOMPRESSED=maybe. This isn't the correct fix. The port shouldTim Vanderhoek1998-08-281-1/+2
| | | | | | | | have its patches that stuff NOMANCOMPRESS support in the source Makefile removed, or submitted for inclusion with the next xceptd release. Notes: svn path=/head/; revision=12889
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* Merge two files that were patching the same file (xcept/script.h). InSatoshi Asami1997-04-242-10/+18
| | | | | | | xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>. Notes: svn path=/head/; revision=6280
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-171-2/+2
| | | | | | | Added MAINTAINER's to some, switched to new MAN[1-8] Notes: svn path=/head/; revision=4529
* Actually, I should just take out USE_X11 and PREFIX=, they cancelSatoshi Asami1996-11-061-3/+1
| | | | | | | each other. ;) Notes: svn path=/head/; revision=4312
* Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to whereSatoshi Asami1996-11-061-3/+3
| | | | | | | it belongs. Notes: svn path=/head/; revision=4310
* realloc()ing a just freed pointer is a bad idea.Joerg Wunsch1996-09-011-0/+10
| | | | | | | Detected by: phkmalloc :-) Notes: svn path=/head/; revision=3732
* XCept - a decoder for the CEPT protocol as it is in use in the BtxJoerg Wunsch1996-09-0110-0/+729
service of the Deutsche Telekom. XCept 2 is freeware (BSD-style copyright), but has later been replaced by the commercial XCept 3. The authors no longer distribute or support this old version. I cannot build it on freefall's 2.1.x system, but it builds fine on my 2.2-current. thud seems to be down... Notes: svn path=/head/; revision=3731