1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 5.10.

This commit is contained in:
Oliver Braun 2002-10-31 22:42:56 +00:00
parent b1002cf0e3
commit 7ea12e59ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69217
3 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= swish++
PORTVERSION= 5.9.6
PORTVERSION= 5.10
CATEGORIES= www textproc
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/

View File

@ -1 +1 @@
MD5 (swish++-5.9.6.tar.gz) = 135b0a1654f4d1ee499c7d32b1f03cd9
MD5 (swish++-5.10.tar.gz) = eabda22f9ef2d2ba10263f0c58e18103

View File

@ -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".