Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 22:42:39 -0700 (PDT)
From:      John Merryweather Cooper <coop9211@uidaho.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41992: [MAINTAINER UPDATE] Modify screem to use GNOMENG
Message-ID:  <200208250542.g7P5gdam005925@pc016247.reshall.uidaho.edu>

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

>Number:         41992
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Modify screem to use GNOMENG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 24 23:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD PC016247.reshall.uidaho.edu 4.6-STABLE FreeBSD 4.6-STABLE #34: Thu Aug 22 19:34:48 PDT 2002 root@PC016247.reshall.uidaho.edu:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Update port to use GNOMENG and REINPLACE_CMD.  Change my e-mail
	while I'm at it.

>How-To-Repeat:
	N/A

>Fix:


--- update-screem.new begins here ---
# This is a patch for screem to update it to screem.new
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'screem/Makefile' 'screem.new/Makefile'
Index: ./Makefile
--- ./Makefile	Tue Feb 26 18:06:50 2002
+++ ./Makefile	Sat Aug 24 22:37:29 2002
@@ -2,7 +2,7 @@
 # Date created:		05 Nov 1999
 # Whom:			Will Andrews <andrews@technologist.com>
 #
-# $FreeBSD: ports/www/screem/Makefile,v 1.26 2002/02/26 22:13:12 pat Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	screem
@@ -15,22 +15,23 @@
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-docs${EXTRACT_SUFX}
 
-MAINTAINER=	jmcoopr@webmail.bmi.net
+MAINTAINER=	coop9211@uidaho.edu
 
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 USE_XPM=	yes
-USE_GNOME=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomeprefix gnomehack gnomelibs libxml libglade gdkpixbuf gnomevfs gtkhtml
 USE_LIBTOOL=	yes
 USE_OPENSSL=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/gnome-vfs-1.0" \
 		LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--with-gnomevfs --with-ssl --with-included-neon
 
-pre-patch:
-	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+post-patch:
+	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
 		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+	@find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
 		's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \
 		 s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \
 		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Sat Aug 24 22:38:49 2002
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 1277 1030253849 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Sat Aug 24 22:38:49 2002] ####
#### Checksum: 71 2435 58234 ####
--- update-screem.new ends here ---


>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?200208250542.g7P5gdam005925>