diff options
author | abs <abs@pkgsrc.org> | 2012-07-29 21:45:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-07-29 21:45:39 +0000 |
commit | a39fa4458312371e9af348e8f3828ea9f51db21d (patch) | |
tree | 9c1b781aea9991d72622929705efc82508fd3134 /sysutils/dc-tools | |
parent | 5dad2fd8063ce6b8b1c778a7ca7f331b822ff3e9 (diff) | |
download | pkgsrc-a39fa4458312371e9af348e8f3828ea9f51db21d.tar.gz |
Updated sysutils/dc-tools to 1.3
changes to dc-burn-netbsd
- rename 'extract sets' from -r to -s
- Split out the code to adjust the extracted data for live CD usage and enable
via '-l'. Make -l imply '-s base -k GENERIC' unless overridden
- Tweak live setup further to speed up slightly and avoid rebuilding the
X11 fontcache, sort rc.conf, set dhcpcd=YES & tweak root entry in fstab
- Disable burning to CD by default and add -b to enable
- Add support for listing and downloading/burning the daily NetBSD
branch builds from nyftp.netbsd.org
pkgsrc changes:
Set RESTRICTED and NO_{BIN,SRC}_ON_{CDROM,FTP} due to contents of makeip
Diffstat (limited to 'sysutils/dc-tools')
-rw-r--r-- | sysutils/dc-tools/Makefile | 12 | ||||
-rw-r--r-- | sysutils/dc-tools/distinfo | 8 |
2 files changed, 13 insertions, 7 deletions
diff --git a/sysutils/dc-tools/Makefile b/sysutils/dc-tools/Makefile index 4973236cd5b..79d45c6d2d8 100644 --- a/sysutils/dc-tools/Makefile +++ b/sysutils/dc-tools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2012/07/26 22:29:09 abs Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/29 21:45:39 abs Exp $ DISTNAME= dc-tools-1.3 CATEGORIES= sysutils MASTER_SITES= http://mc.pp.se/dc/files/ \ - https://github.com/abs0/dc-burn-netbsd/tarball/1.3 + https://github.com/abs0/dc-burn-netbsd/tarball/1.4 DIST_SUBDIR= dc-tools DISTFILES= makeip.tar.gz scramble.c ip_slave.tar.gz serial_slave.tar.gz \ ${DCBURN_DISTFILE} @@ -13,7 +13,7 @@ HOMEPAGE= http://mc.pp.se/dc/sw.html COMMENT= Dreamcast bootable CDs tools (mainly from Marcus Comstedt) #LICENSE= # TODO: (see mk/license.mk) -DCBURN_DISTFILE=abs0-dc-burn-netbsd-1.3-0-g906a692 +DCBURN_DISTFILE=abs0-dc-burn-netbsd-1.4-0-g1004515 PKG_DESTDIR_SUPPORT= user-destdir @@ -43,6 +43,12 @@ USE_TOOLS+= tar INSTALLATION_DIRS=bin share/dc-tools/serial_slave share/dc-tools/ip_slave share/doc +RESTRICTED= makeip contains PRODUCED BY OR UNDER LICENSE FROM SEGA ENTERPRISES, LTD data +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o dc-makeip makeip.c cd ${WRKSRC} && ${CC} ${CFLAGS} -o dc-scramble scramble.c diff --git a/sysutils/dc-tools/distinfo b/sysutils/dc-tools/distinfo index 6ec65dc21a2..0b6d977a2df 100644 --- a/sysutils/dc-tools/distinfo +++ b/sysutils/dc-tools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2012/07/26 22:29:09 abs Exp $ +$NetBSD: distinfo,v 1.5 2012/07/29 21:45:39 abs Exp $ -SHA1 (dc-tools/abs0-dc-burn-netbsd-1.3-0-g906a692) = 5b96345818328e4dc1189e21f0f6f535e13d3805 -RMD160 (dc-tools/abs0-dc-burn-netbsd-1.3-0-g906a692) = e4a2137c8d19f106622562a0f706684690dc93ca -Size (dc-tools/abs0-dc-burn-netbsd-1.3-0-g906a692) = 4656 bytes +SHA1 (dc-tools/abs0-dc-burn-netbsd-1.4-0-g1004515) = ceda99e86595da348d3e007667df3c8f570c2bd4 +RMD160 (dc-tools/abs0-dc-burn-netbsd-1.4-0-g1004515) = a492d6f9a3f8ee6d30f3adb689b46c551fa6c307 +Size (dc-tools/abs0-dc-burn-netbsd-1.4-0-g1004515) = 5414 bytes SHA1 (dc-tools/ip_slave.tar.gz) = 573e0c410037715652d60a133a90b17fff279405 RMD160 (dc-tools/ip_slave.tar.gz) = 408603e6265bff935764c68f2bf4b0ebc6bd7088 Size (dc-tools/ip_slave.tar.gz) = 23008 bytes |