Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-31 | Convert to buildlink2. | wiz | 1 | -4/+4 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-10-22 | Update HOMEPAGE and MASTER_SITES. | mycroft | 1 | -3/+3 | |
2001-06-29 | USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, | jlam | 1 | -4/+1 | |
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files. | |||||
2001-06-19 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -8/+8 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -3/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-07 | USE_CURSES instead of hardwired curses dependency. | wiz | 3 | -7/+18 | |
Fix command line parsing (patch by Charles Hannum). | |||||
2000-04-03 | Use working MASTER_SITES path for better retrieval of the distfile. | pooka | 1 | -2/+2 | |
Thanks to Hubert for noticing the problem. | |||||
2000-04-02 | Update mikmod to 3.1.6-a. Changes since 3.0.3 are numerous, including | pooka | 11 | -195/+18 | |
integrated patches from the package system, an on-screen configuration facility and a "don't loop" interal module option. See NEWS in distribution for a full list of changes. | |||||
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | replaced some more commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+9 | |
1999-07-06 | * Update ncurses dependency. | jlam | 2 | -8/+8 | |
* Pass correct linker options to make this ELF-aware. XXX Compiles, but doesn't run on my i386 system. I'm not sure if it's XXX because I've misconfigured my audio or not. | |||||
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -5/+1 | |
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-11-12 | Fix some more pkglint nits. | frueauf | 1 | -2/+3 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+14 | |
1998-07-04 | Update to 3.0.3. | mycroft | 16 | -224/+163 | |
1998-06-27 | Define "unix" manually as suggested by Tim Rightnour in PR pkg/5600. | tron | 1 | -1/+2 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-06-03 | Include bsd.prefs.mk, so that any NOPORTDOCS definition in /etc/mk.conf | agc | 1 | -1/+3 | |
or MAKECONF will be honoured. | |||||
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -5/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-03 | Mmmm, bzip. | mycroft | 1 | -0/+26 | |
1998-03-20 | Remove spurious warning. | mycroft | 1 | -1/+11 | |
1998-03-20 | Tidy this up, and make me the `maintainer'. | mycroft | 1 | -7/+3 | |
1998-03-11 | Depend on the shared ncurses library, not the static one. | mycroft | 1 | -2/+2 | |
1998-03-11 | Check for EOF so we don't core dump on some bad files. | mycroft | 1 | -0/+51 | |
1998-03-07 | Use the native audio interface. | mycroft | 2 | -51/+80 | |
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: change order, kill whitespace | hubertf | 1 | -4/+4 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-28 | Change RCS id. | augustss | 2 | -1/+60 | |
NetBSD port. | |||||
1997-10-28 | Initial import of FreeBSD audio packages. | augustss | 8 | -0/+86 | |