From mt@bison.carrier.kiev.ua  Sat Sep 14 14:38:51 2002
Return-Path: <mt@bison.carrier.kiev.ua>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DDEA637B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Sep 2002 14:38:51 -0700 (PDT)
Received: from bison.carrier.kiev.ua (bison.carrier.kiev.ua [193.193.193.136])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7094343E72
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Sep 2002 14:34:46 -0700 (PDT)
	(envelope-from mt@bison.carrier.kiev.ua)
Received: from bison.carrier.kiev.ua (localhost [127.0.0.1])
	by bison.carrier.kiev.ua (8.12.6/8.12.6) with ESMTP id g8ELXFqT030067
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Sep 2002 00:33:17 +0300 (EEST)
	(envelope-from mt@bison.carrier.kiev.ua)
Received: (from mt@localhost)
	by bison.carrier.kiev.ua (8.12.6/8.12.6/Submit) id g8ELXEB4030066;
	Sun, 15 Sep 2002 00:33:14 +0300 (EEST)
Message-Id: <200209142133.g8ELXEB4030066@bison.carrier.kiev.ua>
Date: Sun, 15 Sep 2002 00:33:14 +0300 (EEST)
From: Maxim Tulyuk <mt@primats.org.ua>
Reply-To: Maxim Tulyuk <mt@primats.org.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: palm/plucker to 1.1.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42786
>Category:       ports
>Synopsis:       Update port: palm/plucker to 1.1.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 14:40:01 PDT 2002
>Closed-Date:    Tue Oct 29 05:38:46 PST 2002
>Last-Modified:  Tue Oct 29 05:38:46 PST 2002
>Originator:     Maxim Tulyuk
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
ISP "LuckyNet"
>Environment:
System: FreeBSD bison.carrier.kiev.ua 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Thu Sep 5 22:09:15 EEST 2002 root@bison.carrier.kiev.ua:/usr/obj/usr/src/sys/bison i386

>Description:
	- Update to 1.1.14
	- Use bzip2
	- Dont check GNU sed
>How-To-Repeat:
>Fix:

diff -uNr plucker.old/Makefile plucker/Makefile
--- plucker.old/Makefile	Sat May 18 18:33:00 2002
+++ plucker/Makefile	Sun Sep 15 00:30:04 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	plucker
-PORTVERSION=	1.1.13
+PORTVERSION=	1.1.14
 CATEGORIES=	palm www
 MASTER_SITES=	http://plkr.org/download/plucker-1.1/
 DISTNAME=	${PORTNAME}_bin-${PORTVERSION}
@@ -21,7 +21,7 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_BZIP=	yes
+USE_BZIP2=	yes
 PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 INSTALL_TARGET=	install-prc-files install-data install-pyplucker
diff -uNr plucker.old/distinfo plucker/distinfo
--- plucker.old/distinfo	Fri Oct  5 17:55:02 2001
+++ plucker/distinfo	Sun Sep 15 00:00:28 2002
@@ -1 +1 @@
-MD5 (plucker_bin-1.1.13.tar.gz) = 8d5bc2852aa5297c04de4222779c780d
+MD5 (plucker_bin-1.1.14.tar.bz2) = 81571d88ed5c009491cb50509bd38ec8
diff -uNr plucker.old/files/patch-configure plucker/files/patch-configure
--- plucker.old/files/patch-configure	Thu Jan  1 03:00:00 1970
+++ plucker/files/patch-configure	Sun Sep 15 00:26:38 2002
@@ -0,0 +1,11 @@
+--- configure.orig	Sat Oct 27 22:06:04 2001
++++ configure	Sun Sep 15 00:26:05 2002
+@@ -974,7 +974,7 @@
+ test -n "$SED" && break
+ done
+ 
+-    $SED --version 2>&1 | grep GNU >/dev/null 2>&1
++#    $SED --version 2>&1 | grep GNU >/dev/null 2>&1
+     if test "$?" != "0" ; then
+     	echo "configure: warning: "Version of sed on path must be GNU sed to build manual"" 1>&2
+     	BUILD_MANUAL=no
diff -uNr plucker.old/files/patch-configure.in plucker/files/patch-configure.in
--- plucker.old/files/patch-configure.in	Thu Jan  1 03:00:00 1970
+++ plucker/files/patch-configure.in	Sun Sep 15 00:23:15 2002
@@ -0,0 +1,11 @@
+--- configure.in.orig	Sat Oct 27 22:06:03 2001
++++ configure.in	Sun Sep 15 00:22:44 2002
+@@ -202,7 +202,7 @@
+ 
+ if test "$BUILD_MANUAL" = "yes"; then
+     AC_PATH_PROGS(SED, gsed sed)
+-    [$SED --version 2>&1 | grep GNU >/dev/null 2>&1]
++dnl [$SED --version 2>&1 | grep GNU >/dev/null 2>&1]
+     if test "$?" != "0" ; then
+     	AC_MSG_WARN("Version of sed on path must be GNU sed to build manual")
+     	BUILD_MANUAL=no
diff -uNr plucker.old/files/patch-unix-setup.py.in plucker/files/patch-unix-setup.py.in
--- plucker.old/files/patch-unix-setup.py.in	Sat May 18 18:33:00 2002
+++ plucker/files/patch-unix-setup.py.in	Sun Sep 15 00:08:59 2002
@@ -1,5 +1,5 @@
---- unix/setup.py.in.orig	Fri Sep 14 03:34:24 2001
-+++ unix/setup.py.in	Fri Oct  5 23:57:20 2001
+--- unix/setup.py.in.orig	Sat Oct 27 21:53:35 2001
++++ unix/setup.py.in	Sun Sep 15 00:07:50 2002
 @@ -14,8 +14,9 @@
  
  VERSION="@VERSION@"
