ports/50496: patch: swish++ port out of date

Nathan Ahlstrom nrahlstr at attbi.com
Mon Mar 31 19:50:19 UTC 2003


>Number:         50496
>Category:       ports
>Synopsis:       patch: swish++ port out of date
>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 Mar 31 11:50:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nathan Ahlstrom
>Release:        FreeBSD 4.8-RC i386
>Organization:
none
>Environment:
System: FreeBSD rfc172027066074.corp.medtronic.com 4.8-RC FreeBSD 4.8-RC #2: Thu Mar 6 13:59:44 CST 2003 root at rfc172027066074.corp.medtronic.com:/usr/obj/usr/src/sys/DNA i386
>Description:
	www/swish++ port is out of date.
>How-To-Repeat:
	Try to fetch the current port distfile.
>Fix:

	Here is a diff to the port.


Index: Makefile
===================================================================
RCS file: /home/ahlstn1/cvs/freebsd/ports/www/swish++/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	20 Feb 2003 19:15:36 -0000	1.18
+++ Makefile	31 Mar 2003 16:50:19 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	swish++
-PORTVERSION=	5.12.1
+PORTVERSION=	5.13.5
 CATEGORIES=	www textproc
 MASTER_SITES=	http://homepage.mac.com/pauljlucas/software/
 
Index: distinfo
===================================================================
RCS file: /home/ahlstn1/cvs/freebsd/ports/www/swish++/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	12 Dec 2002 13:19:32 -0000	1.14
+++ distinfo	31 Mar 2003 16:50:54 -0000
@@ -1 +1 @@
-MD5 (swish++-5.12.1.tar.gz) = 60794739dfde309a3f80e6c08c6139da
+MD5 (swish++-5.13.5.tar.gz) = a400a2165e8ec435d97f86c6ad82f3bb
Index: files/patch-GNUmakefile
===================================================================
RCS file: /home/ahlstn1/cvs/freebsd/ports/www/swish++/files/patch-GNUmakefile,v
retrieving revision 1.3
diff -u -r1.3 patch-GNUmakefile
--- files/patch-GNUmakefile	22 Jul 2002 01:36:13 -0000	1.3
+++ files/patch-GNUmakefile	31 Mar 2003 16:53:41 -0000
@@ -1,6 +1,6 @@
---- GNUmakefile.orig	Sat Jun  1 01:19:02 2002
-+++ GNUmakefile	Sun Jul 21 11:53:01 2002
-@@ -159,7 +159,7 @@
+--- GNUmakefile.orig	Mon Mar 31 10:51:19 2003
++++ GNUmakefile	Mon Mar 31 10:51:50 2003
+@@ -180,7 +180,7 @@
  ##
  
  extract: $(E_OBJECTS)
@@ -9,7 +9,7 @@
  
  index: $(I_OBJECTS) $(CHARSET_LIB) $(ENCODING_LIB) $(MOD_LIBS)
  	$(CC) $(CFLAGS) $(CHARSET_LIB_PATH) $(ENCODING_LIB_PATH) \
-@@ -208,7 +208,7 @@
+@@ -229,7 +229,7 @@
  	cd $(I_BIN) && $(STRIP) $(CPP_TARGET)
  
  install_lib: $(I_LIB)
Index: files/patch-config::config.mk
===================================================================
RCS file: /home/ahlstn1/cvs/freebsd/ports/www/swish++/files/patch-config::config.mk,v
retrieving revision 1.4
diff -u -r1.4 patch-config::config.mk
--- files/patch-config::config.mk	31 Oct 2002 22:42:56 -0000	1.4
+++ files/patch-config::config.mk	31 Mar 2003 19:35:28 -0000
@@ -1,5 +1,5 @@
---- config/config.mk.orig	Thu Oct 31 23:24:59 2002
-+++ config/config.mk	Thu Oct 31 23:27:02 2002
+--- config/config.mk.orig	Mon Mar 31 13:33:54 2003
++++ config/config.mk	Mon Mar 31 13:35:05 2003
 @@ -33,8 +33,8 @@
  #
  ###############################################################################
@@ -11,15 +11,7 @@
  #MAC_OS_X:=	-DMacOSX
  #SOLARIS:=	-DSolaris
  #WIN32:=		-DWIN32
-@@ -99,7 +99,6 @@
- ifdef SEARCH_DAEMON
- 
- ifdef FREE_BSD
--PTHREAD_LIB:=	-pthread
- else
- PTHREAD_LIB:=	-lpthread
- endif
-@@ -130,7 +129,7 @@
+@@ -149,7 +149,7 @@
  #		The command to remove files recursively and ignore errors;
  #		usually "rm -fr" for Unix or "erase" for Windows.
  
@@ -28,7 +20,7 @@
  #		The full path to the Perl 5 executable; usually "/bin/perl" or
  #		"/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for
  #		Windows.  You need this only if you intend on using
-@@ -164,7 +163,7 @@
+@@ -183,7 +183,7 @@
  ifdef DEBUG
  OPTIM:=		-g
  else
@@ -37,7 +29,7 @@
  #		The optimization level.  Many compilers allow a digit after the
  #		O to specify the level of optimization; if so, set yours to the
  #		highest number your compiler allows without eliciting problems
-@@ -208,7 +207,7 @@
+@@ -227,7 +227,7 @@
  INSTALL:=	$(ROOT)/install-sh
  #		Install command; usually "$(ROOT)/install-sh".
  
Index: files/patch-searchd.in
===================================================================
RCS file: /home/ahlstn1/cvs/freebsd/ports/www/swish++/files/patch-searchd.in,v
retrieving revision 1.1
diff -u -r1.1 patch-searchd.in
--- files/patch-searchd.in	13 Jan 2002 04:19:27 -0000	1.1
+++ files/patch-searchd.in	31 Mar 2003 16:53:58 -0000
@@ -1,5 +1,5 @@
---- searchd.in.orig	Sun Jan 13 12:00:35 2002
-+++ searchd.in	Sun Jan 13 12:00:53 2002
+--- searchd.in.orig	Mon Mar 31 10:52:01 2003
++++ searchd.in	Mon Mar 31 10:52:24 2003
 @@ -27,7 +27,7 @@
  SEARCH="search"
  SEARCH_PATH="%%I_BIN%%/$SEARCH"
Index: files/patch-searchmonitor.in
===================================================================
RCS file: /home/ahlstn1/cvs/freebsd/ports/www/swish++/files/patch-searchmonitor.in,v
retrieving revision 1.1
diff -u -r1.1 patch-searchmonitor.in
--- files/patch-searchmonitor.in	13 Jan 2002 04:19:27 -0000	1.1
+++ files/patch-searchmonitor.in	31 Mar 2003 16:54:12 -0000
@@ -1,5 +1,5 @@
---- searchmonitor.in.orig	Sun Jan 13 12:01:32 2002
-+++ searchmonitor.in	Sun Jan 13 12:01:47 2002
+--- searchmonitor.in.orig	Mon Mar 31 10:52:36 2003
++++ searchmonitor.in	Mon Mar 31 10:52:56 2003
 @@ -63,7 +63,7 @@
      CONF_FILE="swish++.conf"
      if [ ! -f "$CONF_FILE" ]


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list