diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-02-03 11:37:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-02-03 11:37:02 +0000 |
commit | f8340f24c147c12e0b900c35fbc10ed50a7f8bd8 (patch) | |
tree | 546be141f95ad52c87b192728b54914702325816 /misc/libmcal/files/patch-ab | |
parent | science/py-pupynere: Modernise: Enable STAGE, AUTOPLIST and more (diff) |
Remove expired ports:
2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer
2013-12-31 misc/libmcal: No more used and development discontinued
2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4
2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr
2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal
2014-02-01 deskutils/mcal: Depends on expired misc/libmcal
2014-02-01 sysutils/relpath: unfetchable distfiles
2014-02-01 sysutils/decomment: unfetchable distfiles
2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
Notes
Notes:
svn path=/head/; revision=342429
Diffstat (limited to 'misc/libmcal/files/patch-ab')
-rw-r--r-- | misc/libmcal/files/patch-ab | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/libmcal/files/patch-ab b/misc/libmcal/files/patch-ab deleted file mode 100644 index 6ec8c58dfab8..000000000000 --- a/misc/libmcal/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- icap/Makefile.orig Sat Feb 5 06:50:57 2000 -+++ icap/Makefile Tue Oct 16 22:54:11 2001 -@@ -1,10 +1,9 @@ - #$Id: Makefile.FreeBSD,v 1.1 2000/02/05 05:50:57 mayo Exp $ - --CC=gcc --FLEX=flex -+FLEX=/usr/bin/flex - INCLUDE=-I.. --CFLAGS=-O0 -Wall -g $(INCLUDE) --ALLOBJS=icap.o icaproutines.o lex.ical_yy.o lex.icap_yy.o -+CFLAGS+=-Wall $(INCLUDE) -fPIC -+ALLOBJS=icap.o icaproutines.o lex.icap_yy.o - TARGET=icap_driver.o - - all: $(TARGET) -@@ -14,14 +13,11 @@ - ld -r -o $(TARGET) $(ALLOBJS) - touch bootstrap.in - --lex.ical_yy.c: icalscanner.lex -- $(FLEX) icalscanner.lex -- - lex.icap_yy.c: icapscanner.lex - $(FLEX) icapscanner.lex - - clean: -- rm -f $(ALLOBJS) $(TARGET) lex.ical_yy.c lex.icap_yy.c bootstrap.in -+ rm -f $(ALLOBJS) $(TARGET) lex.icap_yy.c bootstrap.in - - dep: depend - |