ports/52140: Update port: textproc/gmetadom

KATO Tsuguru tkato at prontomail.com
Mon May 12 22:30:20 UTC 2003


>Number:         52140
>Category:       ports
>Synopsis:       Update port: textproc/gmetadom
>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 May 12 15:30:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Install .pc file to correct place

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/gmetadom/Makefile textproc/gmetadom/Makefile
--- /usr/ports/textproc/gmetadom/Makefile	Mon May 12 10:00:54 2003
+++ textproc/gmetadom/Makefile	Mon May 12 10:33:24 2003
@@ -8,6 +8,7 @@
 
 PORTNAME=	gmetadom
 PORTVERSION=	0.1.7
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,18 +16,18 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Collection of DOM Implementations
 
-BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
-		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
-		xslt.1:${PORTSDIR}/textproc/libxslt \
-		gdome.7:${PORTSDIR}/textproc/gdome2 \
-		iconv.3:${PORTSDIR}/converters/libiconv
+BUILD_DEPENDS=	ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
+		pkg-config:${PORTSDIR}/devel/pkgconfig \
+		ocamlc:${PORTSDIR}/lang/ocaml
+LIB_DEPENDS=	gdome.7:${PORTSDIR}/textproc/gdome2
+RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 
-USE_GNOME=	glib12
-USE_LIBTOOL=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME=	glib12 gnomehack libxslt
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/gmetadom/pkg-plist textproc/gmetadom/pkg-plist
--- /usr/ports/textproc/gmetadom/pkg-plist	Mon May 12 10:00:54 2003
+++ textproc/gmetadom/pkg-plist	Mon May 12 10:39:24 2003
@@ -147,10 +147,10 @@
 lib/ocaml/gdome2/tProcessingInstruction.mli
 lib/ocaml/gdome2/tText.cmi
 lib/ocaml/gdome2/tText.mli
-lib/ocaml/stublibs/dllmlgdome.so.owner
 lib/ocaml/stublibs/dllmlgdome.so
+lib/ocaml/stublibs/dllmlgdome.so.owner
 lib/ocaml/stublibs/libmlgdome.so
-lib/pkgconfig/gdome2-cpp-smart.pc
+libdata/pkgconfig/gdome2-cpp-smart.pc
 @dirrm include/gmetadom/gdome_cpp_smart
 @dirrm include/gmetadom
 @dirrm lib/ocaml/gdome2
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list