From owner-freebsd-ports Sat Aug 24 23: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 121EC37B400 for ; Sat, 24 Aug 2002 23:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1E743E77 for ; Sat, 24 Aug 2002 23:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P604JU091590 for ; Sat, 24 Aug 2002 23:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P604oH091589; Sat, 24 Aug 2002 23:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA7937B400 for ; Sat, 24 Aug 2002 22:51:20 -0700 (PDT) Received: from harrier.csrv.uidaho.edu (harrier.csrv.uidaho.edu [129.101.119.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E77D43E75 for ; Sat, 24 Aug 2002 22:51:20 -0700 (PDT) (envelope-from jmcoopr@uidaho.edu) Received: from pc016247.reshall.uidaho.edu (PC016247.reshall.uidaho.edu [129.101.136.30]) by harrier.csrv.uidaho.edu (8.9.3 (PHNE_22672)/) with ESMTP id WAA12133 for ; Sat, 24 Aug 2002 22:42:50 -0700 (PDT) Received: from pc016247.reshall.uidaho.edu (localhost [IPv6:::1]) by pc016247.reshall.uidaho.edu (8.12.5/8.12.5) with ESMTP id g7P5giNI005926 for ; Sat, 24 Aug 2002 22:42:44 -0700 (PDT) (envelope-from jmcoopr@pc016247.reshall.uidaho.edu) Received: (from root@localhost) by pc016247.reshall.uidaho.edu (8.12.5/8.12.5/Submit) id g7P5gdam005925; Sat, 24 Aug 2002 22:42:39 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200208250542.g7P5gdam005925@pc016247.reshall.uidaho.edu> Date: Sat, 24 Aug 2002 22:42:39 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41992: [MAINTAINER UPDATE] Modify screem to use GNOMENG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 # -# $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