From owner-freebsd-ports Mon Jun 11 9:11:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF15637B40B for ; Mon, 11 Jun 2001 09:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BGA8x80573; Mon, 11 Jun 2001 09:10:08 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE03837B403 for ; Mon, 11 Jun 2001 09:07:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BG79D80150; Mon, 11 Jun 2001 09:07:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200106111607.f5BG79D80150@freefall.freebsd.org> Date: Mon, 11 Jun 2001 09:07:09 -0700 (PDT) From: tkato@prontomail.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28042: Update port: devel/picprog to 1.0.1 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: 28042 >Category: ports >Synopsis: Update port: devel/picprog to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 09:10:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.1 Remove file: files/patch-aa files/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/picprog/Makefile devel/picprog/Makefile --- /usr/ports/devel/picprog/Makefile Wed Apr 12 06:30:07 2000 +++ devel/picprog/Makefile Tue May 29 23:13:12 2001 @@ -6,18 +6,15 @@ # PORTNAME= picprog -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel -MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/ +MASTER_SITES= http://www.pp.htv.fi/jhyvatti/pic/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt MAN1= picprog.1 - -#post-patch: -# $(CP) ${PATCHDIR}/getopt* ${WRKSRC} post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/devel/picprog/distinfo devel/picprog/distinfo --- /usr/ports/devel/picprog/distinfo Mon Nov 1 13:03:47 1999 +++ devel/picprog/distinfo Tue May 29 22:55:50 2001 @@ -1 +1 @@ -MD5 (picprog-1.0.tar.gz) = 8ef1c0df63170626d4d497b199c2f830 +MD5 (picprog-1.0.1.tar.gz) = 10bf65cd881d2421953c25c9c876d687 diff -urN /usr/ports/devel/picprog/files/patch-aa devel/picprog/files/patch-aa --- /usr/ports/devel/picprog/files/patch-aa Mon Nov 1 13:03:47 1999 +++ devel/picprog/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- hexfile.h.orig Tue Aug 31 11:51:09 1999 -+++ hexfile.h Tue Aug 31 11:53:58 1999 -@@ -48,7 +48,7 @@ - #include "picport.h" - - class hexfile { -- const int size = 0x4000; -+ static const int size = 0x4000; - short pgm [size]; - - int program_location (picport& pic, int addr, bool data) const; diff -urN /usr/ports/devel/picprog/files/patch-ab devel/picprog/files/patch-ab --- /usr/ports/devel/picprog/files/patch-ab Sat Dec 25 10:44:39 1999 +++ devel/picprog/files/patch-ab Tue May 29 22:55:16 2001 @@ -9,8 +9,8 @@ -LDFLAGS= +CXX?=g++ +CXXFLAGS?=-O2 -Wall -Wmissing-prototypes -+CXXFLAGS+=-I$(PREFIX)/include -+LDFLAGS=-L$(PREFIX)/lib -lgnugetopt ++CXXFLAGS+=-I${LOCALBASE}/include ++LDFLAGS=-L${LOCALBASE}/lib -lgnugetopt OBJS=main.o picport.o hexfile.o program.o stringc.o PROG=picprog diff -urN /usr/ports/devel/picprog/files/patch-ac devel/picprog/files/patch-ac --- /usr/ports/devel/picprog/files/patch-ac Mon Nov 1 13:03:47 1999 +++ devel/picprog/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- picprog.1.orig Sun Nov 29 16:03:13 1998 -+++ picprog.1 Sun Nov 29 16:04:06 1998 -@@ -31,9 +31,9 @@ - .B \-\-burn - .B \-q \-h \-? - .SH DESCRIPTION --See . -+See , or /usr/local/share/doc/picprog/picprog.html. - .SH OPTIONS --See . -+See , or /usr/local/share/doc/picprog/picprog.html. - .SH AUTHOR - Jaakko Hyvtti - .LP diff -urN /usr/ports/devel/picprog/pkg-descr devel/picprog/pkg-descr --- /usr/ports/devel/picprog/pkg-descr Sat Dec 25 10:44:43 1999 +++ devel/picprog/pkg-descr Tue May 29 22:49:15 2001 @@ -16,4 +16,4 @@ Remember: this is not a production quality programmer! See PIC16C84 data sheet for more information. -WWW: http://www.pp.htv.fi/jhyvatti/sw/ +WWW: http://www.pp.htv.fi/jhyvatti/pic/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message