Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-10 | Clarify that devel/patch is the GPL-patch from the FSF. | joerg | 1 | -0/+2 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -2/+6 | |
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -6/+6 | |
through PLIST_SUBST to the plist module. | |||||
2006-06-17 | Fixed pkglint warnings. | rillig | 1 | -3/+2 | |
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-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 1 | -8/+1 | |
2005-05-16 | Use an uncompressed tar archive of the sources from ${MASTER_SITE_LOCAL}. | jlam | 2 | -6/+14 | |
This ensures that we won't need gzcat to extract the sources, which could potentially cause a circular dependency on archivers/gzip-base. | |||||
2005-05-16 | We only need the evil hack with the old tools framework. | jlam | 1 | -1/+3 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-05-19 | Follow Grant's advice: use _OPSYS_GPATCH_REQD to influence _NEED_PATCH | jschauma | 1 | -5/+1 | |
and let tools.mk take care of the rest. | |||||
2004-05-19 | We have a variable _OPSYS_GPATCH_REQD, but it doesn't do anything. | jschauma | 1 | -1/+5 | |
Change that: if it's set to YES, require devel/patch. If building devel/patch, set _OPSYS_GPATCH_REQD to NO, as otherwise we have a circular dependency. | |||||
2004-05-18 | Enable pkgviews installation. | recht | 1 | -1/+3 | |
2004-04-16 | Make compile on Interix. It doesn't #define BSD, but it also needs the | tv | 1 | -2/+2 | |
"avoid MS-DOS setmode()" treatment. | |||||
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 | -1/+1 | |
2003-04-22 | Use ${LN} -sf to create symlinks. | wiz | 1 | -2/+2 | |
Closes PR 21263 by Jeremy C. Reed. | |||||
2003-01-07 | Really install the symlink. | wiz | 1 | -1/+6 | |
2003-01-07 | always install bin/gpatch (thanks wiz). | grant | 2 | -3/+10 | |
bump PKGREVISION. | |||||
2003-01-06 | Correctly honour GNU_PROGRAM_PREFIX on non-NetBSD platforms for | grant | 1 | -2/+3 | |
consistency (hi wiz!) bump PKGREVISION. | |||||
2002-12-22 | Also add GNU_PROGRAM_PREFIX to BUILD_DEFS. | wiz | 1 | -2/+2 | |
2002-12-22 | Use GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed. | wiz | 2 | -10/+7 | |
2002-03-24 | Use AWK instead of SED to do the patching, now it works on Solaris. | seb | 1 | -5/+6 | |
While here put the patching in target do-patch an remove NO_PATCH. This should fix PR 16035. | |||||
2001-12-04 | Allow this package to be compiled and installed on any platform: | seb | 2 | -6/+18 | |
- prefix program and manpage by `g' if platform is NetBSD - "manual" patch for BSD systems (setmode() conflict) | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -1/+1 | |
2001-04-18 | Move to sha1 digest, and add distfile size | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-24 | Recontruct bootstrap hack obviously required for strange experiments | tron | 1 | -1/+6 | |
performed by the dark side of the force. | |||||
2001-03-23 | Remove hack required for boot strapping Zoularis before "tar" was | tron | 1 | -6/+1 | |
included. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-24 | Resolve chicken & egg problem when bootstrapping: | hubertf | 1 | -1/+6 | |
chicken == archivers/gtar-base (wants to apply patches) egg == devel/patch (wants gtar to unpack) Break out by using /usr/bin/tar if $GTAR is not installed. Might be better in bsd.pkg.mk ... | |||||
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-09-19 | Unfortunately /usr/bin/patch is not what we want on Solaris. | kim | 1 | -2/+4 | |
1999-09-19 | Make this look nicer | kim | 1 | -1/+1 | |
1999-09-18 | Forgot PLIST. | kim | 1 | -0/+3 | |
1999-09-18 | The patch utility. | kim | 4 | -0/+25 | |