From owner-svn-ports-all@FreeBSD.ORG Tue Nov 6 23:30:47 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 562EE369; Tue, 6 Nov 2012 23:30:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B48CD8FC14; Tue, 6 Nov 2012 23:30:46 +0000 (UTC) Message-ID: <50999D78.8060706@FreeBSD.org> Date: Tue, 06 Nov 2012 18:30:00 -0500 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121031 Thunderbird/16.0.2 MIME-Version: 1.0 To: Cy Schubert Subject: Re: svn commit: r307104 - in head: . x11-toolkits x11-toolkits/motif x11-toolkits/open-motif References: <201211062250.qA6MokKi075971@svn.freebsd.org> <50999B29.5020508@FreeBSD.org> In-Reply-To: <50999B29.5020508@FreeBSD.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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, 06 Nov 2012 23:30:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2012-11-06 18:20:09 -0500, Jung-uk Kim wrote: 2012년 11월 6일 18:20, Jung-uk Kim 쓴 글:> On 2012-11-06 17:50:46 - -0500, Cy Schubert wrote: >> Author: cy Date: Tue Nov 6 22:50:46 2012 New Revision: 307104 >> URL: http://svnweb.freebsd.org/changeset/ports/307104 > >> Log: r307088 broke too much. Rename motif back to open-motif, >> keeping the 2.3.3 to 2.3.4 update and the LGPL 2.1 bit. > >> Feature safe: yes > >> Added: head/x11-toolkits/open-motif/ - copied from r307088, >> head/x11-toolkits/motif/ Deleted: head/x11-toolkits/motif/ >> Modified: head/MOVED head/x11-toolkits/Makefile >> head/x11-toolkits/open-motif/Makefile > > Thanks! > > Unfortunately, it isn't fetching/building. It seems you forgot to > correct MASTER_SITES and WRKSRC, i.e., s/${PORTNAME}/motif/. Also, it conflicts with itself (but it doesn't because it had a typo in the pattern, i.e., "0-0"). This fixes the problems: - --- Makefile +++ Makefile @@ -4,7 +4,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.4 CATEGORIES= x11-toolkits - -MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%202.3.4%20Source%20Code/ DISTNAME= motif-${PORTVERSION}-src EXTRACT_SUFX= .tgz @@ -18,8 +18,8 @@ jpeg:${PORTSDIR}/graphics/jpeg MAKE_JOBS_UNSAFE= yes - -CONFLICTS= lesstif-[0-9]* open-motif-[0-0]* - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +CONFLICTS= lesstif-[0-9]* +WRKSRC= ${WRKDIR}/motif-${PORTVERSION} USE_AUTOTOOLS= libtool autoconf:env automake:env USE_ICONV= yes Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCZnXcACgkQmlay1b9qnVMV+wCeK9FlDps3s9HELtqluJI5Qfw/ d74AoI2DNi877TFvYLJOOQYrLcpNiFlV =IGLn -----END PGP SIGNATURE-----