Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-26 | Enable pkgviews installation. | schmonz | 1 | -1/+5 | |
2004-07-22 | Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Rename post-configure | schmonz | 2 | -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-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 | |
overridden. | |||||
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -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-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -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-16 | Whitespace nit. | cjep | 1 | -3/+3 | |
2002-06-03 | Turn off optimization on NetBSD arm platforms. | cjep | 1 | -2/+4 | |
2002-04-18 | Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. | yyamano | 1 | -2/+2 | |
2002-02-12 | The check whether ${CFLAGS} contains -O2 didn't catch the case of | mrauch | 1 | -3/+3 | |
multiple flags given in ${CFLAGS}. Fixed. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-22 | Switch to date-versioned manpages tarballs, as requested | zuntum | 2 | -6/+6 | |
by Gerrit Pape <pape@smarden.org> in private mail. | |||||
2001-10-03 | gcc on arm32 goes into infinite loops with -O1 or -O2 on various | abs | 1 | -1/+5 | |
.c files, and this package's build system is too baroque to patch sanely. Disable optimisation on arm32. | |||||
2001-06-14 | Update distinfo due to ucspi-tcp-0.88-man update, which fixed two typos | zuntum | 1 | -3/+3 | |
in tcpserver.1 | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-26 | * ${CC} -s -> ${CC} ${STRIPFLAG} | zuntum | 1 | -2/+2 | |
* sync quoting in all Bernstein's packages | |||||
2001-03-16 | Change my email address to zuntum@netbsd.org | zuntum | 1 | -2/+2 | |
2001-03-06 | * Rework Makefile a little | hubertf | 1 | -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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-10 | * Add manpages | hubertf | 3 | -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-09 | Don't xref to auto-generated homepage-link | hubertf | 1 | -2/+0 | |
2000-12-27 | Added ucspi-tcp-0.88: | hubertf | 5 | -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. |