@@ -11,22 +11,22 @@
 +PILOTXFER=os.path.join("@prefix@", "bin", "pilot-xfer")
  
  if os.environ.has_key ('HOME'):
- 	USERDIR = os.environ["HOME"]
-@@ -99,7 +100,7 @@
- 		if get_answer("Install the User's Guide, too", 'y'):
- 			guide = os.path.join(PALMDIR, "PluckerUserGuide.pdb")
+     USERDIR = os.environ["HOME"]
+@@ -117,7 +118,7 @@
+         if get_answer("Install the User's Guide, too", 'y'):
+             guide = os.path.join(PALMDIR, "PluckerUserGuide.pdb")
  
--		os.system("pilot-xfer -i %s %s %s" % (viewer, zlib, guide))
-+		os.system(PILOTXFER + " -i %s %s %s" % (viewer, zlib, guide))
+-        os.system("pilot-xfer -i %s %s %s" % (viewer, zlib, guide))
++	os.system(PILOTXFER + " -i %s %s %s" % (viewer, zlib, guide))
  
  
  #
-@@ -131,7 +132,7 @@
+@@ -149,7 +150,7 @@
  
  install_config_files()
  
 -if not os.system('pilot-xfer > /dev/null 2>&1'):
 +if not os.system(PILOTXFER + ' > /dev/null 2>&1'):
- 	install_viewer()
+     install_viewer()
  else:
- 	print "\nThe program 'pilot-xfer' is missing so the Palm applications cannot be installed. You'll find them in %s." % PALMDIR
+     print "\nThe program 'pilot-xfer' is missing so the Palm applications cannot be installed. You'll find them in %s." % PALMDIR

>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@ringlet.net>
To: Maxim Tulyuk <mt@primats.org.ua>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/42786: Update port: palm/plucker to 1.1.14
Date: Sun, 15 Sep 2002 19:31:00 +0300

 On Sun, Sep 15, 2002 at 12:33:14AM +0300, Maxim Tulyuk wrote:
 > 
 > >Number:         42786
 > >Category:       ports
 > >Synopsis:       Update port: palm/plucker to 1.1.14
 > >Originator:     Maxim Tulyuk
 > >Description:
 > 	- Update to 1.1.14
 > 	- Use bzip2
 > 	- Dont check GNU sed
 
 The maintainer indicated in a private e-mail message that he feels fine
 about this change, and that he is also no longer able to maintain this
 port.  I am going to commit the change soon; would you to maintain the
 port from now on?
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 If there were no counterfactuals, this sentence would not have been paradoxical.

From: Maxim Tulyuk <mt@primats.org.ua>
To: Peter Pentchev <roam@ringlet.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/42786: Update port: palm/plucker to 1.1.14
Date: Mon, 23 Sep 2002 11:45:01 +0300

 On Sun, 15 Sep 2002 at 19:31 +0300, Peter Pentchev wrote:
 > > >Number:         42786
 > > >Category:       ports
 > > >Synopsis:       Update port: palm/plucker to 1.1.14
 > > >Originator:     Maxim Tulyuk
 > > >Description:
 > > 	- Update to 1.1.14
 > > 	- Use bzip2
 > > 	- Dont check GNU sed
 > 
 > The maintainer indicated in a private e-mail message that he feels fine
 > about this change, and that he is also no longer able to maintain this
 > port.  I am going to commit the change soon; would you to maintain the
 > port from now on?
 
 Yes, I would
 
 p.s. Sorry for long silence (I have had for week holiday) :(
 -- 
 Maxim Tulyuk
 WWW: http://www.primats.org.ua/~mt/
 ICQ: 21134222
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Tue Oct 29 05:38:21 PST 2002 
State-Changed-Why:  
Update committed, and maintainership transferred to you. 
Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42786 
>Unformatted:
