aboutsummaryrefslogtreecommitdiff
path: root/www/swish++/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-07 01:31:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-07 01:31:38 +0000
commit74893bd2ec4942fdd861642cd3fabcaf9080c788 (patch)
tree891b9f03380b8d5a1c618c60ff3ab12c10b7a582 /www/swish++/files
parentb062978385f0d9ae3dcc272c06051cd13315aaf0 (diff)
downloadports-74893bd2ec4942fdd861642cd3fabcaf9080c788.tar.gz
ports-74893bd2ec4942fdd861642cd3fabcaf9080c788.zip
upgrade to 5.7
take over maintainership PR: 36825 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=57398
Diffstat (limited to 'www/swish++/files')
-rw-r--r--www/swish++/files/patch-GNUmakefile13
-rw-r--r--www/swish++/files/patch-config::config.mk25
2 files changed, 7 insertions, 31 deletions
diff --git a/www/swish++/files/patch-GNUmakefile b/www/swish++/files/patch-GNUmakefile
index aeebede8162f..ab51424a11af 100644
--- a/www/swish++/files/patch-GNUmakefile
+++ b/www/swish++/files/patch-GNUmakefile
@@ -1,6 +1,6 @@
---- GNUmakefile.orig Wed Dec 19 12:24:07 2001
-+++ GNUmakefile Sun Jan 13 12:04:59 2002
-@@ -192,13 +192,13 @@
+--- GNUmakefile.orig Sun Apr 7 00:01:09 2002
++++ GNUmakefile Sun Apr 7 00:02:15 2002
+@@ -193,7 +193,7 @@
cd $(I_BIN) && $(STRIP) $(CPP_TARGET)
install_lib: $(I_LIB)
@@ -9,10 +9,3 @@
install_man:
@$(MAKE) -C man install
-
- install_conf:
-- $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf /etc
-+ $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf ${PREFIX}/etc
-
- $(I_BIN) $(I_LIB):
- $(MKDIR) $@
diff --git a/www/swish++/files/patch-config::config.mk b/www/swish++/files/patch-config::config.mk
index a07fea256706..21c60f028185 100644
--- a/www/swish++/files/patch-config::config.mk
+++ b/www/swish++/files/patch-config::config.mk
@@ -1,5 +1,5 @@
---- config/config.mk.orig Sun Jan 13 11:38:36 2002
-+++ config/config.mk Sun Jan 13 11:41:51 2002
+--- config/config.mk.orig Sun Apr 7 00:04:51 2002
++++ config/config.mk Sun Apr 7 00:07:14 2002
@@ -35,8 +35,8 @@
#
###############################################################################
@@ -19,24 +19,7 @@
else
PTHREAD_LIB:= -lpthread
endif
-@@ -118,7 +117,6 @@
- # The command to remove files recursively and ignore errors;
- # usually "rm -fr" for Unix or "erase" for Windows.
-
--PERL:= /usr/local/bin/perl
- # 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
-@@ -145,15 +143,14 @@
- #
- ###############################################################################
-
--#CC:= g++
--CC:= /usr/local/bin/g++
-+CC:= g++
- # The C++ compiler you are using; usually "CC" or "g++".
-
- #DEBUG:= true
+@@ -152,7 +151,7 @@
ifdef DEBUG
OPTIM:= -g
else
@@ -45,7 +28,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
-@@ -196,7 +193,7 @@
+@@ -195,7 +194,7 @@
INSTALL:= $(ROOT)/install-sh
# Install command; usually "$(ROOT)/install-sh".