summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-05 15:45:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-05 15:45:43 +0000
commit696dfd58caf91eca5253887c928e7a4ea3320e67 (patch)
treeef9d2dc62db7b87539ecfb23aa82811674dcecf7 /devel
parentFix whitespace. (diff)
- Update to version 2.3.8
PR: 58960 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93154
Diffstat (limited to 'devel')
-rw-r--r--devel/kimwitu++/Makefile3
-rw-r--r--devel/kimwitu++/distinfo2
-rw-r--r--devel/kimwitu++/files/patch-src::Makefile.in44
3 files changed, 35 insertions, 14 deletions
diff --git a/devel/kimwitu++/Makefile b/devel/kimwitu++/Makefile
index bc5c2786916c..ec5ea8f8ed42 100644
--- a/devel/kimwitu++/Makefile
+++ b/devel/kimwitu++/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= kimwitu++
-PORTVERSION= 2.3.3
+PORTVERSION= 2.3.8
CATEGORIES= devel
MASTER_SITES= http://site.informatik.hu-berlin.de/kimwitu++/
@@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for processing trees (i.e. terms)
USE_BISON= yes
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/devel/kimwitu++/distinfo b/devel/kimwitu++/distinfo
index 55ea4377efd7..579f9bc18ce9 100644
--- a/devel/kimwitu++/distinfo
+++ b/devel/kimwitu++/distinfo
@@ -1 +1 @@
-MD5 (kimwitu++-2.3.3.tar.gz) = 7f5288f1a2786a79be0e03e1a2c94196
+MD5 (kimwitu++-2.3.8.tar.gz) = 3f29ff9599cdebd84b2d212771b5c12a
diff --git a/devel/kimwitu++/files/patch-src::Makefile.in b/devel/kimwitu++/files/patch-src::Makefile.in
index fb301ae2ec53..08f768429aa0 100644
--- a/devel/kimwitu++/files/patch-src::Makefile.in
+++ b/devel/kimwitu++/files/patch-src::Makefile.in
@@ -1,30 +1,50 @@
---- src/Makefile.in.orig Wed Nov 20 20:27:27 2002
-+++ src/Makefile.in Sat Dec 28 06:35:54 2002
-@@ -146,14 +146,14 @@
+--- src/Makefile.in.orig Fri Oct 24 00:22:46 2003
++++ src/Makefile.in Sun Nov 2 14:10:46 2003
+@@ -101,8 +101,8 @@
+ LY_HFILES := kimwy.h
+ LY_TFILE := kimwy.output
+ LY_OBJS := $(LY_CFILES:cc=o)
+-GETOPT_CFILES := getopt.h getopt.c getopt1.c
+-GETOPT_OBJS := getopt.o getopt1.o
++#GETOPT_CFILES := getopt.h getopt.c getopt1.c
++#GETOPT_OBJS := getopt.o getopt1.o
+ DF_HFILES := defs.h defs.hh
+ ERRMSG_CC_FILE := errmsg.inc
+
+@@ -160,20 +160,20 @@
#YCFLAGS += -DMYLEXDEBUG
#YCFLAGS += -DYYDEBUG=1 -DMYLEXDEBUG
DEFINES := -DARCH=$(ARCH) @hashset@
-CXXFLAGS := -g
--CXXFLAGSOPT := -O2\ -s
-+CXXFLAGS := @CXXFLAGS@
-+#CXXFLAGSOPT := -O2\ -s
+-CXXFLAGSOPT := -O2
++#CXXFLAGS := -g
++CXXFLAGSOPT := @CXXFLAGS@ @CPPFLAGS@
CFLAGS := $(CXXFLAGS) -DHAVE_CONFIG_H -I.
ifneq (,$(findstring ++,$(CXX)))
# -ansi should be here but it's buggy (and should be called -iso anyway)
-CXXFLAGS := -Wall -Wno-unused -Wno-uninitialized -g
--CXXFLAGSOPT := $(CXXFLAGSOPT)\ -Os
-+CXXFLAGS += -Wall -Wno-unused -Wno-uninitialized
-+#CXXFLAGSOPT := $(CXXFLAGSOPT)\ -Os
+-CXXFLAGSOPT := $(CXXFLAGSOPT)\ -s\ -Os
++#CXXFLAGS := -Wall -Wno-unused -Wno-uninitialized -g
++#CXXFLAGSOPT := $(CXXFLAGSOPT)\ -s\ -Os
ifeq "$(WARN)" "y"
CXXFLAGS += -Wold-style-cast -Weffc++
endif
-@@ -189,7 +189,7 @@
+ endif
+ override CXXFLAGS += $(INCLUDES) $(DEFINES)
+-LIBS := @PYLIBS@
++LIBS := @PYLIBS@ @LDFLAGS@
+ PYCFLAGS := @PYCFLAGS@
+ LINT_CFLAGS := $(INCLUDES) $(GENDEFINES)
+ MALLOC_LDFLAGS := $(ANY_ARCH_MALLOC_LDFLAGS)
+@@ -202,8 +202,8 @@
+ cp $(MAKERUNDIR)/$(CONFIGFILE) $(CONFIGFILE); \
touch tstamp.kc ; \
$(MAKE) -e -f $(MAKERUNDIR)/Makefile \
- MAKERUNDIR=$(MAKERUNDIR) \
+- MAKERUNDIR=$(MAKERUNDIR) \
- CXXFLAGS=$(CXXFLAGSOPT) \
-+ CXXFLAGS="$(CXXFLAGS)" \
++ MAKERUNDIR="$(MAKERUNDIR)" \
++ CXXFLAGS="$(CXXFLAGSOPT)" \
$(BOOTSTRAPTARGET)
s1: