Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-05-12 | Add CONFLICTS with new man-pages package. For details, see | wiz | 1 | -1/+3 | |
man-pages/Makefile. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -10/+1 | |
2008-09-05 | Fix broken 64-bit build, and patch makefile to stop on error. There | dholland | 15 | -3/+332 | |
are a lot of woolly things going on here, so PKGREVISION++ as a precaution. | |||||
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -7/+6 | |
through PLIST_SUBST to the plist module. | |||||
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -33/+54 | |
their files via a custom do-install target. | |||||
2006-11-09 | Fixed "test ==". | rillig | 1 | -1/+2 | |
2006-10-04 | Fixed path to the manual pages. | rillig | 1 | -10/+12 | |
2006-10-04 | Needs a C compiler. | rillig | 1 | -2/+2 | |
2006-05-26 | -uses c++ | drochner | 2 | -3/+43 | |
-install documentation, bump PKGREVISION submitted by Ben Collver per PR pkg/33557 and pkg/33559 | |||||
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-11-09 | Fail the build if the OPSYS check falls through in do-build. | tv | 1 | -1/+3 | |
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-31 | don't require native threads, deal with the non-thread case instead. | drochner | 2 | -5/+10 | |
this enables the pkg for NetBSD-1.6 tested by Roland Illig | |||||
2005-05-25 | require gcc>=3 and native threads | drochner | 1 | -1/+4 | |
This effectively removes support for NetBSD-1.6, thus closing PR pkg/30317 by diro@nixsys.bz. | |||||
2005-05-19 | sync with changed distfile -- they have the habit to do minor updates | drochner | 2 | -6/+10 | |
without changing the distfile name changes seem X11/GL related which we don't support anyway | |||||
2005-05-02 | update to 5.15.169 | drochner | 4 | -58/+119 | |
This fixes (additionally to internal changes) compilation with gcc3. (it likely breaks on gcc2 now, but the effort to make it support both gcc versions isn't worth it imho) | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+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-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -5/+5 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+3 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-09 | The Makefile says that the distfile will change for different minor version | agc | 2 | -4/+5 | |
numbers of this package. To make sure we get the right distfile, use ${MASTER_SITE_BACKUP}. Move to sha1 digest, and add distfile size. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-07-22 | properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noted | dmcmahill | 2 | -4/+4 | |
compile problems. Note: we need to be sure and use --export-dynamic instead of -export-dynamic (2 dashes) for compatibility with a.out systems. | |||||
2000-06-19 | put distfile into own DIST_SUBDIR because the filename doesn't change | drochner | 5 | -40/+38 | |
between minor versions, upgrade to 5.14.40 | |||||
2000-02-05 | Updated to the last dist-file at the original site, but marked as | wiz | 4 | -33/+26 | |
broken, since it doesn't compile (the previous version didn't compile, either). | |||||
1999-11-23 | I'll play MAINTAINER here | drochner | 1 | -2/+2 | |
1999-11-18 | Package this up a bit better for Solaris. | agc | 4 | -12/+27 | |
Delete unwanted patch-file checksums from patchsum file. Re-generate distfile checksum, which seemed to be bad. Add a missing quotation mark to the end of an echo command in the setup script | |||||
1999-11-17 | import pkg for cint, a C/C++ interpreter | drochner | 9 | -0/+331 | |