Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2002 00:33:14 +0300 (EEST)
From:      Maxim Tulyuk <mt@primats.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42786: Update port: palm/plucker to 1.1.14
Message-ID:  <200209142133.g8ELXEB4030066@bison.carrier.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         42786
>Category:       ports
>Synopsis:       Update port: palm/plucker to 1.1.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 14:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209142133.g8ELXEB4030066>