From owner-svn-ports-head@freebsd.org Sat Jan 23 09:12:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19891A8C5AB; Sat, 23 Jan 2016 09:12:06 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF4931025; Sat, 23 Jan 2016 09:12:05 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0N9C4xQ040474; Sat, 23 Jan 2016 09:12:04 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0N9C4Lk040468; Sat, 23 Jan 2016 09:12:04 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601230912.u0N9C4Lk040468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 23 Jan 2016 09:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406963 - in head/sysutils: . cdrkit cdrkit/files genisoimage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 09:12:06 -0000 Author: riggs Date: Sat Jan 23 09:12:04 2016 New Revision: 406963 URL: https://svnweb.freebsd.org/changeset/ports/406963 Log: Separate cdrkit into cdrkit and genisoimage Previously, cdrkit conflicted with cdrtools and dvd+rw-tools. The split allows for genisoimage to be installed without removing cdrtools and dvd+rw-tools. PR: 203828 Submitted by: lifanov@mail.lifanov.com Approved by: maintainer timeout Added: head/sysutils/genisoimage/ head/sysutils/genisoimage/Makefile (contents, props changed) Modified: head/sysutils/Makefile head/sysutils/cdrkit/Makefile head/sysutils/cdrkit/files/patch-genisomage head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt head/sysutils/cdrkit/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/Makefile Sat Jan 23 09:12:04 2016 (r406963) @@ -343,6 +343,7 @@ SUBDIR += gconf-editor SUBDIR += gdisk SUBDIR += gdmap + SUBDIR += genisoimage SUBDIR += geomWatch SUBDIR += geomgui SUBDIR += getdelta Modified: head/sysutils/cdrkit/Makefile ============================================================================== --- head/sysutils/cdrkit/Makefile Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/Makefile Sat Jan 23 09:12:04 2016 (r406963) @@ -3,19 +3,25 @@ PORTNAME= cdrkit PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://cdrkit.org/releases/ \ http://debburn.alioth.debian.org/ MAINTAINER= jharris@widomaker.com -COMMENT= Command-line CD/DVD writing suite +COMMENT?= Command-line CD/DVD writing suite + +RUN_DEPENDS?= ${PORTNAME}-genisoimage>0:${PORTSDIR}/sysutils/genisoimage USES= cmake iconv perl5 shebangfix USE_PERL5= run SHEBANG_FILES= 3rd-party/dirsplit/dirsplit -CONFLICTS= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]* +CONFLICTS?= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]* + +SLAVEDIRS= sysutils/genisoimage + +PLIST_SUB?= CDRKIT="" GENISOIMAGE="@comment " post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/include/AddSchilyBits.cmake \ Modified: head/sysutils/cdrkit/files/patch-genisomage ============================================================================== --- head/sysutils/cdrkit/files/patch-genisomage Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/files/patch-genisomage Sat Jan 23 09:12:04 2016 (r406963) @@ -3,8 +3,8 @@ Use instead of the linux- Use __attribute__ ((__nothrow__)) instead of the linux-ish __THROW (from the linux sys/cdefs.h) macro - should work with clang and gcc on FreeBSD. ---- genisoimage/sha256.c.orig 2009-10-11 12:27:59.000000000 -0600 -+++ genisoimage/sha256.c 2011-10-27 14:55:25.000000000 -0600 +--- genisoimage/sha256.c.orig 2009-10-11 18:27:59 UTC ++++ genisoimage/sha256.c @@ -24,9 +24,9 @@ /* Written by Ulrich Drepper , 2007. */ @@ -16,9 +16,9 @@ linux sys/cdefs.h) macro - should work w #include #include "sha256.h" ---- genisoimage/sha256.h.orig 2009-05-10 15:49:54.000000000 -0600 -+++ genisoimage/sha256.h 2011-10-27 14:58:30.000000000 -0600 -@@ -42,14 +42,14 @@ +--- genisoimage/sha256.h.orig 2009-05-10 21:49:54 UTC ++++ genisoimage/sha256.h +@@ -42,14 +42,14 @@ struct sha256_ctx /* Initialize structure containing state of computation. (FIPS 180-2: 5.3.2) */ @@ -35,7 +35,7 @@ linux sys/cdefs.h) macro - should work w /* Process the remaining bytes in the buffer and put result from CTX in first 32 bytes following RESBUF. -@@ -57,6 +57,6 @@ +@@ -57,6 +57,6 @@ extern void sha256_process_bytes (const IMPORTANT: On some systems it is required that RESBUF is correctly aligned for a 32 bits value. */ extern void *sha256_finish_ctx (struct sha256_ctx *ctx, void *resbuf) @@ -43,9 +43,22 @@ linux sys/cdefs.h) macro - should work w + __attribute__ ((__nothrow__)); #endif /* sha256.h */ ---- genisoimage/sha512.h.orig 2009-05-10 15:49:54.000000000 -0600 -+++ genisoimage/sha512.h 2011-10-27 14:58:35.000000000 -0600 -@@ -42,14 +42,14 @@ +--- genisoimage/sha512.c.orig 2009-10-11 18:27:59 UTC ++++ genisoimage/sha512.c +@@ -24,9 +24,9 @@ + + /* Written by Ulrich Drepper , 2007. */ + +-#include + #include + #include ++#include + #include + + #include "sha512.h" +--- genisoimage/sha512.h.orig 2009-05-10 21:49:54 UTC ++++ genisoimage/sha512.h +@@ -42,14 +42,14 @@ struct sha512_ctx /* Initialize structure containing state of computation. (FIPS 180-2: 5.3.3) */ @@ -62,7 +75,7 @@ linux sys/cdefs.h) macro - should work w /* Process the remaining bytes in the buffer and put result from CTX in first 64 bytes following RESBUF. -@@ -57,6 +57,6 @@ +@@ -57,6 +57,6 @@ extern void sha512_process_bytes (const IMPORTANT: On some systems it is required that RESBUF is correctly aligned for a 64 bits value. */ extern void *sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) @@ -70,16 +83,3 @@ linux sys/cdefs.h) macro - should work w + __attribute__ ((__nothrow__)); #endif /* sha512.h */ ---- genisoimage/sha512.c.orig 2009-10-11 12:27:59.000000000 -0600 -+++ genisoimage/sha512.c 2011-10-27 14:59:01.000000000 -0600 -@@ -24,9 +24,9 @@ - - /* Written by Ulrich Drepper , 2007. */ - --#include - #include - #include -+#include - #include - - #include "sha512.h" Modified: head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt ============================================================================== --- head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/files/patch-wodim__CMakeLists.txt Sat Jan 23 09:12:04 2016 (r406963) @@ -1,6 +1,6 @@ ---- ./wodim/CMakeLists.txt.orig 2007-05-30 21:55:02.000000000 +0400 -+++ ./wodim/CMakeLists.txt 2012-01-14 20:56:17.754839146 +0400 -@@ -9,16 +9,6 @@ +--- wodim/CMakeLists.txt.orig 2009-11-27 22:57:01 UTC ++++ wodim/CMakeLists.txt +@@ -9,16 +9,6 @@ SET(CDRECORD_COMMON_SRCS cd_misc.c defau INCLUDE(CheckIncludeFiles) Modified: head/sysutils/cdrkit/pkg-plist ============================================================================== --- head/sysutils/cdrkit/pkg-plist Sat Jan 23 08:18:24 2016 (r406962) +++ head/sysutils/cdrkit/pkg-plist Sat Jan 23 09:12:04 2016 (r406963) @@ -1,30 +1,30 @@ -bin/genisoimage -bin/devdump -bin/isodebug -bin/isodump -bin/isoinfo -bin/isovfy -bin/wodim -bin/icedax -bin/pitchplay -bin/readmult -bin/cdda2mp3 -bin/cdda2ogg -bin/readom -bin/dirsplit -sbin/netscsid -man/man1/cdda2ogg.1.gz -man/man1/devdump.1.gz -man/man1/dirsplit.1.gz -man/man1/genisoimage.1.gz -man/man1/icedax.1.gz -man/man1/isodebug.1.gz -man/man1/isodump.1.gz -man/man1/isoinfo.1.gz -man/man1/isovfy.1.gz -man/man1/list_audio_tracks.1.gz -man/man1/pitchplay.1.gz -man/man1/readmult.1.gz -man/man1/readom.1.gz -man/man1/wodim.1.gz -man/man5/genisoimagerc.5.gz +%%GENISOIMAGE%%bin/genisoimage +%%CDRKIT%%bin/devdump +%%CDRKIT%%bin/isodebug +%%CDRKIT%%bin/isodump +%%CDRKIT%%bin/isoinfo +%%CDRKIT%%bin/isovfy +%%CDRKIT%%bin/wodim +%%CDRKIT%%bin/icedax +%%CDRKIT%%bin/pitchplay +%%CDRKIT%%bin/readmult +%%CDRKIT%%bin/cdda2mp3 +%%CDRKIT%%bin/cdda2ogg +%%CDRKIT%%bin/readom +%%CDRKIT%%bin/dirsplit +%%CDRKIT%%sbin/netscsid +%%CDRKIT%%man/man1/cdda2ogg.1.gz +%%CDRKIT%%man/man1/devdump.1.gz +%%CDRKIT%%man/man1/dirsplit.1.gz +%%GENISOIMAGE%%man/man1/genisoimage.1.gz +%%CDRKIT%%man/man1/icedax.1.gz +%%CDRKIT%%man/man1/isodebug.1.gz +%%CDRKIT%%man/man1/isodump.1.gz +%%CDRKIT%%man/man1/isoinfo.1.gz +%%CDRKIT%%man/man1/isovfy.1.gz +%%CDRKIT%%man/man1/list_audio_tracks.1.gz +%%CDRKIT%%man/man1/pitchplay.1.gz +%%CDRKIT%%man/man1/readmult.1.gz +%%CDRKIT%%man/man1/readom.1.gz +%%CDRKIT%%man/man1/wodim.1.gz +%%GENISOIMAGE%%man/man5/genisoimagerc.5.gz Added: head/sysutils/genisoimage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/genisoimage/Makefile Sat Jan 23 09:12:04 2016 (r406963) @@ -0,0 +1,18 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PKGNAMESUFFIX= -genisoimage + +COMMENT= Standalone genisoimage from cdrkit + +RUN_DEPENDS= # nada + +CONFLICTS= # nada + +PLIST_SUB= CDRKIT="@comment " GENISOIMAGE="" + +SLAVE_PORT= cdrkit + +MASTERDIR= ${.CURDIR}/../cdrkit + +.include "${MASTERDIR}/Makefile"