summaryrefslogtreecommitdiff
path: root/japanese/okphone/files/patch-ac
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-08 05:25:12 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-08 05:25:12 +0000
commit1b79d7d08ad1578f66468b31791d944b4982ed66 (patch)
treea266e7666a9756dff08481ea4aab349e60c17264 /japanese/okphone/files/patch-ac
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
Notes
Notes: svn path=/head/; revision=260752
Diffstat (limited to 'japanese/okphone/files/patch-ac')
-rw-r--r--japanese/okphone/files/patch-ac29
1 files changed, 0 insertions, 29 deletions
diff --git a/japanese/okphone/files/patch-ac b/japanese/okphone/files/patch-ac
deleted file mode 100644
index 6f922dfb3a41..000000000000
--- a/japanese/okphone/files/patch-ac
+++ /dev/null
@@ -1,29 +0,0 @@
---- ./master/Makefile.org Wed Feb 7 18:45:36 1996
-+++ ./master/Makefile Wed Feb 7 18:45:36 1996
-@@ -29,7 +29,7 @@
- #CFLAGS = -O -DSERVICES -DDPATH=\"$(CONVD)\" -DFORK
- #CFLAGS = -O -DINETD -DDPATH=\"$(CONVD)\"
- #CFLAGS = -O -DINETD -DDPATH=\"$(CONVD)\" -DSERVICES
--CFLAGS = $(OFLAG) $(INETD) -DFORK -DSERVICES -DDPATH=\"/usr/local/etc/convd\"
-+CFLAGS += $(OFLAGS) $(INETD) -DFORK -DSERVICES -DDPATH=\"${PREFIX}/libexec/convd\"
-
- LPR = lpr -Psony
- CC = cc
-@@ -44,7 +44,7 @@
- reinvite.o strsave.o utmp.o
-
- DEST = phoned
--RDEST = /usr/local/etc/in.phoned
-+RDEST = ${PREFIX}/libexec/phoned
- #RDEST = /etc/phoned
-
-
-@@ -61,7 +61,7 @@
-
- install: ${DEST}
- /bin/rm -f ${RDEST}
-- cp ${DEST} ${RDEST}
-+ install -cs -m 755 -o bin -g bin ${DEST} ${RDEST}
-
- clean:
- /bin/rm -f ${DEST} core *.o