Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 05:11:02 +0200
From:      Andrey Slusar <anray@inet.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/75593: [MAINTAINER] editors/xemacs21-mule: fix build with WANT_GTK
Message-ID:  <E1CjUEo-000Gvo-KQ@santinel.home.ua>
Resent-Message-ID: <200412290320.iBT3KMAn052964@freefall.freebsd.org>

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

>Number:         75593
>Category:       ports
>Synopsis:       [MAINTAINER] editors/xemacs21-mule: fix build with WANT_GTK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 29 03:20:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 30 13:06:39 EET 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	- fix build with WANT_GTK=yes.
	- remove deprecated option `--with-site-lisp'
>How-To-Repeat:
	
>Fix:

--- xemacs21-mule.diff begins here ---
Index: editors/xemacs21-mule/Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/xemacs21-mule/Makefile,v
retrieving revision 1.59
diff -u -r1.59 Makefile
--- editors/xemacs21-mule/Makefile	24 Dec 2004 12:39:55 -0000	1.59
+++ editors/xemacs21-mule/Makefile	29 Dec 2004 02:59:40 -0000
@@ -43,6 +42,7 @@
 
 USE_GETTEXT=	yes
 USE_XLIB=	yes
+USE_XPM=	yes
 STRIP=
 USE_AUTOCONF_VER=	213
 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
@@ -55,17 +55,17 @@
 		--site-includes='${SITE_INCLUDES}' \
 		--with-xface \
 		--with-sound=native \
-		--with-site-lisp \
 		--with-pop \
 		--with-xfs \
 		--with-jpeg \
 		--with-png \
 		--with-tiff \
+		--with-xpm \
 		--with-ldap=no \
 		--infopath=${LOCALBASE}/lib/xemacs/info:${LOCALBASE}/info:${X11BASE}/info:/usr/info:${LOCALBASE}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
 		--with-clash-detection \
 		--with-database=berkdb \
-		${WITH_XPM} ${WITH_XIM} \
+		${WITH_XIM} \
 		${WITH_ATHENA} \
 		${WITH_MENUBARS} ${WITH_SCROLLBARS} ${WITH_DIALOGS} ${WITH_WIDGETS} \
 		${WITH_OFFIX} ${WITH_GTK} \
@@ -116,9 +116,7 @@
 
 .if defined(WANT_GTK)
 WITH_GTK=	--with-gtk=yes
-WITH_XPM=	--with-xpm=no
 USE_GNOME+=	gtk12
-USE_XPM=	no
 .endif
 
 .if defined(PACKAGE_BUILDING)
@@ -129,8 +127,6 @@
 WITH_SCROLLBARS?=--with-scrollbars=motif
 WITH_WIDGETS?=	--with-widgets=motif
 .endif
-USE_XPM?=	yes
-WITH_XPM?=	--with-xpm
 WITH_XIM?=	--with-xim=xlib
 WITH_ATHENA?=	--with-athena=xaw
 WITH_MENUBARS?=	--with-menubars=athena
--- xemacs21-mule.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?E1CjUEo-000Gvo-KQ>