Date: Sat, 29 Aug 2009 17:59:53 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: uri@keves.org Subject: ports/138316: [PATCH] sysutils/fonteditfs: update to 1.2 Message-ID: <20090829205953.1225B229968@fbsd72.scjamorim.org> Resent-Message-ID: <200908292110.n7TLA3eX044029@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138316 >Category: ports >Synopsis: [PATCH] sysutils/fonteditfs: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 29 21:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Update to 1.2 - Changed files/patch-Makefile You can see log in mine tinderbox: 7-stable - amd64 http://www.scjamorim.org/Home/fonteditfs-1.2_amd64.log Port maintainer (uri@keves.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fonteditfs-1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/fonteditfs/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 3 Jan 2009 21:58:44 -0000 1.4 +++ Makefile 29 Aug 2009 20:57:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= fonteditfs -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= fnteditfs-${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/fonteditfs/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 3 Jan 2009 21:58:44 -0000 1.4 +++ distinfo 29 Aug 2009 20:57:54 -0000 @@ -1,3 +1,3 @@ -MD5 (fnteditfs-1.1.tgz) = 481244ff07e2f31e99cebc664d99d99b -SHA256 (fnteditfs-1.1.tgz) = 1e283c7dfc7175d8ca3a2645be4e6cada3a4cb3d61604c414d743f2afee54627 -SIZE (fnteditfs-1.1.tgz) = 6160 +MD5 (fnteditfs-1.2.tgz) = 1e7c827da078d41a76459439dda0d5a9 +SHA256 (fnteditfs-1.2.tgz) = 962915e15a751fce06724ea211c7a14a87809e3c93997b7a2a2afeb1dab290c3 +SIZE (fnteditfs-1.2.tgz) = 6980 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/fonteditfs/files/patch-Makefile,v retrieving revision 1.2 diff -u -u -r1.2 patch-Makefile --- files/patch-Makefile 3 Jan 2009 21:58:44 -0000 1.2 +++ files/patch-Makefile 29 Aug 2009 20:57:54 -0000 @@ -1,7 +1,7 @@ ---- Makefile.orig 2009-01-04 01:11:33.000000000 +0800 -+++ Makefile 2009-01-04 01:13:51.000000000 +0800 -@@ -1,22 +1,16 @@ - # Makefile for Fonteditfs. +--- Makefile.orig 2003-09-20 12:17:34.000000000 -0300 ++++ Makefile 2009-08-29 14:56:21.000000000 -0300 +@@ -2,12 +2,7 @@ + # - TODO: MAKE NEATER ONE # This makefile should work under most POSIX OSes (at least FreeBSD) -BINDIR = /usr/local/bin @@ -11,12 +11,11 @@ -CFLAGS = -O2 -pipe -Wall - +all: fnteditfs - fnteditfs: fnteditfs.o font.o - gcc -o fnteditfs fnteditfs.o font.o -lcurses + fnteditfs: fnteditfs.o font.o stack.o + gcc -o fnteditfs fnteditfs.o font.o stack.o -lcurses strip fnteditfs - --fnteditfs.o: fnteditfs.c font.h - font.o: font.c font.h +@@ -17,8 +12,8 @@ + stack.o: stack.c stack.h install: fnteditfs fnteditfs.1 - cp fnteditfs $(BINDIR) --- fonteditfs-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090829205953.1225B229968>