Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-18 | Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to make unprivileged builds work. | rillig | 1 | -1/+5 | |
Bumped PKGREVISION. | |||||
2006-01-12 | Fix errno. Add DragonFly. | joerg | 5 | -1/+53 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 4 | -9/+7 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-11-13 | USE_BUILDLINK3 is a yes/no variable. | jlam | 1 | -2/+2 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-11-20 | Don't install the libmodem.a library on NetBSD-current. Fix from pkg/18914 | jlam | 2 | -6/+8 | |
by Robert Elz. | |||||
2002-11-14 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -18/+16 | |
+ 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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-03-09 | Put the lockfile in "/var/spool/lock/", as tip(1) does, instead of | wiz | 4 | -7/+49 | |
"/var/spool/uucp/". Fixes pkg/8876. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-15 | defuzz | rh | 2 | -10/+12 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+14 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -6/+2 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1998-09-22 | Make the package name have the correct format. | agc | 1 | -1/+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 | 12 | -0/+24 | |
1998-06-27 | Fix "modemd" to compile with "-Werror" on alpha, patches supplied by | tron | 3 | -0/+27 | |
Tim Rightnour in PR pkg/5610. | |||||
1998-06-20 | Make packages which use NetBSD's bsd.man.mk work with automatic manual | agc | 1 | -3/+6 | |
page handling. | |||||
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-20 | Initial import of modemd package done by Ty Sarna <tsarna@endicor.com> | frueauf | 14 | -0/+169 | |
with little cleanups/modifications by me. Closes pr 4678. |