Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-09 | Change installation to BSD_INSTALL_*. | obache | 1 | -7/+6 | |
Part of honor INSTALL_UNSTRIPPED, PR 15107. While here, add DESTDIR support. | |||||
2006-04-13 | Fixed pkglint warnings. | rillig | 1 | -4/+5 | |
2006-03-30 | * Honor PKGINFODIR. | jlam | 1 | -4/+4 | |
* List the info files directly in the PLIST. | |||||
2006-03-17 | Generate the info file during the build phase instead of the install | jlam | 1 | -8/+7 | |
phase. | |||||
2006-03-09 | Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. | jlam | 1 | -2/+2 | |
Remove deprecated ossaudio.buildlink3.mk. | |||||
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -2/+2 | |
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct. | |||||
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-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 | 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-07-20 | No need to add CC to the MAKE_FLAGS since it is added automatically | kristerw | 1 | -2/+2 | |
(and the CC here were not correctly quoted, which failed if CC were set to e.g. "gcc -pipe") | |||||
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 | Enable pkgviews installation. Patches provided by Joachim Kuebart on | minskim | 1 | -1/+5 | |
tech-pkg@. | |||||
2004-11-02 | Update the RESTRICTED text to say the same thing as what is in the | kristerw | 1 | -3/+2 | |
distfile: "No commercial redistribution". Remove NO_SRC_ON_FTP, since that is permitted by the license. | |||||
2004-07-10 | Make this package build on non-NetBSD platforms by using variables | minskim | 1 | -2/+5 | |
defined on ossaudio.buildlink3.mk. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-26 | Convert to USE_NEW_TEXINFO. | seb | 1 | -2/+3 | |
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-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -3/+3 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-12-22 | Make this package install its configuration file under the examples | jmmv | 1 | -2/+9 | |
hierarchy and use bsd.pkg.install.mk (PKG_SYSCONFDIR) to copy it to the right place. Bump PKGREVISION to 1. While editing patch-aa, switch it to unified diff format, as recommended by agc. | |||||
2002-07-22 | Last MASTER_SITE vanished; set it to empty and get the file from | wiz | 1 | -2/+2 | |
ftp.netbsd.org. | |||||
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 1 | -2/+3 | |
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information. | |||||
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -3/+5 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
1999-12-25 | replaced obsolete master site | wiz | 1 | -2/+2 | |
1999-11-23 | add a bunch of NO_CDROM where appropriate | hubertf | 1 | -1/+2 | |
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -2/+2 | |
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. | |||||
1998-04-22 | Fix INFO_FILES definitions to match the commands in bsd.pkg.mk | agc | 1 | -2/+2 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -13/+12 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -6/+5 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-01 | Replace EXEC_DEPENDS | hubertf | 1 | -2/+3 | |
1998-01-22 | Set MIRROR_DISTFILE to "no" in package Makefiles which might have | agc | 1 | -1/+2 | |
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here. | |||||
1998-01-19 | portlint: use command-macros, fix info-file installation, empty line at EOF, ... | hubertf | 1 | -9/+11 | |
1998-01-08 | Delete USE_GMAKE - native make works fine. | agc | 1 | -2/+1 | |
As pointed out by Charles Hannum. | |||||
1997-10-30 | NetBSD port. | augustss | 1 | -2/+4 | |
1997-10-28 | Initial import of FreeBSD audio packages. | augustss | 1 | -0/+35 | |