From owner-freebsd-ports Mon Apr 13 00:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27182 for freebsd-ports-outgoing; Mon, 13 Apr 1998 00:50:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27154; Mon, 13 Apr 1998 00:50:02 -0700 (PDT) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26956 for ; Mon, 13 Apr 1998 00:45:22 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id NAA16472 for ; Mon, 13 Apr 1998 13:45:10 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA14885; Mon, 13 Apr 1998 11:48:32 +0400 (MSD) Message-Id: <199804130748.LAA14885@icc.surw.chel.su> Date: Mon, 13 Apr 1998 11:48:32 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6285: Update port: x11/workplace Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6285 >Category: ports >Synopsis: Update port: x11/workplace >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 Apr 13 00:50:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update x11/workplace port. Now build ok with latest (.10) gtk+. diff -Nru workplace/Makefile workplace-1.0.a3/Makefile --- workplace/Makefile Sat Mar 28 23:52:54 1998 +++ workplace-1.0.a3/Makefile Mon Apr 13 10:42:24 1998 @@ -1,25 +1,26 @@ # New ports collection makefile for: workplace -# Version required: 1.0a1 +# Version required: 1.0a3 # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.2 1998/03/28 22:18:38 asami Exp $ # -DISTNAME= workplace-1.0.a1 -PKGNAME= workplace-1.0a1 +DISTNAME= workplace-1.0.a3 +PKGNAME= workplace-1.0a3 CATEGORIES= x11 -MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/ +MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk -BROKEN= build - GNU_CONFIGURE= yes USE_X11= yes +pre-configure: + @ ${RM} ${WRKSRC}/config.cache + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/include/X11/pixmaps @@ -29,7 +30,6 @@ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace .endfor @ ${MKDIR} ${PREFIX}/share/examples/workplace - @ ${INSTALL_DATA} ${WRKSRC}/WPPref ${PREFIX}/share/examples/workplace/WPPref.sample - @ ${INSTALL_DATA} ${WRKSRC}/WPSuffix ${PREFIX}/share/examples/workplace/WPSuffix.sample + @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace .include diff -Nru workplace/files/md5 workplace-1.0.a3/files/md5 --- workplace/files/md5 Fri Mar 27 14:29:36 1998 +++ workplace-1.0.a3/files/md5 Mon Apr 13 09:59:43 1998 @@ -1 +1 @@ -MD5 (workplace-1.0.a1.tar.gz) = 67247545b59672e0aff3db3227118813 +MD5 (workplace-1.0.a3.tar.gz) = b224042f0042d8b0505dc9e702f00244 diff -Nru workplace/pkg/DESCR workplace-1.0.a3/pkg/DESCR --- workplace/pkg/DESCR Fri Mar 27 14:29:37 1998 +++ workplace-1.0.a3/pkg/DESCR Mon Apr 13 10:01:53 1998 @@ -1,2 +1,3 @@ WorkPlace is a file manager and launcher, which -can copy files between another WorkPlace by DND. +can copy files between another WorkPlace by DND (not +supported in this version). diff -Nru workplace/pkg/PLIST workplace-1.0.a3/pkg/PLIST --- workplace/pkg/PLIST Fri Mar 27 14:29:37 1998 +++ workplace-1.0.a3/pkg/PLIST Mon Apr 13 10:17:58 1998 @@ -65,7 +65,7 @@ share/doc/workplace/INSTALL share/doc/workplace/README share/doc/workplace/TODO -share/examples/workplace/WPPref.sample -share/examples/workplace/WPSuffix.sample +share/examples/workplace/WPPref +share/examples/workplace/WPSuffix @dirrm share/doc/workplace @dirrm share/examples/workplace >How-To-Repeat: >Fix: Please, check and apply this patch. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message