Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-17 | Add missing includes. | joerg | 3 | -9/+23 | |
2015-11-07 | add configurations for openbsd, bitrig, macos | dholland | 2 | -5/+17 | |
2015-11-03 | Add SHA512 digests for distfiles for comms category | agc | 1 | -1/+2 | |
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. | |||||
2014-02-24 | Also needs groff | wiedi | 1 | -2/+2 | |
2013-09-10 | Forgotten patch to ensure presence of ioctl prototype. | joerg | 1 | -0/+12 | |
2013-09-10 | Fix operator precendence. Include missing header. Use socklen_t. | joerg | 8 | -21/+104 | |
Don't pass formatted buffers as format string. Bump revision. | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-15 | Reset maintainer, developer has left the building | wiz | 1 | -2/+2 | |
2012-02-16 | Fix build on SunOS. | hans | 8 | -17/+106 | |
2011-12-19 | Fix build (add missing headers). | wiz | 4 | -1/+49 | |
2011-11-25 | Fix various missing includes. | joerg | 6 | -18/+114 | |
2011-09-25 | Add a missing includes | joerg | 3 | -7/+13 | |
2010-12-30 | Include <stdlib.h> not only NetBSD. | obache | 4 | -21/+15 | |
It already included unconditionally with other patches, and fixes build failure on other platforms. | |||||
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2007-10-10 | Fixed implicit function declarations. | rillig | 9 | -34/+91 | |
2007-03-24 | Prepare for switching to NO_MTREE=yes. | joerg | 1 | -3/+4 | |
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. |