summaryrefslogtreecommitdiff
path: root/net/ucspi-tcp
AgeCommit message (Collapse)AuthorFilesLines
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-5/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2002-12-16Whitespace nit.cjep1-3/+3
2002-06-03Turn off optimization on NetBSD arm platforms.cjep1-2/+4
2002-04-18Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-02-12The check whether ${CFLAGS} contains -O2 didn't catch the case ofmrauch1-3/+3
multiple flags given in ${CFLAGS}. Fixed.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-22Switch to date-versioned manpages tarballs, as requestedzuntum2-6/+6
by Gerrit Pape <pape@smarden.org> in private mail.
2001-10-03gcc on arm32 goes into infinite loops with -O1 or -O2 on variousabs1-1/+5
.c files, and this package's build system is too baroque to patch sanely. Disable optimisation on arm32.
2001-06-14Update distinfo due to ucspi-tcp-0.88-man update, which fixed two typoszuntum1-3/+3
in tcpserver.1
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-26* ${CC} -s -> ${CC} ${STRIPFLAG}zuntum1-2/+2
* sync quoting in all Bernstein's packages
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-06 * Rework Makefile a littlehubertf1-19/+18
* Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licence Patch contributed by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-10 * Add manpageshubertf3-8/+31
* s/file/f in do-install target to reduce pkglint warnings Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-09Don't xref to auto-generated homepage-linkhubertf1-2/+0
2000-12-27Added ucspi-tcp-0.88:hubertf5-0/+57
ucspi-tcp is a set of command-line tools for building TCP-based client/server applications. They are compliant to UCSPI, the UNIX Client-Server Program Interface. UCSPI tools are available for several different types of networks. Documentation is only available from the web, sorry. Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11681.