Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-09 | Don't list possibly nonexistent headers like /usr/include/sys/signal.h | tnn | 3 | -16/+13 | |
in makefile dependency lists. | |||||
2015-11-07 | Add workaround for install failure on case-insensitive fs; seen in the | dholland | 1 | -1/+5 | |
last MacOS PPC build. | |||||
2015-11-03 | Add SHA512 digests for distfiles for archivers category | agc | 1 | -1/+2 | |
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-02-27 | Fix build on Linux. From Matthias Ferdinand on pkgsrc-users. | wiz | 2 | -12/+34 | |
2015-01-19 | fix build on sunos (ignore unsupported tm_gmtoff) | wiedi | 2 | -9/+11 | |
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2014-06-29 | Assorted basic legacy code fixes - ctype.h stuff, implicit int, use | dholland | 11 | -43/+220 | |
standard headers, etc. "time_t" is not "long". Don't issue own declarations of standard functions. Should fix Solaris build. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2011-03-11 | remove non-working mirror. prevent timing out. fetch from backup. | zafer | 1 | -2/+2 | |
2009-05-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 1 | -2/+1 | |
block). Uncomment some commented out LICENSE lines while here. | |||||
2009-04-25 | fix distinfo from previous commit | gdt | 1 | -16/+16 | |
2009-04-25 | Apply massive patch from PR pkgsrc/38449 by Olaf 'Rhialto' Seibert. | gdt | 16 | -53/+109 | |
2009-02-11 | Sort PYTHON_VERSIONS_ACCEPTED. | joerg | 3 | -8/+8 | |
2007-05-13 | - Apply patch to fix CVE-2007-1669 | taca | 7 | -8/+148 | |
- Stop using mktemp(3). Bump PKGREVISION. | |||||
2006-10-01 | Fixed pkglint warnings. | rillig | 3 | -6/+6 | |
2006-10-01 | Removed .gz for man pages. | rillig | 1 | -3/+3 | |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-07-19 | Add a patch for CVE-2006-0855 via Gentoo/Fedora | adrianp | 3 | -3/+27 | |
Bump to nb2 | |||||
2006-06-18 | Fixed pkglint warnings. | rillig | 1 | -5/+5 | |
2006-06-10 | PKGREVISION bump for security fix via Gentoo (CVE-2006-1269) | adrianp | 3 | -2/+17 | |
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-05-21 | Removed trailing empty line from patch-ai. | rillig | 2 | -4/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-06-15 | Make this package build on Linux. | minskim | 3 | -12/+27 | |
- Include time.h to use struct tm. - Remove hardcoded /usr/include/varargs.h from makefile dependency. | |||||
2004-05-29 | - NO_CONFIGURE=yes | minskim | 1 | -1/+6 | |
- Enable pkgviews installation. | |||||
2004-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
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-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-01-19 | s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV. | salo | 3 | -8/+6 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -2/+3 | |
have been converted to USE_BUILDLINK2. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -5/+5 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-07-16 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -2/+3 | |
2001-06-04 | LICENSE=zoo-license. | jtb | 1 | -1/+3 | |
2001-04-18 | 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 | -14/+12 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-04 | Make this compile again. | kim | 2 | -7/+11 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-12 | Fix patch fuzz insanity | hubertf | 10 | -274/+220 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |