ports/81469: graphics/zphoto correct pkg-plist when WITH_WXGTK2 defined

UMENO Takashi umeno at rr.iij4u.or.jp
Wed May 25 15:50:07 UTC 2005


>Number:         81469
>Category:       ports
>Synopsis:       graphics/zphoto correct pkg-plist when WITH_WXGTK2 defined
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 25 15:50:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 22 18:37:26 JST 2005 root at belldandy.unnumbered.net:/usr/src/sys/i386/compile/MISUZU1 i386


	
>Description:
graphics/zphoto remove WITH_WXGTK knob completely, 
and correct pkg-plist when WITH_WXGTK2 defined.
>How-To-Repeat:
N/A
>Fix:

Remove File:
pkg-plist.wxzphoto

diff -urN zphoto.orig/Makefile zphoto/Makefile
--- zphoto.orig/Makefile	Fri May 13 09:03:29 2005
+++ zphoto/Makefile	Thu May 26 00:00:07 2005
@@ -33,11 +33,9 @@
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
 	       	CPPFLAGS="-I${LOCALBASE}/include \
 		${PTHREAD_CFLAGS}"
-.if defined (WITH_WXGTK)
-CONFIGURE_ARGS+=	--with-wx-config=wxgtk-2.4-config
-PLIST+=		${PKGDIR}/pkg-plist.wxzphoto
-.elif defined (WITH_WXGTK2)
+.if defined (WITH_WXGTK2)
 CONFIGURE_ARGS+=	--with-wx-config=wxgtk2-2.4-config
+PLIST_FILES+=	bin/wxzphoto
 .else
 CONFIGURE_ARGS+=	--disable-wx
 .endif
diff -urN zphoto.orig/pkg-plist.wxzphoto zphoto/pkg-plist.wxzphoto
--- zphoto.orig/pkg-plist.wxzphoto	Tue May 11 06:39:56 2004
+++ zphoto/pkg-plist.wxzphoto	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-bin/wxzphoto



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



More information about the freebsd-ports-bugs mailing list