Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2004 23:00:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70411: Update port: print/foomatic-db-engine
Message-ID:  <20040813230024.3cc18845.tkato432@yahoo.com>
Resent-Message-ID: <200408131410.i7DEAPwq002301@freefall.freebsd.org>

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

>Number:         70411
>Category:       ports
>Synopsis:       Update port: print/foomatic-db-engine
>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:   Fri Aug 13 14:10:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build

Remove file:
files/patch-make_configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/foomatic-db-engine/Makefile print/foomatic-db-engine/Makefile
--- /usr/ports/print/foomatic-db-engine/Makefile	Wed Aug  4 09:04:32 2004
+++ print/foomatic-db-engine/Makefile	Fri Aug 13 22:28:11 2004
@@ -14,17 +14,16 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Foomatic database engine
 
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
-		curl.3:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
+
+IGNOREFILES=	${DISTFILES}	# the tarball is created on the fly from CVS
 
-USE_GMAKE=	yes
-USE_PERL5=	yes
 USE_BZIP2=	yes
-WANT_AUTOMAKE_VER=	15
-USE_AUTOCONF_VER=	253
-GNU_CONFIGURE=	yes
-NO_CHECKSUM=	yes	# the tarball is created on the fly from CVS
-CONFIGURE_ARGS=	--prefix=${PREFIX}
+USE_GNOME=	gnometarget libxml2
+USE_PERL5=	yes
+USE_GMAKE=	yes
+WANT_AUTOMAKE_VER=	18
+USE_AUTOCONF_VER=	259
 CONFIGURE_ENV=	PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/
 
 .include <bsd.port.pre.mk>
@@ -69,8 +68,8 @@
 		exit 1; \
 	fi
 
-#pre-configure:
-#	@cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./make_configure
+pre-configure:
+	@cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
 
 post-build:
 	@${CHMOD} +x ${WRKSRC}/mkinstalldirs
diff -urN /usr/ports/print/foomatic-db-engine/files/patch-make_configure print/foomatic-db-engine/files/patch-make_configure
--- /usr/ports/print/foomatic-db-engine/files/patch-make_configure	Wed Aug  4 07:36:51 2004
+++ print/foomatic-db-engine/files/patch-make_configure	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- make_configure.orig	Fri Oct 11 01:16:34 2002
-+++ make_configure	Wed Jul  7 18:23:05 2004
-@@ -1,3 +1,3 @@
--aclocal
--autoconf
--perl -p -i -e "s=\#include <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure
-\ No newline at end of file
-+aclocal15
-+autoconf253
-+perl -p -i -e "s=\#include <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure
diff -urN /usr/ports/print/foomatic-db-engine/pkg-plist print/foomatic-db-engine/pkg-plist
--- /usr/ports/print/foomatic-db-engine/pkg-plist	Sun Dec 14 12:29:12 2003
+++ print/foomatic-db-engine/pkg-plist	Wed Aug 11 21:53:02 2004
@@ -24,4 +24,4 @@
 @dirrm %%SITE_PERL%%/Foomatic
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic
 @dirrm share/foomatic/templates
-@dirrm share/foomatic
+@unexec rmdir %D/share/foomatic 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040813230024.3cc18845.tkato432>