diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:25:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:25:12 +0000 |
commit | 1b79d7d08ad1578f66468b31791d944b4982ed66 (patch) | |
tree | a266e7666a9756dff08481ea4aab349e60c17264 /emulators/p-interp/files/patch-aa | |
parent | - update to 1.11 (diff) |
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained
Reported by: FreeBSD unmaintained ports which are currently marked broken
monthly reminder
Diffstat (limited to 'emulators/p-interp/files/patch-aa')
-rw-r--r-- | emulators/p-interp/files/patch-aa | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/emulators/p-interp/files/patch-aa b/emulators/p-interp/files/patch-aa deleted file mode 100644 index 3c7c9a28935a..000000000000 --- a/emulators/p-interp/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig Sun Jun 10 13:40:04 2001 -+++ Makefile Tue Aug 21 07:07:13 2001 -@@ -61,13 +61,13 @@ - # - # - --PREFIX=/usr/local -+#PREFIX=/usr/local - - SRCS=interpreter.c Memory.c Stack.c Sets.c Array.c native6502.c Longint.c \ - UnitIo.c Term.c Diskio.c Printer.c Search.c turtlegr.c ptrace.c - OBJS=$(SRCS:%.c=%.o) - --X11=/opt/X11 -+X11=${LOCALBASE} - - X11_INCLUDE=$(X11)/include - X11_LIB=$(X11)/lib -@@ -105,10 +105,10 @@ - $(CC) -o $@ -g xturtleserver.c -I$(X11_INCLUDE) -L$(X11_LIB) -R$(X11_LIB) -lXt -lX11 -lm - - ucsd: $(OBJS) -- $(CC) -o $@ $(OBJS) -lncurses_g -lm -+ $(CC) -o $@ $(OBJS) -lncurses -lm - - svolio: svolio.o Diskio.o Memory.o -- $(CC) -o $@ $+ -lcurses -+ $(CC) -o $@ $> -lcurses - - depend: - $(MAKEDEPEND) -DMAKEDEPEND $(INCLUDES) $(DEFINES) $(SRCS) svolio.c svolcvt.c xturtleserver.c |