Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 1998 11:48:32 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6285: Update port: x11/workplace
Message-ID:  <199804130748.LAA14885@icc.surw.chel.su>

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

>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 <bsd.port.mk>
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



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