Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-09-28 | Always use "unsigned int" for a 32 bit unsigned integer which is correct | tron | 4 | -7/+35 | |
on all platforms supported by pkgsrc. This should fix LP64 problems reported in PR pkg/19765 by John Heasley. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-12-08 | Fix errno. | joerg | 2 | -1/+14 | |
2005-12-01 | Split multipatch into multiple patches. | wiz | 7 | -53/+62 | |
2005-12-01 | Do not suggest rsaref (testing artifact). | wiz | 1 | -2/+1 | |
2005-12-01 | Convert to options framework. | wiz | 2 | -39/+42 | |
2005-10-08 | Fixed shell quoting in echo(1) commands. | rillig | 1 | -7/+7 | |
2005-10-08 | Sorted PLIST. | rillig | 1 | -3/+3 | |
2005-08-01 | Use tar, gtar is not really necessary. | wiz | 1 | -3/+2 | |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -2/+2 | |
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-05-16 | Note that gtar is required by the package. | jlam | 1 | -1/+3 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-03-16 | Added proper CFLAGS quoting. Approved by wiz. | rillig | 1 | -2/+2 | |
2005-03-07 | Fix quoting. | uebayasi | 1 | -2/+2 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-23 | Make descriptions and comments a bit different between pgp2 and pgp5, | jmmv | 2 | -2/+4 | |
as proposed in PR pkg/22227 by reed@reedmedia.net. | |||||
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-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -2/+4 | |
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles. | |||||
2002-08-14 | fix CFLAGS on big endian machines. | grant | 1 | -1/+7 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-22 | Don't use sparc assembler code under SunOS because it causes link failures. | tron | 1 | -5/+5 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-10 | add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic. | itojun | 1 | -1/+4 | |
(per discussion on packages@netbsd.org) | |||||
2000-09-26 | Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from | fredb | 1 | -1/+2 | |
actually using rsaref, while we ponder the case for removing it completely. | |||||
2000-09-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 1 | -4/+3 | |
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-04-28 | Wrap ${CC} and ${LD} in quotes -- in case they are multiple words. | mycroft | 1 | -2/+3 | |
2000-02-05 | remove IS_INTERACTIVE, since it doesn't seem to be interactive (anymore?) | wiz | 1 | -2/+1 | |
2000-02-05 | RCS tags added | wiz | 2 | -0/+2 | |
1999-12-16 | Update depends to rsaref 2.0p3 | abs | 1 | -2/+2 | |
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 M68060 to BUILD_DEFS | |||||
1999-07-12 | rsaref is now 2.0p2 | windsor | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-06-20 | SYSV or __ELF__ for no-underscore thanks, in sparc.S | mrg | 1 | -0/+11 | |
1999-06-20 | sparc || __sparc__ please. | mrg | 1 | -0/+11 | |
1999-05-23 | Update rsaref dependency to 2.0p1. | tv | 1 | -2/+2 | |
1999-04-05 | Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mk | mycroft | 1 | -2/+2 | |
does. | |||||
1999-04-05 | More EXTRACT_CMD fallout. | mycroft | 1 | -2/+2 | |
1999-02-22 | Explain what the package does, rather than just using the acronym. | agc | 1 | -1/+1 | |
1999-01-19 | Fix linker directives for ELF platforms, as per PR 6439. | hubertf | 1 | -2/+2 | |
(Inputs from Ty Sarna and Bill Coldwell - thanks guys!) | |||||
1998-08-26 | PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp. | kim | 2 | -13/+13 | |
1998-08-23 | Whitespace police. | frueauf | 1 | -2/+2 | |