Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2009 09:53:54 +1000
From:      "Dima Panov" <fluffy@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/141040: sysutils/polkit: remove trailing slash
Message-ID:  <1259625234.38029@Fluffy.Khv.RU>
Resent-Message-ID: <200912010000.nB1001kE012351@freefall.freebsd.org>

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

>Number:         141040
>Category:       ports
>Synopsis:       sysutils/polkit: remove trailing slash
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 01 00:00:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 9.0-900002-CURRENT amd64
>Organization:
Fluffy.Khv.RU 
>Environment:


System: FreeBSD 9.0-900002-CURRENT #0: Tue Nov 24 08:49:07 VLAT 2009
    fluffy@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


sysutils/polkit: remove trailing slash, which doesn't allow to correctly set CGLAGS


>How-To-Repeat:





>Fix:


--- polkit.diff begins here ---
Index: sysutils/polkit/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/polkit/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- sysutils/polkit/Makefile	28 Nov 2009 20:06:33 -0000	1.1
+++ sysutils/polkit/Makefile	30 Nov 2009 23:49:02 -0000
@@ -30,7 +30,7 @@
 		--with-pam-include=system \
 		--with-os-type=freebsd \
 		--enable-introspection \
-		--localstatedir=/var \
+		--localstatedir=/var
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		GTKDOC="false"
--- polkit.diff ends here ---



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



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