From 9d24939928a288d252bc0b6a9f1724d4a197af2b Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 21 Apr 2002 11:28:16 +0000 Subject: Initial import of rox-1.2.0, a RISC/OS-like filer for X, provided in PR pkg/16316 by Rui-Xiang Guo , thanks! --- sysutils/rox/patches/patch-aa | 23 +++++++++++++++++++++++ sysutils/rox/patches/patch-ab | 14 ++++++++++++++ sysutils/rox/patches/patch-ac | 13 +++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 sysutils/rox/patches/patch-aa create mode 100644 sysutils/rox/patches/patch-ab create mode 100644 sysutils/rox/patches/patch-ac (limited to 'sysutils/rox/patches') 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" "$@" -- cgit v1.2.3