From owner-freebsd-ports Wed Mar 7 15: 0:11 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 3E7AE37B719 for ; Wed, 7 Mar 2001 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f27N02L65589; Wed, 7 Mar 2001 15:00:02 -0800 (PST) (envelope-from gnats) Received: from mailgw1.netvision.net.il (mailgw1.netvision.net.il [194.90.1.14]) by hub.freebsd.org (Postfix) with ESMTP id 418A437B719 for ; Wed, 7 Mar 2001 14:53:01 -0800 (PST) (envelope-from mapc@alchemy.oven.org) Received: from alchemy.oven.org (ras4-p102.hfa.netvision.net.il [62.0.99.102]) by mailgw1.netvision.net.il (8.9.3/8.9.3) with ESMTP id AAA05858 for ; Thu, 8 Mar 2001 00:49:45 +0200 (IST) Received: (from mapc@localhost) by alchemy.oven.org (8.11.2/8.11.2) id f27MnoC83377; Thu, 8 Mar 2001 00:49:50 +0200 (IST) (envelope-from mapc) Message-Id: <200103072249.f27MnoC83377@alchemy.oven.org> Date: Thu, 8 Mar 2001 00:49:50 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25595: [MAINTAINER UPDATE] palm/palmpower 1.0.1->1.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25595 >Category: ports >Synopsis: [MAINTAINER UPDATE] palm/palmpower 1.0.1->1.0.2 >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: Wed Mar 07 15:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: From author: changed back to old layout, means sourcecode gets disassembled as it used to be in pilotdis v1.13 i replaced the tabs with their spaces again. it's now fully compatible again. changed the behave of [-ng] and [-nl] by default the crossreferences won't be added to an disabled sourcecode. you must for now enter [-ng] and/or [-nl] to get them added. that was someting that i wanted to change for longer now. Also, he merged all my patches, thus there're none left in the files/ directory and it can be safely moved to Attic. >How-To-Repeat: >Fix: diff -urN /usr/ports/palm/palmpower/Makefile palmpower/Makefile --- /usr/ports/palm/palmpower/Makefile Thu Oct 12 15:19:11 2000 +++ palmpower/Makefile Thu Mar 8 00:45:49 2001 @@ -6,7 +6,7 @@ # PORTNAME= palmpower -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= palm MASTER_SITES= http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/ diff -urN /usr/ports/palm/palmpower/distinfo palmpower/distinfo --- /usr/ports/palm/palmpower/distinfo Thu Oct 12 15:19:11 2000 +++ palmpower/distinfo Thu Mar 8 00:25:31 2001 @@ -1 +1 @@ -MD5 (palmpower-1.0.1.tar.gz) = 8a8b5fe2fe29bebdc5dcdc2a651baf68 +MD5 (palmpower-1.0.2.tar.gz) = f7c24110ce18483c2d6b2bf985aeab02 diff -urN /usr/ports/palm/palmpower/files/patch-aa palmpower/files/patch-aa --- /usr/ports/palm/palmpower/files/patch-aa Thu Oct 12 15:19:15 2000 +++ palmpower/files/patch-aa Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- src/pila/main.c.orig Tue Aug 22 13:45:39 2000 -+++ src/pila/main.c Tue Aug 22 13:47:16 2000 -@@ -26,7 +26,7 @@ - // for htonl and ntohl - #ifndef unix - #include --#else -+#elsif defined(__linux__) - #include - #endif - diff -urN /usr/ports/palm/palmpower/files/patch-ab palmpower/files/patch-ab --- /usr/ports/palm/palmpower/files/patch-ab Thu Oct 12 15:19:15 2000 +++ palmpower/files/patch-ab Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- src/pila/object.c.orig Tue Aug 22 13:46:44 2000 -+++ src/pila/object.c Tue Aug 22 13:47:04 2000 -@@ -10,7 +10,7 @@ - // for htonl and ntohl - #ifndef unix - #include --#else -+#elsif defined(__linux__) - #include - #endif - diff -urN /usr/ports/palm/palmpower/files/patch-ac palmpower/files/patch-ac --- /usr/ports/palm/palmpower/files/patch-ac Thu Oct 12 15:19:15 2000 +++ palmpower/files/patch-ac Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- src/pila/prc.c.orig Tue Aug 22 13:47:27 2000 -+++ src/pila/prc.c Tue Aug 22 13:47:43 2000 -@@ -22,7 +22,7 @@ - #ifndef unix - //#include - #include --#else -+#elsif defined(__linux__) - // for htonl and ntohl - #include - #endif diff -urN /usr/ports/palm/palmpower/files/patch-ad palmpower/files/patch-ad --- /usr/ports/palm/palmpower/files/patch-ad Thu Oct 12 15:19:15 2000 +++ palmpower/files/patch-ad Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- src/pilotdis/Makefile.in.orig Tue Aug 22 13:53:22 2000 -+++ src/pilotdis/Makefile.in Tue Aug 22 13:54:05 2000 -@@ -72,7 +72,7 @@ - DEFS = @DEFS@ -I. -I$(srcdir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lm - pilotdis_OBJECTS = afline.o dis.o fgen.o inst1.o inst2.o main.o pgen.o \ - utils.o - pilotdis_LDADD = $(LDADD) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message