summaryrefslogtreecommitdiffstats
path: root/sysutils/wmmount/files
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-07-11 08:59:38 +0000
committerkevlo <kevlo@FreeBSD.org>2000-07-11 08:59:38 +0000
commit1d613bf1389ae574bfe11d4966e09675f1c59fbd (patch)
tree624348b4c7a59ec120b1447773579d8b409e745f /sysutils/wmmount/files
parent61e8f533edc3b57b1ff6a621ab6f519f86f1f521 (diff)
downloadFreeBSD-ports-1d613bf1389ae574bfe11d4966e09675f1c59fbd.zip
FreeBSD-ports-1d613bf1389ae574bfe11d4966e09675f1c59fbd.tar.gz
Update to 1.0b2
PR: 19826 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'sysutils/wmmount/files')
-rw-r--r--sysutils/wmmount/files/patch-aa55
-rw-r--r--sysutils/wmmount/files/patch-ab35
-rw-r--r--sysutils/wmmount/files/patch-ac13
3 files changed, 92 insertions, 11 deletions
diff --git a/sysutils/wmmount/files/patch-aa b/sysutils/wmmount/files/patch-aa
index b0a1ffb..8020779 100644
--- a/sysutils/wmmount/files/patch-aa
+++ b/sysutils/wmmount/files/patch-aa
@@ -1,11 +1,44 @@
---- system.wmmount.eg.orig Sun Sep 6 00:11:18 1998
-+++ system.wmmount.eg Wed May 5 11:29:11 1999
-@@ -74,7 +74,7 @@
- # Details of at least one mointpoint must be specified.
- # References to invalid iconnumbers will cause crashes.
-
--mountname Linux
-+mountname FreeBSD
- mountpoint /
- iconnumber 3
- usagedisplay Free
+--- config/system.wmmount.eg.orig Fri Jun 18 04:41:41 1999
++++ config/system.wmmount.eg Tue Jun 27 22:33:35 2000
+@@ -8,7 +8,7 @@
+ # See the README file for a more complete notice.
+
+ # This configuration file to be saved as
+-# /usr/X11R6/lib/X11/wmmount/system.wmmount or as ~/.wmmount.
++# %%PREFIX%%/lib/X11/wmmount/system.wmmount or as ~/.wmmount.
+
+ # Commands must appear (without a '#') at the beginning of the line.
+
+@@ -25,7 +25,7 @@
+ # Tell wmmount what to do when you double-click on the information box.
+ # This entry may be ommitted.
+
+-#opencmd=/usr/X11R6/bin/nxterm -T '%n - %m' -e mc %m
++#opencmd=%%PREFIX%%/bin/nxterm -T '%n - %m' -e mc %m
+ #opencmd=kfmclient exec %m
+
+ # Choose fonts for the information box.
+@@ -39,10 +39,10 @@
+ # Ensure all icons exist and are accessible.
+ # At least one icon must be specified.
+
+-icon /usr/X11R6/lib/X11/wmmount/cdrom.xpm
+-icon /usr/X11R6/lib/X11/wmmount/floppy.xpm
+-icon /usr/X11R6/lib/X11/wmmount/zip.xpm
+-icon /usr/X11R6/lib/X11/wmmount/harddisk.xpm
++icon %%PREFIX%%/lib/X11/wmmount/cdrom.xpm
++icon %%PREFIX%%/lib/X11/wmmount/floppy.xpm
++icon %%PREFIX%%/lib/X11/wmmount/zip.xpm
++icon %%PREFIX%%/lib/X11/wmmount/harddisk.xpm
+
+ # Give details of all mountpoints.
+
+@@ -62,7 +62,7 @@
+ # overridden for particular mountpoints.
+
+ mountpoint /
+-name=Linux
++name=FreeBSD
+ iconnumber=3
+ usagedisplay=1
+
diff --git a/sysutils/wmmount/files/patch-ab b/sysutils/wmmount/files/patch-ab
new file mode 100644
index 0000000..ada3e84
--- /dev/null
+++ b/sysutils/wmmount/files/patch-ab
@@ -0,0 +1,35 @@
+--- config/system.wmmount.sh.orig Fri Jun 18 04:41:41 1999
++++ config/system.wmmount.sh Tue Jun 27 22:34:30 2000
+@@ -24,7 +24,7 @@
+ # See the README file for a more complete notice.
+
+ # This configuration file to be saved as
+-# /usr/X11R6/lib/X11/wmmount/system.wmmount or as ~/.wmmount.
++# %%PREFIX%%/lib/X11/wmmount/system.wmmount or as ~/.wmmount.
+
+ # Commands must appear (without a '#') at the beginning of the line.
+
+@@ -41,7 +41,7 @@
+ # Tell wmmount what to do when you double-click on the information box.
+ # This entry may be ommitted.
+
+-#opencmd=/usr/X11R6/bin/nxterm -T '%n - %m' -e mc %m
++#opencmd=%%PREFIX%%/bin/nxterm -T '%n - %m' -e mc %m
+ #opencmd=kfmclient exec %m
+
+ # Choose fonts for the information box.
+@@ -55,10 +55,10 @@
+ # Ensure all icons exist and are accessible.
+ # At least one icon must be specified.
+
+-icon /usr/X11R6/lib/X11/wmmount/cdrom.xpm
+-icon /usr/X11R6/lib/X11/wmmount/floppy.xpm
+-icon /usr/X11R6/lib/X11/wmmount/zip.xpm
+-icon /usr/X11R6/lib/X11/wmmount/harddisk.xpm
++icon %%PREFIX%%/lib/X11/wmmount/cdrom.xpm
++icon %%PREFIX%%/lib/X11/wmmount/floppy.xpm
++icon %%PREFIX%%/lib/X11/wmmount/zip.xpm
++icon %%PREFIX%%/lib/X11/wmmount/harddisk.xpm
+
+ # Give details of all mountpoints.
+
diff --git a/sysutils/wmmount/files/patch-ac b/sysutils/wmmount/files/patch-ac
new file mode 100644
index 0000000..892b127
--- /dev/null
+++ b/sysutils/wmmount/files/patch-ac
@@ -0,0 +1,13 @@
+--- Imakefile.orig Fri Jun 18 04:41:41 1999
++++ Imakefile Tue Jun 27 22:55:53 2000
+@@ -1,7 +1,9 @@
+ DEPLIBS = $(DEPXLIB)
+ XPMLIB = -lXpm
+
+-LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
++LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -lgnugetopt -L${LOCALBASE}/lib
++
++EXTRA_INCLUDES = -I${LOCALBASE}/include
+
+ SRCS = dockapp.c wmmount.c
+ OBJS = dockapp.o wmmount.o
OpenPOWER on IntegriCloud