From owner-svn-ports-all@FreeBSD.ORG Tue Dec 18 08:14:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 755D31EC; Tue, 18 Dec 2012 08:14:03 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 59B308FC12; Tue, 18 Dec 2012 08:14:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBI8E302092727; Tue, 18 Dec 2012 08:14:03 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBI8E30J092726; Tue, 18 Dec 2012 08:14:03 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201212180814.qBI8E30J092726@svn.freebsd.org> From: Matthias Andree Date: Tue, 18 Dec 2012 08:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309151 - head/sysutils/dvd+rw-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 08:14:03 -0000 Author: mandree Date: Tue Dec 18 08:14:02 2012 New Revision: 309151 URL: http://svnweb.freebsd.org/changeset/ports/309151 Log: Work around empty build on some systems, by using GNU make. The reason is probably something else, but I have not found it yet in debugging. Feel free to debug and fix the real problem and then (only then) remove the USE_GMAKE=yes again. Modified: head/sysutils/dvd+rw-tools/Makefile Modified: head/sysutils/dvd+rw-tools/Makefile ============================================================================== --- head/sysutils/dvd+rw-tools/Makefile Tue Dec 18 07:57:31 2012 (r309150) +++ head/sysutils/dvd+rw-tools/Makefile Tue Dec 18 08:14:02 2012 (r309151) @@ -14,6 +14,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= DVD burning software USE_CDRTOOLS= yes +# On some systems, among them one 900044 i386, the do-build-invoked +# "make" will just do nothing for reasons not yet found, as of +# dvd+rw-tools 7.1. It is supposed to call +# (m4 -DOS=`uname -s` Makefile.m4 | make -f - dvd+rw-tools) +# but returns success right away. +# Using gmake bypasses this problem for unknown reasons. Please leave it in, +# until the problem is analyzed and fixed - and please comment the fix here. +USE_GMAKE= yes MAN1= growisofs.1 BIN_FILES= growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control