ports/56278: Update port: editors/xmleditor

KATO Tsuguru tkato at prontomail.com
Mon Sep 1 17:00:43 UTC 2003


>Number:         56278
>Category:       ports
>Synopsis:       Update port: editors/xmleditor
>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:   Mon Sep 01 10:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Reaarange USE_GNOME
- Do not install useless .la file

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/xmleditor/Makefile editors/xmleditor/Makefile
--- /usr/ports/editors/xmleditor/Makefile	Wed Aug 27 09:29:39 2003
+++ editors/xmleditor/Makefile	Sun Aug 31 01:18:02 2003
@@ -8,7 +8,7 @@
 
 PORTNAME=	xmleditor
 PORTVERSION=	0.5.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,17 +16,16 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XML editor
 
-LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
-		intl.5:${PORTSDIR}/devel/gettext \
-		xml.5:${PORTSDIR}/textproc/libxml
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_BISON=	yes
-USE_GNOME=	glib12 gtk12 libglade
-USE_AUTOCONF=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME=	gnomehack libglade
 USE_GMAKE=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
+USE_LIBTOOL=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+		AUTOHEADER="${TRUE}"
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/editors/xmleditor/files/patch-configure editors/xmleditor/files/patch-configure
--- /usr/ports/editors/xmleditor/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ editors/xmleditor/files/patch-configure	Sun Aug 31 01:16:51 2003
@@ -0,0 +1,10 @@
+--- configure.orig	Tue Jul  9 17:56:43 2002
++++ configure	Sun Aug 31 01:16:39 2003
+@@ -5459,6 +5459,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/editors/xmleditor/pkg-plist editors/xmleditor/pkg-plist
--- /usr/ports/editors/xmleditor/pkg-plist	Thu Jan 23 14:50:00 2003
+++ editors/xmleditor/pkg-plist	Sun Aug 31 01:12:21 2003
@@ -1,6 +1,5 @@
 bin/xmleditor
 lib/libgtk_xml_editor.a
-lib/libgtk_xml_editor.la
 lib/libgtk_xml_editor.so
 lib/libgtk_xml_editor.so.1
 %%DATADIR%%/config.xml
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list