From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 22 08:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BB061065678 for ; Fri, 22 Jul 2011 08:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0BD8FC13 for ; Fri, 22 Jul 2011 08:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6M8eAel079417 for ; Fri, 22 Jul 2011 08:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6M8eAcI079416; Fri, 22 Jul 2011 08:40:10 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jul 2011 08:40:10 GMT Resent-Message-Id: <201107220840.p6M8eAcI079416@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BEFF106566C for ; Fri, 22 Jul 2011 08:39:26 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id E6DB48FC08 for ; Fri, 22 Jul 2011 08:39:25 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 8633A55C5; Fri, 22 Jul 2011 16:38:57 +0800 (CST) Message-Id: <20110722083857.8633A55C5@sunpoet.net> Date: Fri, 22 Jul 2011 16:38:57 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: x11@FreeBSD.org Subject: ports/159105: [PATCH] x11/xkeyboard-config: fix PLIST, make portlint happier X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2011 08:40:10 -0000 >Number: 159105 >Category: ports >Synopsis: [PATCH] x11/xkeyboard-config: fix PLIST, make portlint happier >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 22 08:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Fix PLIST: share/X11 is also used by other ports - Make portlint happier - Bump PORTREVISION for PLIST change Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xkeyboard-config-1.8_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xkeyboard-config/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 31 May 2010 02:01:42 -0000 1.18 +++ Makefile 22 Jul 2011 08:39:03 -0000 @@ -7,10 +7,9 @@ PORTNAME= xkeyboard-config PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xlibs.freedesktop.org/xkbdesc/ -DISTNAME= xkeyboard-config-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= X Keyboard Configuration Database @@ -23,9 +22,9 @@ USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \ - --with-xkb-rules-symlink=xorg -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + --with-xkb-rules-symlink=xorg +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls --with-included-gettext Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/xkeyboard-config/pkg-plist,v retrieving revision 1.12 diff -u -u -r1.12 pkg-plist --- pkg-plist 1 May 2010 11:40:24 -0000 1.12 +++ pkg-plist 22 Jul 2011 08:39:03 -0000 @@ -379,5 +379,5 @@ @dirrm share/X11/xkb/geometry @dirrm share/X11/xkb/compat @dirrm share/X11/xkb -@dirrm share/X11 +@dirrmtry share/X11 @dirrmtry var/lib/xkb --- xkeyboard-config-1.8_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: