Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 19:54:21 -0700 (PDT)
From:      Kevin Oberman <rkoberman@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177040: r310778 did not bump PORTREVISION breking nautilus build
Message-ID:  <20130317025421.148FA28430@rogue.comcast.net>
Resent-Message-ID: <201303170300.r2H300JW086793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177040
>Category:       ports
>Synopsis:       r310778 did not bump PORTREVISION breking nautilus build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 17 03:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD rogue.local 9.1-STABLE FreeBSD 9.1-STABLE #0 r246004M: Sun Jan 27 16:46:07 PST 2013 root@rogue.local:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
Wnen x11-toolkits/unique was updated to convert all cases of 'G_CONST_RETURN'
to 'const', the PORTREVISION was not bumped. If unique is not re-built,
nautilus will fail to build as 'G_CONST_RETURN is not defined.
>How-To-Repeat:
	
Attempt to build nautilus with unique prior to r310778 (r300897).
>Fix:
--- Makefile.orig	2013-03-16 19:44:36.000000000 -0700
+++ Makefile	2013-03-16 19:44:52.000000000 -0700
@@ -4,7 +4,7 @@
 
 PORTNAME=	unique
 PORTVERSION=	1.1.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130317025421.148FA28430>