Date: Tue, 06 Nov 2012 18:30:00 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: Cy Schubert <cy@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r307104 - in head: . x11-toolkits x11-toolkits/motif x11-toolkits/open-motif Message-ID: <50999D78.8060706@FreeBSD.org> In-Reply-To: <50999B29.5020508@FreeBSD.org> References: <201211062250.qA6MokKi075971@svn.freebsd.org> <50999B29.5020508@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50999D78.8060706>