summaryrefslogtreecommitdiff
path: root/sysutils/rox/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-04-21 11:28:16 +0000
committerrh <rh@pkgsrc.org>2002-04-21 11:28:16 +0000
commit9d24939928a288d252bc0b6a9f1724d4a197af2b (patch)
treee8ffde04907df8877d1db2ddb74ce524ad9877d5 /sysutils/rox/patches
parentb9940fb8ec2d56f1e33c7b5ecb14110af31d374d (diff)
downloadpkgsrc-9d24939928a288d252bc0b6a9f1724d4a197af2b.tar.gz
Initial import of rox-1.2.0, a RISC/OS-like filer for X, provided in PR
pkg/16316 by Rui-Xiang Guo <rxg@netbsd.org>, thanks!
Diffstat (limited to 'sysutils/rox/patches')
-rw-r--r--sysutils/rox/patches/patch-aa23
-rw-r--r--sysutils/rox/patches/patch-ab14
-rw-r--r--sysutils/rox/patches/patch-ac13
3 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/rox/patches/patch-aa b/sysutils/rox/patches/patch-aa
new file mode 100644
index 00000000000..7b160762b17
--- /dev/null
+++ b/sysutils/rox/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/04/21 11:28:17 rh Exp $
+
+--- configure.orig Thu Apr 11 18:37:41 2002
++++ configure
+@@ -534,18 +534,6 @@
+ # Check whether --with-platform or --without-platform was given.
+ if test "${with_platform+set}" = set; then
+ withval="$with_platform"
+-
+-else
+-
+-{ echo "configure: error:
+-
+-Please do not run 'configure' manually - instead, run the AppRun script with
+-the --compile option, like this:
+- $ ROX-Filer/AppRun --compile
+-
+-Thank you.
+-" 1>&2; exit 1; }
+-
+ fi
+
+
diff --git a/sysutils/rox/patches/patch-ab b/sysutils/rox/patches/patch-ab
new file mode 100644
index 00000000000..a2a077cae63
--- /dev/null
+++ b/sysutils/rox/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/04/21 11:28:17 rh Exp $
+
+--- Makefile.in.orig Thu Apr 11 18:53:01 2002
++++ Makefile.in
+@@ -36,6 +36,9 @@
+
+ ############ Things to keep the same
+
++all: ${OBJECTS}
++ ${CC} -o ${PROG} ${OBJECTS} ${LDFLAGS}
++
+ ${EXEC}: ${PLATFORM_DIR} ${OBJECTS}
+ ${CC} -o ${EXEC} ${OBJECTS} ${LDFLAGS}
+
diff --git a/sysutils/rox/patches/patch-ac b/sysutils/rox/patches/patch-ac
new file mode 100644
index 00000000000..e4e08be6fe7
--- /dev/null
+++ b/sysutils/rox/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/04/21 11:28:17 rh Exp $
+
+--- ../AppRun.orig Thu Apr 11 21:58:15 2002
++++ ../AppRun
+@@ -39,7 +39,7 @@
+ exit 1
+ esac
+
+-BIN="$APP_DIR/$PLATFORM/$PROG"
++BIN="$APP_DIR/$PROG"
+
+ if [ -x "$BIN" ]; then
+ exec $DEBUGGER "$BIN" "$@"