Date: Mon, 12 Jan 2004 22:57:12 +0100 (CET) From: Vincent Tantardini <vinc@FreeBSD-fr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61271: [update orphaned port] : devel/picprog - update to 1.4 Message-ID: <20040112215712.843E1827@sativa.0x45.org> Resent-Message-ID: <200401122200.i0CM0Rmp053914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61271 >Category: ports >Synopsis: [update orphaned port] : devel/picprog - update to 1.4 >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: Mon Jan 12 14:00:26 PST 2004 >Closed-Date: >Last-Modified: >Originator: Vincent Tantardini >Release: FreeBSD 4.9-STABLE i386 >Organization: Kerneled.com >Environment: System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386 >Description: Update to 1.4 >How-To-Repeat: >Fix: --- picprog.diff begins here --- diff -ruN picprog.orig/Makefile picprog/Makefile --- picprog.orig/Makefile Mon Jan 12 22:54:47 2004 +++ picprog/Makefile Mon Jan 12 22:52:44 2004 @@ -6,8 +6,7 @@ # PORTNAME= picprog -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/ @@ -19,7 +18,7 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= picprog.1 -DOCS= README picprog.html *.gif +DOCS= README picprog.html *.jpg *.png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/picprog ${PREFIX}/bin diff -ruN picprog.orig/distinfo picprog/distinfo --- picprog.orig/distinfo Mon Jan 12 22:54:47 2004 +++ picprog/distinfo Mon Jan 12 22:41:34 2004 @@ -1 +1 @@ -MD5 (picprog-1.1.tar.gz) = 9bbb81b7557037aa436f8652c28237e1 +MD5 (picprog-1.4.tar.gz) = 98d8fb42f92b57ea2114033a3f207706 diff -ruN picprog.orig/files/patch-Makefile picprog/files/patch-Makefile --- picprog.orig/files/patch-Makefile Mon Jan 12 22:54:47 2004 +++ picprog/files/patch-Makefile Mon Jan 12 22:44:14 2004 @@ -1,27 +1,26 @@ ---- Makefile.orig Thu Feb 7 13:33:59 2002 -+++ Makefile Tue Apr 29 02:57:00 2003 +--- Makefile.orig Mon Jan 12 22:42:23 2004 ++++ Makefile Mon Jan 12 22:44:01 2004 @@ -26,10 +26,6 @@ # Please use a reasonably recent GNU make. -CXX=g++ -CXXFLAGS=-g -O2 -Wall -W -Wwrite-strings -Wmissing-prototypes --LDFLAGS= +-LDFLAGS=-g - OBJS=main.o picport.o hexfile.o program.o PROG=picprog -@@ -38,6 +34,9 @@ +@@ -37,6 +33,8 @@ + $(PROG): $(OBJS) $(CXX) $(LDFLAGS) $(OBJS) -o $@ - +.cc.o: + $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) $> -+ + dep: $(CXX) -M $(CXXFLAGS) *.cc > .depend - -@@ -55,10 +54,3 @@ +@@ -55,10 +53,3 @@ install: all install -c -o 0 -g 0 -m 755 $(PROG) /usr/local/bin/ install -c -o 0 -g 0 -m 644 *.1 /usr/local/man/man1/ diff -ruN picprog.orig/files/patch-hexfile.h picprog/files/patch-hexfile.h --- picprog.orig/files/patch-hexfile.h Mon Jan 12 22:54:47 2004 +++ picprog/files/patch-hexfile.h Thu Jan 1 01:00:00 1970 @@ -1,15 +0,0 @@ ---- hexfile.h.orig Tue Nov 19 12:49:44 2002 -+++ hexfile.h Tue Nov 19 12:50:20 2002 -@@ -43,10 +43,11 @@ - #ifndef H_HEXFILE - #define H_HEXFILE - --#include <fstream.h> -+#include <fstream> - - #include "picport.h" - -+using namespace std; - class hexfile { - static const int size = 0x4000; - short pgm [size]; diff -ruN picprog.orig/files/patch-picport.cc picprog/files/patch-picport.cc --- picprog.orig/files/patch-picport.cc Mon Jan 12 22:54:47 2004 +++ picprog/files/patch-picport.cc Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- picport.cc.orig Tue Nov 19 12:52:11 2002 -+++ picport.cc Tue Nov 19 12:52:20 2002 -@@ -192,7 +192,7 @@ - - // -1 == error, no programmer present - --int picport::command (enum commands comm, int data = 0) -+int picport::command (enum commands comm, int data) - { - int tmp1, tmp2; - diff -ruN picprog.orig/pkg-plist picprog/pkg-plist --- picprog.orig/pkg-plist Mon Jan 12 22:54:47 2004 +++ picprog/pkg-plist Mon Jan 12 22:54:09 2004 @@ -1,7 +1,8 @@ bin/picprog %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/anybrowser3.gif -%%PORTDOCS%%%%DOCSDIR%%/jdm84pcb3.gif -%%PORTDOCS%%%%DOCSDIR%%/jdm84new.gif +%%PORTDOCS%%%%DOCSDIR%%/adapter.jpg +%%PORTDOCS%%%%DOCSDIR%%/anybrowser3.png +%%PORTDOCS%%%%DOCSDIR%%/jdm84ne1.png +%%PORTDOCS%%%%DOCSDIR%%/jdm84pcb4.png %%PORTDOCS%%%%DOCSDIR%%/picprog.html %%PORTDOCS%%@dirrm %%DOCSDIR%% --- picprog.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040112215712.843E1827>