Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-26 | all: migrate homepages from http to https | rillig | 1 | -2/+2 | |
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. | |||||
2019-04-25 | PKGREVISION bump for anything using python without a PYPKGPREFIX. | maya | 1 | -2/+2 | |
This is a semi-manual PKGREVISION bump. | |||||
2016-04-20 | Set LICENSE for a lot of audio packages. | nros | 1 | -1/+2 | |
2014-05-17 | Bump applications PKGREVISIONs for python users that might be using | wiz | 1 | -2/+2 | |
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all. | |||||
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -4/+4 | |
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2012-03-15 | Bump PKGREVISION from default python to 2.7. | obache | 1 | -2/+2 | |
2012-01-11 | There's no libutil on SunOS. | hans | 1 | -2/+4 | |
2010-02-10 | Bump revision for PYTHON_VERSION_DEFAULT change. | joerg | 1 | -2/+2 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-02-09 | Switch to Python 2.5 as default. Bump revision of all packages that have | joerg | 1 | -2/+2 | |
changed runtime dependencies now. | |||||
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2008-05-10 | Update MASTER_SITES. | obache | 1 | -2/+2 | |
2006-06-18 | Replaced /var with ${VARBASE} in patch-ab, which fixes all unprivileged | rillig | 1 | -4/+4 | |
bulk builds. Bumped PKGREVISION. | |||||
2006-04-30 | Converted to the SUBST framework. | rillig | 1 | -7/+7 | |
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. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
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-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/+1 | |
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-11 | Don't define weired underscore macros on DrgaonFly, they break | joerg | 1 | -2/+2 | |
the system headers. Depend on errno.h to define errno, fix an instance where errno is used without errno.h Since this is a bug for a threaded program and icecast at the very least is linked threaded here, bump the revision. | |||||
2005-05-31 | Changed #defined to yes in GNU_CONFIGURE. | rillig | 1 | -2/+2 | |
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-12-22 | I'm unable to maintain this package. (Not using it anymore.) | kim | 1 | -2/+2 | |
2004-11-12 | Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added | jlam | 1 | -3/+1 | |
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script). | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-05-02 | Make the package use the blessed pthread package, instead of hard-coding | kristerw | 1 | -7/+3 | |
unproven-pthreads. Bump PKGREVISION. | |||||
2004-04-11 | It is not sufficient to define USE_BUILDLINK3; set it to yes. | snj | 1 | -2/+2 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -11/+6 | |
2004-04-11 | Fix WMP9 playback time limit by not sending a Content-Length header. | kim | 1 | -2/+2 | |
2004-01-12 | Fix MAINTAINER. | kim | 1 | -2/+2 | |
2004-01-11 | Catch BUILD_DEFS. | kim | 1 | -1/+4 | |
2004-01-11 | Bring back Icecast v1. | kim | 1 | -1/+18 | |
2004-01-08 | Reimport icecast to icecast1. | xtraeme | 1 | -0/+49 | |