From owner-freebsd-ports Thu Nov 14 17:20: 5 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 D5E0837B401 for ; Thu, 14 Nov 2002 17:20:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0310443E4A for ; Thu, 14 Nov 2002 17:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF1K0x3090285 for ; Thu, 14 Nov 2002 17:20:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAF1K0lG090284; Thu, 14 Nov 2002 17:20:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6A837B401 for ; Thu, 14 Nov 2002 17:15:02 -0800 (PST) Received: from harrier.csrv.uidaho.edu (harrier.csrv.uidaho.edu [129.101.119.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3D143E42 for ; Thu, 14 Nov 2002 17:15:01 -0800 (PST) (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 RAA25641 for ; Thu, 14 Nov 2002 17:14:45 -0800 (PST) Received: from pc016247.reshall.uidaho.edu (localhost [IPv6:::1]) by pc016247.reshall.uidaho.edu (8.12.6/8.12.6) with ESMTP id gAF1F87c019352 for ; Thu, 14 Nov 2002 17:15:28 -0800 (PST) (envelope-from jmcoopr@pc016247.reshall.uidaho.edu) Received: (from root@localhost) by pc016247.reshall.uidaho.edu (8.12.6/8.12.6/Submit) id gAF1Eh7r019348; Thu, 14 Nov 2002 17:14:43 -0800 (PST) (envelope-from jmcoopr) Message-Id: <200211150114.gAF1Eh7r019348@pc016247.reshall.uidaho.edu> Date: Thu, 14 Nov 2002 17:14:43 -0800 (PST) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45301: [UPDATE] Update security/fpm 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: 45301 >Category: ports >Synopsis: [UPDATE] Update security/fpm to use GNOMENG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 14 17:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD PC016247.reshall.uidaho.edu 4.7-STABLE FreeBSD 4.7-STABLE #62: Thu Nov 14 16:16:48 PST 2002 root@PC016247.reshall.uidaho.edu:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Update Makefile of security/fpm so it can be used with Gnome/2. Note that the pre-patch doesn't want to work REINPLACE_CMD. >How-To-Repeat: N/A >Fix: --- gnomeng-fpm-0.53_1 begins here --- # This is a patch for fpm to update it to fpm-0.53_1 # # 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 'fpm/Makefile' 'fpm-0.53_1/Makefile' Index: ./Makefile --- ./Makefile Sun Apr 21 20:59:06 2002 +++ ./Makefile Thu Nov 14 17:07:07 2002 @@ -2,19 +2,22 @@ # Date created: 10 June 2001 # Whom: Anders Nordby # -# $FreeBSD: ports/security/fpm/Makefile,v 1.4 2002/04/22 01:38:21 anders Exp $ +# $FreeBSD$ # PORTNAME= fpm PORTVERSION= 0.53 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org -USE_GNOME= yes USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs +USE_PERL5= yes SOURCEFILES= main.c fpm.c support.c interface.c passfile.c callbacks.c \ blowfish.c fpm_crypt.c fpm_gpw.c md5.c fpm_clist.c fpm_pref.c #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Thu Nov 14 17:10:42 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 1772 1037322427 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Thu Nov 14 17:10:42 2002] #### #### Checksum: 58 1782 5658 #### --- gnomeng-fpm-0.53_1 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