Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 06:01:29 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46590: Update port: devel/kimwitu++ to 2.3.3
Message-ID:  <20021229060129.74e2ad4b.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         46590
>Category:       ports
>Synopsis:       Update port: devel/kimwitu++ to 2.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 13:10:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 2.3.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/kimwitu++/Makefile devel/kimwitu++/Makefile
--- /usr/ports/devel/kimwitu++/Makefile	Mon Nov 11 18:59:12 2002
+++ devel/kimwitu++/Makefile	Sat Dec 28 06:27:06 2002
@@ -7,14 +7,16 @@
 #
 
 PORTNAME=	kimwitu++
-PORTVERSION=	2.1.3
+PORTVERSION=	2.3.3
 CATEGORIES=	devel
 MASTER_SITES=	http://site.informatik.hu-berlin.de/kimwitu++/
 
 MAINTAINER=	ports@FreeBSD.org
 
-GNU_CONFIGURE=	yes
+USE_BISON=	yes
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=	kc++.1
 
diff -urN /usr/ports/devel/kimwitu++/distinfo devel/kimwitu++/distinfo
--- /usr/ports/devel/kimwitu++/distinfo	Thu Jan 17 00:48:32 2002
+++ devel/kimwitu++/distinfo	Sat Dec 28 06:23:21 2002
@@ -1 +1 @@
-MD5 (kimwitu++-2.1.3.tar.gz) = ad7c42925b449fc71eacdb268a974c2e
+MD5 (kimwitu++-2.3.3.tar.gz) = 7f5288f1a2786a79be0e03e1a2c94196
diff -urN /usr/ports/devel/kimwitu++/files/patch-src::Makefile.in devel/kimwitu++/files/patch-src::Makefile.in
--- /usr/ports/devel/kimwitu++/files/patch-src::Makefile.in	Thu Jan 17 00:48:32 2002
+++ devel/kimwitu++/files/patch-src::Makefile.in	Sat Dec 28 06:37:47 2002
@@ -1,12 +1,12 @@
---- src/Makefile.in.orig	Wed Jan 16 23:42:30 2002
-+++ src/Makefile.in	Wed Jan 16 23:43:22 2002
-@@ -165,14 +165,14 @@
+--- 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 @@
  #YCFLAGS += -DMYLEXDEBUG
  #YCFLAGS += -DYYDEBUG=1 -DMYLEXDEBUG
  DEFINES := -DARCH=$(ARCH) @hashset@
 -CXXFLAGS := -g
 -CXXFLAGSOPT := -O2\ -s
-+#CXXFLAGS := -g
++CXXFLAGS := @CXXFLAGS@
 +#CXXFLAGSOPT := -O2\ -s
  CFLAGS := $(CXXFLAGS) -DHAVE_CONFIG_H -I.
  
@@ -14,17 +14,17 @@
  # -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 -g
++CXXFLAGS += -Wall -Wno-unused -Wno-uninitialized
 +#CXXFLAGSOPT := $(CXXFLAGSOPT)\ -Os
    ifeq "$(WARN)" "y"
      CXXFLAGS += -Wold-style-cast -Weffc++
    endif
-@@ -228,7 +228,7 @@
+@@ -189,7 +189,7 @@
  	touch tstamp.kc ; \
- 	$(MAKE) -e -f $${olddir}/Makefile \
- 		ROOT=$${olddir} \
+ 	$(MAKE) -e -f $(MAKERUNDIR)/Makefile \
+ 		MAKERUNDIR=$(MAKERUNDIR) \
 -		CXXFLAGS=$(CXXFLAGSOPT) \
-+		CXXFLAGS+=$(CXXFLAGSOPT) \
++		CXXFLAGS="$(CXXFLAGS)" \
  		$(BOOTSTRAPTARGET)
  
  s1:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021229060129.74e2ad4b.tkato>