Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-17 | only make the gcc target if we're using gcc. | grant | 1 | -2/+5 | |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-01 | turn off optimization to avoid an internal compiler error on powerpc. | grant | 1 | -1/+5 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-22 | Allow this to be built on Linux. From Jeremy Reed, PR 19481 | agc | 1 | -1/+5 | |
2002-11-10 | Use ${LOCALBASE}/bin/unzip rather than a bare unzip. | cjep | 1 | -2/+2 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -2/+2 | |
have been converted to USE_BUILDLINK2. | |||||
2002-07-31 | Use gcc on Solaris. Patch from Julien Letessier at sun dot com. | wiz | 1 | -1/+8 | |
2002-04-18 | Fix build on Darwin. All changes are taken from the latest betas of zip. | yyamano | 9 | -4/+112 | |
- Add MacOS X to version_local() - unix/configure: Init LFLAGS1 to "", MacOS X doesn't like -s - rename errors array to ziperrors to avoid MacOS X library clash | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
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-16 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 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-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-21 | reorder line for pkglint | wiz | 1 | -2/+2 | |
2000-10-21 | Build with encryption support by default (since crypto code is freely | wiz | 2 | -19/+12 | |
exportable now), using latest crypto add-on sources. Update main distribution site and homepage. Remove CRYPTO line (not strong cryptography). Bump to 2.3nb1. | |||||
2000-09-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 1 | -4/+2 | |
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode). | |||||
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. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -4/+4 | |
1999-12-20 | updated md5 to match file on distribution site | wiz | 1 | -2/+2 | |
1999-12-13 | Update zip to 2.3 using the package sent to me in private mail by Thomas | rh | 2 | -10/+10 | |
Klausner <wiz@danbala.ifoer.tuwien.ac.at> -- thanks! | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). Add ZIP_ENCRYPTION to BUILD_DEFS | |||||
1998-11-03 | s/-fs/-f -s/ | christos | 1 | -4/+4 | |
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-06-26 | Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before | tv | 1 | -2/+2 | |
extract. | |||||
1998-06-21 | Fix spello: "compatabile"->"compatible". | tv | 1 | -1/+1 | |
1998-06-20 | Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION make | tv | 3 | -7/+22 | |
variable. | |||||
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -2/+2 | |
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -9/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-16 | portlint: remove contiguous blank line. | frueauf | 1 | -3/+2 | |
1998-03-11 | Fix manual page compression. | tron | 1 | -19/+12 | |
1998-01-15 | Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow. | agc | 1 | -1/+1 | |
1998-01-15 | Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow. | agc | 1 | -16/+10 | |
Make the linked man pages (zipcloak.1, zipnote.1 and zipsplit.1) into symbolic links, as, with MANZ set, the original zip.1 manual page isn't compressed until after the post-install: target is made, which means that a link is attempted to a non-existent file. | |||||
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-11-01 | Install all manpages; pointed out by Charles Hannum. | hubertf | 1 | -1/+4 | |
1997-11-01 | Install links to all manpages; pointed out by Charles Hannum. | hubertf | 1 | -1/+12 | |
1997-10-27 | Restore FreeBSD RCS-IDs | hubertf | 1 | -1/+2 | |
1997-10-27 | File archivers, ports from FreeBSD | hubertf | 5 | -0/+46 | |