diff options
Diffstat (limited to 'lang/gnustep-objc/files')
-rw-r--r-- | lang/gnustep-objc/files/GNUstep.sh | 31 | ||||
-rw-r--r-- | lang/gnustep-objc/files/gdomap_if | 1 | ||||
-rw-r--r-- | lang/gnustep-objc/files/patch-aa | 11 | ||||
-rw-r--r-- | lang/gnustep-objc/files/patch-ab | 11 |
4 files changed, 0 insertions, 54 deletions
diff --git a/lang/gnustep-objc/files/GNUstep.sh b/lang/gnustep-objc/files/GNUstep.sh deleted file mode 100644 index 0c53c376a68e..000000000000 --- a/lang/gnustep-objc/files/GNUstep.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -IFFILE=${PREFIX}/etc/gdomap_if -PIDFILE=/var/run/gdomap.pid -GNUSTEP_SYSTEM_ROOT=${PREFIX}/GNUstep/System - -case "$1" in -start) - if [ -e ${GNUSTEP_SYSTEM_ROOT}/Makefiles/GNUstep.sh ]; then - . ${GNUSTEP_SYSTEM_ROOT}/Makefiles/GNUstep.sh - if [ -x ${GNUSTEP_SYSTEM_ROOT}/Tools/gdomap ]; then - rm -f ${PIDFILE} - ${GNUSTEP_SYSTEM_ROOT}/Tools/gdomap -a ${IFFILE} -I ${PIDFILE} - echo -n ' GNUstep' - fi - fi - ;; -stop) - [ -r ${PIDFILE} ] && kill $(cat ${PIDFILE}) && echo -n ' GNUstep' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/lang/gnustep-objc/files/gdomap_if b/lang/gnustep-objc/files/gdomap_if deleted file mode 100644 index dcb650b9b376..000000000000 --- a/lang/gnustep-objc/files/gdomap_if +++ /dev/null @@ -1 +0,0 @@ -127.0.0.1 255.255.255.0 diff --git a/lang/gnustep-objc/files/patch-aa b/lang/gnustep-objc/files/patch-aa deleted file mode 100644 index a9df450b0777..000000000000 --- a/lang/gnustep-objc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/Source/GNUmakefile.preamble.orig Sun Oct 15 21:47:59 2000 -+++ gui/Source/GNUmakefile.preamble Sun Oct 15 21:48:16 2000 -@@ -63,7 +63,7 @@ - ADDITIONAL_CFLAGS = - - # Additional include directories the compiler should search --ADDITIONAL_INCLUDE_DIRS = -I../Headers -+ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include - - # Additional LDFLAGS to pass to the linker - ADDITIONAL_LDFLAGS = diff --git a/lang/gnustep-objc/files/patch-ab b/lang/gnustep-objc/files/patch-ab deleted file mode 100644 index 49015f9c1d9f..000000000000 --- a/lang/gnustep-objc/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xgps/Source/GNUmakefile.preamble.orig Sun Oct 15 22:12:02 2000 -+++ xgps/Source/GNUmakefile.preamble Sun Oct 15 22:12:26 2000 -@@ -55,7 +55,7 @@ - ADDITIONAL_CFLAGS = - - # Additional include directories the compiler should search --ADDITIONAL_INCLUDE_DIRS = -I../Headers \ -+ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include \ - -I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \ - -I./SharedX - |