Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-09-08 | varargs->stdarg, fixes build with GCC3. | sketch | 4 | -7/+93 | |
Add dante to CONFLICTS as they install files with the same name (dante already has socks4 in its own CONFLICTS). | |||||
2004-08-18 | Use LICENSE=no-commercial-use. | tv | 1 | -5/+2 | |
2004-04-25 | Unused. | wiz | 1 | -19/+0 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -2/+5 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 | |
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-05 | bl3ify | jlam | 1 | -2/+6 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -9/+7 | |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+20 | |
buildlink3 framework. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-01 | Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. | jmmv | 5 | -12/+22 | |
2002-10-12 | Unused. | wiz | 1 | -42/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 3 | -3/+22 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-05-25 | Change the socks' DEPENDS to BUILD_DEPENDS, as socks4 installs no shared | fredb | 1 | -2/+2 | |
library, and socks5's shared library is renamed to prevent packages from picking it up by accident (so all 11 packages which respect USE_SOCKS currently always link against a static socks library). | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-07-27 | Back out previous as unnecessary since libsocks4 is a static library. | jlam | 1 | -3/+1 | |
2001-07-27 | Set REPLACE_LIBNAMES_SED to replace -lsocks[^4] with -lsocks4. | jlam | 1 | -1/+3 | |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-15 | Links libsocks4.* to libsocks.* since that's what the name of the SOCK4 | jlam | 1 | -1/+10 | |
library is on many other systems. | |||||
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-28 | Use socks4>=2.2 instead of socks4-*. | jlam | 1 | -2/+2 | |
2001-06-28 | Use =, not +=, for BUILDLINK_FILES. | jlam | 1 | -2/+2 | |
2001-06-28 | Add buildlink.mk file for use by other package Makefiles. | jlam | 1 | -0/+32 | |
2001-06-28 | Honor CFLAGS passed in from environment during build, some minor cosmetic | jlam | 3 | -22/+18 | |
changes to the Makefile, and mark as USE_BUILDLINK_ONLY. | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -11/+9 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS" | zuntum | 1 | -5/+1 | |
Suggested by Matthias Scheler. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+3 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
1999-08-05 | Make this package work on Solaris: | agc | 4 | -13/+64 | |
+ Makefile patches to work out what OS is being used. + Solaris 2.6 (at least) has herror, so don't try to redefine it + Pass down CC value from package Makefile + Don't pass down Zoularis CPPFLAGS from package Makefile + Regen patch-sum file | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+7 | |
1999-05-01 | Fix distfile fetching on these as notices by Bernd Ernesti. | tv | 1 | -3/+2 | |
1999-02-20 | Use wildcard depends | hubertf | 1 | -2/+2 | |
1999-02-10 | pkglint: add missing rcs id. | frueauf | 1 | -0/+2 | |
1999-01-20 | * -Dunix=1 | ross | 1 | -5/+33 | |
* Comment out the default IRIX config lines, even if the NetBSD ones come later. | |||||
1999-01-20 | Add the real site at ftp.nec.com to MASTER_SITES. The Poland site isn't | ross | 1 | -2/+3 | |
working right now and was never more than a mirror. We are downloading export.socks.cstc... and socks4 doesn't even have authentication (unless you count identd :-) much less any crypto ... should be safe for export. | |||||
1998-08-23 | Remove unnecessery blank line. | frueauf | 1 | -1/+0 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 5 | -0/+10 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -5/+1 | |
1998-06-11 | Add socks4 package, the *OLD* version of the firewall software. Some of | agc | 10 | -0/+235 | |
us unfortunately find this necessary. This is version 4.2.2 |