ports/138316: [PATCH] sysutils/fonteditfs: update to 1.2

Sylvio Cesar scjamorim at bsd.com.br
Sat Aug 29 21:10:03 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list