Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -2/+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 | 1 | -0/+2 | |
1998-07-07 | Zero order 68060 patch. Compile with "make M68060=1 $OTHEROPTIONS" for | is | 1 | -1/+6 | |
68060 target machines. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-06-03 | Consolidate inclusion of /etc/mk.conf by using bsd.prefs.mk | agc | 1 | -6/+2 | |
1998-05-08 | s/MIT/RSA licensees/, per mycroft | hubertf | 1 | -5/+5 | |
1998-04-27 | Add MIRROR_DISTFILE=no as recognized by tron | tv | 1 | -1/+2 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-26 | The end of the world as we know it. | agc | 1 | -1/+7 | |
Add lines to include MAKECONF, if defined and exists, or /etc/mk.conf, if it exists, before the first reference to USE_RSAREF2. This means that the value for USE_RSAREF2 can be set in $MAKECONF or /etc/mk.conf as well as the environment. | |||||
1998-03-19 | Grumble. Should have been <sys/types.h> and not <machine/endian.h>. | tv | 1 | -1/+1 | |
1998-03-19 | portlint: heavy reordering to shut up most WARNs; rm->${RM}; | frueauf | 1 | -18/+18 | |
use ${VARIABLE}, instead of $(VARIABLE). | |||||
1998-03-19 | Fixes: | tv | 1 | -17/+27 | |
- on i386, somehow <machine/endian.h> never got included by <machine/ansi.h>; include the former directly. - on sparc (and all big endian machines), the endian check was in the wrong place: it should have been in usuals.h. Also include usuals.h in md5.c to get the define. | |||||
1998-03-18 | Portlint: false->${FALSE} and echo->${ECHO} | tv | 1 | -8/+8 | |
1998-03-18 | Import of my version of FreeBSD's pgp 2.6 pkg, reengineered. Differences | tv | 6 | -0/+156 | |
from FreeBSD port: - uses our rsaref pkg if USE_RSAREF2 is YES - doesn't use USA_RESIDENT; instead uses USE_RSAREF2 since MIT students and staff may legally use mpilib instead of rsaref - builds 2.6.3a with rsaref as well as 2.6.3ia without (all based on the same sources) - uses asm routines on i386, sparc, and m68k |