summaryrefslogtreecommitdiffstats
path: root/comms/xcept
Commit message (Collapse)AuthorAgeFilesLines
* Don't install ceptd setuid root: it's a daemon you run as root fromkris2001-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.
* Install files with correct perms (0664->0644)jedgar2000-09-151-3/+3
| | | | Approved by: Maintainer
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-091-0/+1
| | | | area on the local ports tree.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-5/+5
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-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.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+2
| | | | for ilu and mkdirhier for asl.)
* Oops. Next time I add MANCOMPRESSED=maybe to a port, I should alsohoek1998-08-302-3/+4
| | | | add the appropriate MANx variables. :)
* Set MANCOMPRESSED=maybe. This isn't the correct fix. The port shouldhoek1998-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.
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* Merge two files that were patching the same file (xcept/script.h). Inasami1997-04-242-10/+18
| | | | xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>.
* CAT_E_GORIES+= -> CAT_E_GORIES=obrien1996-11-171-2/+2
| | | | Added MAINTAINER's to some, switched to new MAN[1-8]
* Actually, I should just take out USE_X11 and PREFIX=, they cancelasami1996-11-061-3/+1
| | | | each other. ;)
* Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to whereasami1996-11-061-3/+3
| | | | it belongs.
* realloc()ing a just freed pointer is a bad idea.joerg1996-09-011-0/+10
| | | | Detected by: phkmalloc :-)
* XCept - a decoder for the CEPT protocol as it is in use in the Btxjoerg1996-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...
OpenPOWER on IntegriCloud