summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-06 06:27:26 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-06 06:27:26 +0000
commite622242e78679fd9ecbe84feba98bf9b7ca0c036 (patch)
tree0235a7d066eb6e5c3980816ea84fa8b2833c8e47 /x11-fm
parentFix WANT related breakage by using a more conventional method of echoing... (diff)
Add patch set for GTK+ 1.2.x (mailed to hideki70@osk2.3web.ne.jp--
user unknown and hideki70@osk2.threewebnet.or.jp--host unknown). Support NOPORTDOCS. Make a small nod to Jeremy Lea's new USE_GTK and USE_GLIB. Mention buggy preferences dialog.
Notes
Notes: svn path=/head/; revision=33449
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/workplace/Makefile13
-rw-r--r--x11-fm/workplace/distinfo1
-rw-r--r--x11-fm/workplace/pkg-descr14
3 files changed, 20 insertions, 8 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile
index dc78848c4053..eabdbdb37a9a 100644
--- a/x11-fm/workplace/Makefile
+++ b/x11-fm/workplace/Makefile
@@ -7,16 +7,17 @@
PORTNAME= workplace
PORTVERSION= 1.0.a3
+PORTEPOCH= 1
CATEGORIES= x11-fm
-MASTER_SITES= http://people.freebsd.org/~trevor/ports/distfiles/
+MASTER_SITES= http://people.freebsd.org/~trevor/ports/
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= workplace-1.0.a3+tj1.diff.gz
MAINTAINER= trevor@FreeBSD.org
-BROKEN= "patches are not yet correct"
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
GNU_CONFIGURE= yes
+USE_GLIB= yes
+USE_GTK= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \
-I${X11BASE}/include/gtk12" \
@@ -30,9 +31,11 @@ do-install:
@ ${MKDIR} ${PREFIX}/include/X11/pixmaps
@ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps
@ ${MKDIR} ${PREFIX}/share/doc/workplace
+.if !defined(NOPORTDOCS)
.for file in AUTHORS INSTALL README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace
.endfor
+.endif
@ ${MKDIR} ${PREFIX}/share/examples/workplace
@ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace
diff --git a/x11-fm/workplace/distinfo b/x11-fm/workplace/distinfo
index 99dfad338384..367c8ce11d55 100644
--- a/x11-fm/workplace/distinfo
+++ b/x11-fm/workplace/distinfo
@@ -1 +1,2 @@
MD5 (workplace-1.0.a3.tar.gz) = b224042f0042d8b0505dc9e702f00244
+MD5 (workplace-1.0.a3+tj1.diff.gz) = 8494e7f8d75c6a68d72a7643c5fd1468
diff --git a/x11-fm/workplace/pkg-descr b/x11-fm/workplace/pkg-descr
index 2ed05a676d82..1633a0296e9e 100644
--- a/x11-fm/workplace/pkg-descr
+++ b/x11-fm/workplace/pkg-descr
@@ -1,3 +1,11 @@
- WorkPlace is a file manager and launcher, which
-can copy files between another WorkPlace by DND (not
-supported in this version).
+WorkPlace is a file manager and launcher which can copy files between another
+instance of itself by drag-and-drop (not supported in this version) or change
+permissions with one click.
+
+If you try to set preferences, the program is likely to crash, either on exit
+or immediately, possibly destroying your preference files. I recommend
+manually editing the WPPref and WPSuffix examples, then placing them in your
+~/.workplace/.
+
+Trevor Johnson
+trevor@FreeBSD.org