Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 06:18:28 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45454: Update port: x11-toolkits/viewklass to 0.6.0
Message-ID:  <20021119061828.794b6d5f.tkato@prontomail.com>

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

>Number:         45454
>Category:       ports
>Synopsis:       Update port: x11-toolkits/viewklass to 0.6.0
>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:   Mon Nov 18 13:30:15 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.6.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-toolkits/viewklass/Makefile x11-toolkits/viewklass/Makefile
--- /usr/ports/x11-toolkits/viewklass/Makefile	Fri Nov  8 21:26:04 2002
+++ x11-toolkits/viewklass/Makefile	Mon Nov 11 20:43:35 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	viewklass
-PORTVERSION=	0.5.2
+PORTVERSION=	0.6.0
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,17 +15,16 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_REINPLACE=	yes
+BUILD_DEPENDS=	xmkmf:${PORTSDIR}/devel/imake
+
+USE_X_PREFIX=	yes
 USE_MOTIF=	yes
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e "s/^CFLAGS=/CFLAGS+=/g ; s/^CXXFLAGS=/CXXFLAGS+=/g ; \
-		s/-g -Wall//g" ${WRKSRC}/Makefile.in
-
-post-install:
-.for file in libvk.a libvkhelp.a
-	@${STRIP_CMD} ${PREFIX}/lib/${file}
-.endfor
+	@${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \
+		 s/^CXXFLAGS=/CXXFLAGS+=/g ; \
+		 s/-g -Wall//g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-toolkits/viewklass/distinfo x11-toolkits/viewklass/distinfo
--- /usr/ports/x11-toolkits/viewklass/distinfo	Wed Jun  5 01:22:52 2002
+++ x11-toolkits/viewklass/distinfo	Sat Nov  2 09:23:32 2002
@@ -1 +1 @@
-MD5 (ViewKlass-0.5.2.tar.gz) = 9cb60f02db6e502b36d13ce641d49631
+MD5 (ViewKlass-0.6.0.tar.gz) = 90395d31bda325f312d645c1ffaec48b
diff -urN /usr/ports/x11-toolkits/viewklass/pkg-plist x11-toolkits/viewklass/pkg-plist
--- /usr/ports/x11-toolkits/viewklass/pkg-plist	Wed Jun  5 01:22:52 2002
+++ x11-toolkits/viewklass/pkg-plist	Sat Nov  9 04:12:15 2002
@@ -6,6 +6,7 @@
 include/Vk/VkCallbackList.h
 include/Vk/VkCallbackObject.h
 include/Vk/VkCheckBox.h
+include/Vk/VkCompletionField.h
 include/Vk/VkComponent.h
 include/Vk/VkComponentList.h
 include/Vk/VkConfig.h
@@ -24,6 +25,8 @@
 include/Vk/VkInterruptDialog.h
 include/Vk/VkMenu.h
 include/Vk/VkMenuAction.h
+include/Vk/VkMenuActionObject.h
+include/Vk/VkMenuActionWidget.h
 include/Vk/VkMenuBar.h
 include/Vk/VkMenuConfirmFirstAction.h
 include/Vk/VkMenuItem.h
@@ -67,6 +70,6 @@
 include/Vk/VkWidgetList.h
 include/Vk/VkWindow.h
 include/Vk/builtinbusy.h
-@dirrm include/Vk
 lib/libvk.a
 lib/libvkhelp.a
+@dirrm include/Vk
>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?20021119061828.794b6d5f.tkato>