summaryrefslogtreecommitdiff
path: root/net/ucspi-tcp
AgeCommit message (Collapse)AuthorFilesLines
2005-09-02Give these hacks a meaningful name ("arm-gcc2-optimizer").schmonz1-2/+2
2005-08-24Move hack to avoid gcc optimizer bug on arm platforms into hacks.mk.schmonz2-5/+10
2005-08-19Whitespace.schmonz1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09Update to 20020317 manpages, merging upstream web page changes intoschmonz2-6/+7
tcpclient.1. Bump PKGREVISION.
2005-04-09Standardize handling of additional distfiles (such as externallyschmonz1-9/+8
supplied manual pages) across djbware.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-23Whitespace.schmonz1-14/+14
2005-03-23Take advantage of mk/djbware.mk.schmonz1-12/+3
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-02-24Add RMD160 digests.agc1-1/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-07-26Enable pkgviews installation.schmonz1-1/+5
2004-07-22Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Rename post-configureschmonz2-20/+21
to do-configure, and configure all the conf-* files. In post-install, install the man pages one at a time in a loop, both to simplify the Makefile and to help on our differently abled platforms. Sort PLIST. Take MAINTAINER.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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.