Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -6/+6 | |
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-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -3/+3 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-04-15 | Prevent warnings during bulk dependency tree creation for ports that | kristerw | 1 | -2/+2 | |
cannot use these packages. | |||||
2005-02-27 | Put back part of the ${PKGMINOR} handling, but keep the PKGREVISION at 2, | veego | 1 | -2/+8 | |
due too the nb1 usage in the DISTNAME. | |||||
2005-02-27 | Bumpd the PKGREVISION for the following packages: | veego | 1 | -9/+4 | |
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION). | |||||
2005-02-23 | Add RMD160 digests to the SHA1 ones | agc | 1 | -1/+2 | |
2005-02-21 | Use the extended PLIST_SRC support which now also reads: | veego | 1 | -3/+1 | |
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. | |||||
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 1 | -1/+3 | |
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. | |||||
2003-08-30 | Convert to use bsd.pkg.install.mk. | jlam | 3 | -51/+18 | |
2003-08-02 | Deal with "arm32" being called "arm" these days. | kristerw | 1 | -1/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -4/+4 | |
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build. | |||||
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-24 | make lintpkgsrc a little happy. | taca | 1 | -1/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 6 | -6/+6 | |
2001-05-07 | add missing shared lib (libcurses.so.2) for the alpha version of the | dmcmahill | 3 | -6/+15 | |
pkg. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -8/+15 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-25 | Set MAINTAINER to packages@netbsd.org. | tv | 1 | -2/+2 | |
2000-10-14 | Group logical expressions correctly. | jlam | 2 | -6/+6 | |
2000-10-14 | Run ldconfig after installing/deinstalling shared libraries. We need to | jlam | 3 | -4/+18 | |
do this manually since it's not automatically handled by bsd.pkg.mk. | |||||
2000-10-13 | Make these install into /usr on most platforms, and into /emul/aout/usr | jlam | 4 | -15/+122 | |
on platforms transitioning to ELF (currently only i386). The /emul/aout installation occurs much like the suse_linux and freebsd_lib packages. Also add SHLIB_HANDLING=NO to ensure library links aren't clobbered. This should fix PR#9011. | |||||
2000-02-05 | remove unnecessary whitespace | wiz | 1 | -2/+2 | |
1999-06-20 | Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM" | tron | 1 | -2/+4 | |
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -18/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-27 | Explicitly install these into /usr in order to avoid messing with | tv | 1 | -1/+7 | |
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF. | |||||
1999-04-27 | Add rules to create/nuke ld.so on mipsel for binary packages and pkg_delete | tv | 1 | -1/+3 | |
time, respectively. | |||||
1999-04-15 | NetBSD 1.3.x compatibility package for 1.4 and beyond. | tv | 5 | -0/+48 | |