diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-31 22:42:56 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-31 22:42:56 +0000 |
commit | 7ea12e59adce9f7d57d2c34d4f531eb6758de357 (patch) | |
tree | a15ed9a8bc7b20138aeb6c9cd5e58e930bbed480 | |
parent | fix textproc/p5-PDF-API2 for perl < 5.6 (diff) |
Upgrade to 5.10.
Notes
Notes:
svn path=/head/; revision=69217
Diffstat (limited to '')
-rw-r--r-- | www/swish++/Makefile | 2 | ||||
-rw-r--r-- | www/swish++/distinfo | 2 | ||||
-rw-r--r-- | www/swish++/files/patch-config::config.mk | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile index f98e1c1d25b2..e7b1cb768764 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= swish++ -PORTVERSION= 5.9.6 +PORTVERSION= 5.10 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ diff --git a/www/swish++/distinfo b/www/swish++/distinfo index 319daf424bb9..34f500d21478 100644 --- a/www/swish++/distinfo +++ b/www/swish++/distinfo @@ -1 +1 @@ -MD5 (swish++-5.9.6.tar.gz) = 135b0a1654f4d1ee499c7d32b1f03cd9 +MD5 (swish++-5.10.tar.gz) = eabda22f9ef2d2ba10263f0c58e18103 diff --git a/www/swish++/files/patch-config::config.mk b/www/swish++/files/patch-config::config.mk index 00440889a135..0c8e94b3e80a 100644 --- a/www/swish++/files/patch-config::config.mk +++ b/www/swish++/files/patch-config::config.mk @@ -1,17 +1,17 @@ ---- config/config.mk.orig Wed Feb 6 08:53:53 2002 -+++ config/config.mk Tue Apr 16 17:46:26 2002 -@@ -35,8 +35,8 @@ +--- config/config.mk.orig Thu Oct 31 23:24:59 2002 ++++ config/config.mk Thu Oct 31 23:27:02 2002 +@@ -33,8 +33,8 @@ # ############################################################################### -#FREE_BSD:= -DFreeBSD --LINUX:= -DLinux +-LINUX:= -DLinux -D_BSD_SOURCE +FREE_BSD:= -DFreeBSD -+#LINUX:= -DLinux ++#LINUX:= -DLinux -D_BSD_SOURCE + #MAC_OS_X:= -DMacOSX #SOLARIS:= -DSolaris #WIN32:= -DWIN32 - -@@ -87,7 +87,6 @@ +@@ -99,7 +99,6 @@ ifdef SEARCH_DAEMON ifdef FREE_BSD @@ -19,7 +19,7 @@ else PTHREAD_LIB:= -lpthread endif -@@ -118,7 +117,7 @@ +@@ -130,7 +129,7 @@ # The command to remove files recursively and ignore errors; # usually "rm -fr" for Unix or "erase" for Windows. @@ -28,7 +28,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 -@@ -152,7 +151,7 @@ +@@ -164,7 +163,7 @@ ifdef DEBUG OPTIM:= -g else @@ -37,7 +37,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 -@@ -195,7 +194,7 @@ +@@ -208,7 +207,7 @@ INSTALL:= $(ROOT)/install-sh # Install command; usually "$(ROOT)/install-sh". |