Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 06:15:32 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45429: Update port: graphics/gtkam
Message-ID:  <20021119061532.551c45b4.tkato@prontomail.com>

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

>Number:         45429
>Category:       ports
>Synopsis:       Update port: graphics/gtkam
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 18 13:30:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Remove superfluous USE_GNOMENG/USE_GNOME

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/gtkam/Makefile graphics/gtkam/Makefile
--- /usr/ports/graphics/gtkam/Makefile	Mon Nov 18 12:00:04 2002
+++ graphics/gtkam/Makefile	Mon Nov 18 23:54:17 2002
@@ -1,12 +1,13 @@
 # New ports collection makefile for:	gtkam
-# Date created:				10 June 2002
-# Whom:					KATO Tsuguru <tkato@prontomail.com>
+# Date created:			10 June 2002
+# Whom:				ports@FreeBSD.org
 #
 # $FreeBSD: ports/graphics/gtkam/Makefile,v 1.1 2002/11/18 03:00:04 anders Exp $
 #
 
 PORTNAME=	gtkam
 PORTVERSION=	0.1.9
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gphoto
@@ -19,10 +20,8 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_REINPLACE=	yes
-USE_GNOMENG=	yes
-USE_GNOME=	gtk12 gdkpixbuf
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
@@ -46,8 +45,8 @@
 	@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's| install-gtkamdocDATA||g ; \
-		 s|images/gtkam|gtkam/images|g'
-	@${REINPLACE_CMD} -e "s|^test_fsel_LDFLAGS =.*|test_fsel_LDFLAGS = \$$(EXIF_LIBS)|" ${WRKSRC}/test/Makefile.in
+		 s|images/gtkam|gtkam/images|g ; \
+		 s|^test_fsel_LDFLAGS =.*|test_fsel_LDFLAGS = \$$(EXIF_LIBS)|g'
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021119061532.551c45b4.tkato>