ports/181904: [PATCH] graphics/libwmf: fix warning of make index when X11 option is unset
Yasuhiro KIMURA
yasu at utahime.org
Sat Sep 7 05:30:01 UTC 2013
>Number: 181904
>Category: ports
>Synopsis: [PATCH] graphics/libwmf: fix warning of make index when X11 option is unset
>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: Sat Sep 07 05:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Yasuhiro KIMURA
>Release: FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0 r254634: Thu Aug 22 12:43:09 JST 2013 xxxx amd64
>Description:
When X11 options is unset, 'make index' produces follwing warning.
% cd /usr/ports
% maix index
Generating INDEX - please wait..Warning: Duplicate INDEX entry: libwmf-nox11-0.2.8.4_10
Done.
>How-To-Repeat:
>Fix:
--- patch-libwmf begins here ---
Index: graphics/libwmf/Makefile
===================================================================
--- graphics/libwmf/Makefile (revision 326556)
+++ graphics/libwmf/Makefile (working copy)
@@ -37,7 +37,6 @@
PLIST_SUB+= X11=""
CONFLICTS+= libwmf-nox11-0.*
.else
-PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+= --with-x=no
PLIST_SUB+= X11="@comment "
CONFLICTS+= libwmf-0.*
Index: graphics/libwmf-nox11/Makefile
===================================================================
--- graphics/libwmf-nox11/Makefile (revision 326556)
+++ graphics/libwmf-nox11/Makefile (working copy)
@@ -3,6 +3,7 @@
PORTSCOUT= ignore:1
+PKGNAMESUFFIX= -nox11
MASTERDIR= ${.CURDIR}/../libwmf
OPTIONS_EXCLUDE= X11
OPTIONS_FILE_UNSET= X11
--- patch-libwmf ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list