summaryrefslogtreecommitdiff
path: root/cad/tclspice/files/patch-src_Makefile.am
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-04-18 22:25:41 +0000
committerRene Ladan <rene@FreeBSD.org>2011-04-18 22:25:41 +0000
commit48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79 (patch)
tree5509f9ae2d797f02944d429c11a7b43a3c3d2cf3 /cad/tclspice/files/patch-src_Makefile.am
parentRepair pkg-plist to remove directories created by NLS option. (diff)
Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
Notes
Notes: svn path=/head/; revision=272897
Diffstat (limited to 'cad/tclspice/files/patch-src_Makefile.am')
-rw-r--r--cad/tclspice/files/patch-src_Makefile.am49
1 files changed, 0 insertions, 49 deletions
diff --git a/cad/tclspice/files/patch-src_Makefile.am b/cad/tclspice/files/patch-src_Makefile.am
deleted file mode 100644
index 1c94ec5415b3..000000000000
--- a/cad/tclspice/files/patch-src_Makefile.am
+++ /dev/null
@@ -1,49 +0,0 @@
---- src/Makefile.am.orig Fri Jul 23 20:22:10 2004
-+++ src/Makefile.am Sat Jun 24 03:43:15 2006
-@@ -181,12 +181,12 @@
-
- pkgIndex.tcl: pkgIndex.tcl.in
- rm -f $@
-- sed -e 's;%LIB_DIR%;$(TCL_PKG_PATH);g' $< | \
-+ sed -e 's;%LIB_DIR%;$(libdir);g' $< | \
- sed -e 's;%VERSION%;$(TCLSPICE_VERSION);g' > $@
-
- spicepp.pl: spicepp.pl.in
- rm -f $@
-- sed -e 's;%LIB_DIR%;$(TCL_PKG_PATH);g' $< | \
-+ sed -e 's;%LIB_DIR%;$(libdir);g' $< | \
- sed -e 's;%VERSION%;$(TCLSPICE_VERSION);g' > $@
-
- install-tcl: install-tcl-recursive install-tclspice install-data-am
-@@ -199,17 +199,17 @@
- done;
-
- install-tclspice: $(TCL_FILES)
-- $(mkinstalldirs) $(DESTDIR)$(TCL_PKG_PATH)
-- $(INSTALL_DATA) libspice.so $(DESTDIR)$(TCL_PKG_PATH)
-- $(mkinstalldirs) $(DESTDIR)$(TCL_PKG_PATH)/spice
-- $(INSTALL_PROGRAM) spicepp.pl $(DESTDIR)$(TCL_PKG_PATH)/spice
-- $(INSTALL_PROGRAM) measure_spice.pl $(DESTDIR)$(TCL_PKG_PATH)/spice
-+ $(mkinstalldirs) $(DESTDIR)$(libdir)
-+ $(INSTALL_DATA) libspice.so $(DESTDIR)$(libdir)
-+ $(mkinstalldirs) $(DESTDIR)$(libdir)/tclspice
-+ $(INSTALL_SCRIPT) spicepp.pl $(DESTDIR)$(libdir)/tclspice
-+ $(INSTALL_SCRIPT) measure_spice.pl $(DESTDIR)$(libdir)/tclspice
- @for f in $(TCL_SOURCE) ; do \
-- echo $(INSTALL_DATA) $$f $(DESTDIR)$(TCL_PKG_PATH)/spice; \
-- $(INSTALL_DATA) $$f $(DESTDIR)$(TCL_PKG_PATH)/spice; \
-+ echo $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/tclspice; \
-+ $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/tclspice; \
- done
- $(mkinstalldirs) $(DESTDIR)$(bindir)
-- $(INSTALL_PROGRAM) spicewish $(DESTDIR)$(bindir)
-+ $(INSTALL_SCRIPT) spicewish $(DESTDIR)$(bindir)
-
- tclspice.o: tclspice.c
- $(COMPILE) -c -fpic tclspice.c -DTCLSPICE_version="\"$(TCLSPICE_VERSION)\""
-@@ -229,4 +229,4 @@
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) all) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done;
-- make $(TCL_FILES)
-+ gmake $(TCL_FILES)