svn commit: r382022 - in head/lang: gcc gcc46 gcc47 gcc48 gcc49 gcc5

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 23 19:53:23 UTC 2015


On 3/23/2015 2:35 PM, Sunpoet Po-Chuan Hsieh wrote:
> On Tue, Mar 24, 2015 at 2:56 AM, Bryan Drewery <bdrewery at freebsd.org
> <mailto:bdrewery at freebsd.org>> wrote:
> 
>     Author: bdrewery
>     Date: Mon Mar 23 18:56:10 2015
>     New Revision: 382022
>     URL: https://svnweb.freebsd.org/changeset/ports/382022
>     QAT: https://qat.redports.org/buildarchive/r382022/
> 
>     Log:
>       Fix UNIQUENAME not being unique after recent PORTNAME shuffle.
> 
>       This was causing the gcc packages to be generated with a
>       /usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
>       PORTREVISION to fix packages built during this time.
> 
>       With hat:     portmgr
>       Reported by:  sunpoet
> 
>     Modified:
>       head/lang/gcc/Makefile
>       head/lang/gcc46/Makefile
>       head/lang/gcc47/Makefile
>       head/lang/gcc48/Makefile
>       head/lang/gcc49/Makefile
>       head/lang/gcc5/Makefile
> 
>     Modified: head/lang/gcc/Makefile
>     ==============================================================================
>     --- head/lang/gcc/Makefile      Mon Mar 23 18:35:45 2015       
>     (r382021)
>     +++ head/lang/gcc/Makefile      Mon Mar 23 18:56:10 2015       
>     (r382022)
>     @@ -3,6 +3,7 @@
> 
>      PORTNAME=      gcc
>      PORTVERSION=   4.8.4
>     +PORTREVISION=  1
>      CATEGORIES=    lang java
>      MASTER_SITES=  ${MASTER_SITE_GCC}
>      MASTER_SITE_SUBDIR=    releases/gcc-${DISTVERSION}
>     @@ -25,6 +26,7 @@ BUILD_DEPENDS+=       runtest:${PORTSDIR}/misc
> 
>      CONFLICTS=     gcc48*
>      CPE_VENDOR=    gnu
>     +UNIQUENAME=    ${PORTNAME}${PKGNAMESUFFIX}
> 
>      # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
>      # of executables and directories once installed.
> 
> 
> Thanks for the quick fix.
> BTW, I think UNIQUENAME in lang/gcc can be removed.
> 
> Regards,
> sunpoet

Yeah, it would be a NOP too. No revision bump needed.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150323/d7d759c3/attachment.sig>


More information about the svn-ports-head mailing list