From owner-freebsd-ports Mon Nov 18 13:32:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E6737B41B for ; Mon, 18 Nov 2002 13:30:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A7D743F28 for ; Mon, 18 Nov 2002 13:30:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAILUFx3029644 for ; Mon, 18 Nov 2002 13:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAILUF3c029640; Mon, 18 Nov 2002 13:30:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB2637B401 for ; Mon, 18 Nov 2002 13:20:30 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D2143EDC for ; Mon, 18 Nov 2002 13:20:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from socigeog.hmt.toyama-u.ac.jp (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (8.12.6/8.12.3) with SMTP id gAILKM6A000772 for ; Tue, 19 Nov 2002 06:20:22 +0900 (JST) (envelope-from tkato@prontomail.com) Message-Id: <20021119061828.794b6d5f.tkato@prontomail.com> Date: Tue, 19 Nov 2002 06:18:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45454: Update port: x11-toolkits/viewklass to 0.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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