summaryrefslogtreecommitdiff
path: root/comms/xcept (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clean up historical baggage, and move the old local distfiles thatJoerg Wunsch2003-12-091-1/+1
| | | | | | | | | | used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own public_distfiles. No version changes involved. Notes: svn path=/head/; revision=95506
* Before committing the previous BROKEN changes I carefully checked the statusKris Kennaway2003-10-161-7/+1
| | | | | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris Notes: svn path=/head/; revision=91389
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* Make the tty locking compatible to the FreeBSD convention (10 digitsJoerg Wunsch2003-09-062-2/+11
| | | | | | | | | vs. 9). Submitted by: Helge Oldach <xcept@oldach.net> Notes: svn path=/head/; revision=88645
* Resolve a build error that recently became apparent where thisJoerg Wunsch2003-09-012-6/+1625
| | | | | | | | | | | | | | | software attempts to define their own function log() that is reserved for the natural logartihm one, by renaming the private function to mylog(). I wonder whether anybody is still using this at all, the respective service (called `Btx' here) has been cancelled in Germany a couple of years ago. Any other European countries perhaps? I consider deleting the port some day. By now, it was easy enough to fix though. Speak up if you want to see this port continued. Notes: svn path=/head/; revision=88289
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Don't install ceptd setuid root: it's a daemon you run as root fromKris Kennaway2001-08-112-1/+2
| | | | | | | | | | inetd.conf, so it doesn't need the additional privileges. This port still bogusly hardcodes /usr/local as the installation directory. Notes: svn path=/head/; revision=46065
* Install files with correct perms (0664->0644)Chris D. Faulhaber2000-09-151-3/+3
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=32635
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27419
* 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