Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-25 | Update HOMEPAGE to working link | maya | 1 | -2/+2 | |
2014-11-24 | Pick icon from the subdirectory. | joerg | 1 | -2/+2 | |
2014-09-25 | Try to only chmod extracted files, recursively chmod'ing WRKDIR runs | jperkin | 1 | -2/+2 | |
into problems with e.g. TOOLS_DIR. | |||||
2012-10-28 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2010-08-01 | Bump PKGREVISION for previous. | dholland | 1 | -2/+2 | |
2010-07-31 | Apply chmod to prevent installation of world-writable files. Should fix | dholland | 1 | -1/+2 | |
PR 38909. | |||||
2009-08-25 | Get rid of now unnecessary EXTRACT_OPTS_ZIP. | wiz | 1 | -2/+1 | |
2009-08-20 | Give up maintainership of packages where I am still listed as MAINTAINER. | jwise | 1 | -2/+2 | |
2009-07-15 | Actually enable user-destdir support. | joerg | 1 | -1/+3 | |
2009-07-07 | user-destdir support | joerg | 1 | -14/+12 | |
2009-05-13 | Fix install on platforms not using pax tar. Bump PKGREVISION. | hasso | 1 | -2/+3 | |
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -2/+3 | |
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-21 | Update package Makefile now that bsd.pkg.extract.mk is using the | jlam | 1 | -2/+2 | |
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-09-28 | Fixed pkglint warnings. | rillig | 1 | -3/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-12-28 | The default location of the pkgsrc-installed rc.d scripts is now | reed | 1 | -2/+2 | |
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz). | |||||
2004-06-28 | Update to bl3. All test built with jdk or sun-jdk14. | abs | 1 | -2/+2 | |
jakarta-tomcat4 has other issues independant of this - will patch next | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-08-04 | Convert to the bsd.pkg.install.mk framework: | jmmv | 1 | -23/+26 | |
- Honour PKG_SYSCONFDIR. - Use CONF_FILES to install the default configuration file. - Use RCD_SCRIPTS to handle the startup script. Bump PKGREVISION to 1. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-12 | Redo pax line so it works (-s option needs to come before the -rw ones ↵ | jmc | 1 | -2/+2 | |
apparently) | |||||
2003-04-16 | Option arguments need to be moved if you move the options around on the | jmc | 1 | -2/+2 | |
command line also (for the pax line). | |||||
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+2 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-12-31 | Mechanical conversion to use java-vm.mk. | jlam | 1 | -1/+2 | |
2002-07-29 | Set USE_JAVA=run on some packages that obviously don't need a JDK for the | jlam | 1 | -2/+2 | |
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed. | |||||
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
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-04-15 | Initial import of hiawatha-0.1, a barebones HTTP server with XML/XSLT | jwise | 1 | -0/+56 | |
support. From pkg/DESCR: Hiawatha is a standalone webserver with build-in support for XML, XSL, XSLScript, HTTP, and CGI (GET and POST). Hiawatha is written in Java and it is Open Source ( and 100% free ). |