Date: Thu, 14 Nov 2002 17:14:43 -0800 (PST) From: John Merryweather Cooper <coop9211@uidaho.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45301: [UPDATE] Update security/fpm to use GNOMENG Message-ID: <200211150114.gAF1Eh7r019348@pc016247.reshall.uidaho.edu>
next in thread | raw e-mail | index | archive | help
>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 <anders@fix.no> # -# $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211150114.gAF1Eh7r019348>