summaryrefslogtreecommitdiff
path: root/x11-wm/golem/files/patch-Makefile.rules.gnu.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-05 11:40:24 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-05 11:40:24 +0000
commitfc31075d85494a429c83dc15560c42efdfe3245d (patch)
treec57ed201463e2fa5875d2c2ce896968f3d74c56d /x11-wm/golem/files/patch-Makefile.rules.gnu.in
parentmail/mailscanner: drop CLAMAVMODULE support depending on expired mail/p5-Mail... (diff)
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=511180
Diffstat (limited to 'x11-wm/golem/files/patch-Makefile.rules.gnu.in')
-rw-r--r--x11-wm/golem/files/patch-Makefile.rules.gnu.in54
1 files changed, 0 insertions, 54 deletions
diff --git a/x11-wm/golem/files/patch-Makefile.rules.gnu.in b/x11-wm/golem/files/patch-Makefile.rules.gnu.in
deleted file mode 100644
index 0e065c535e6d..000000000000
--- a/x11-wm/golem/files/patch-Makefile.rules.gnu.in
+++ /dev/null
@@ -1,54 +0,0 @@
---- Makefile.rules.gnu.in.orig 2006-03-01 18:59:55 UTC
-+++ Makefile.rules.gnu.in
-@@ -15,7 +15,7 @@ ifdef LIBS
- LINK_LIBS=$(strip $(foreach lib,$(LIBS),-l$(lib)))
- endif
-
--ifndef LIBDIR
-+ifneq ($(origin LIBDIR), file)
- LIBDIR=.
- endif
- ifdef LIB
-@@ -179,17 +179,17 @@ menuconfig:
-
- install-bin: @INSTALL_PLUGINS@
- cd $(GOLEM_HOME)
-- @INSTALL@ -d $(bindir)
-- @INSTALL@ build-bin/golem $(bindir)
-- @INSTALL@ build-bin/golem.install $(bindir)
-+ @INSTALL@ -d $(DESTDIR)$(bindir)
-+ @INSTALL@ build-bin/golem $(DESTDIR)$(bindir)
-+ @INSTALL@ build-bin/golem.install $(DESTDIR)$(bindir)
-
- install-plugins: all
-- @INSTALL@ -d $(libdir)/golem/plugins
-+ @INSTALL@ -d $(DESTDIR)$(libdir)/golem/plugins
- files=`( cd $(GOLEM_HOME)/src ; perl ./listmods.pl $(GOLEM_HOME) dynamic )` ; \
- for i in $$files ; do \
- cd $(GOLEM_HOME); \
- if [ -f build-plugin/$$i.so ] ; then \
-- @INSTALL@ build-plugin/$$i.so $(libdir)/golem/plugins/ ; \
-+ @INSTALL@ build-plugin/$$i.so $(DESTDIR)$(libdir)/golem/plugins/ ; \
- fi ; \
- done
-
-@@ -197,15 +197,15 @@ install-data:
- cd $(GOLEM_HOME); \
- cd sample.golem ; \
- for i in `find . -type d | grep -v CVS` ; do \
-- @INSTALL@ -d $(datadir)/golem/$$i ; \
-+ @INSTALL@ -d $(DESTDIR)$(datadir)/golem/$$i ; \
- done ; \
- for i in `find . -type f | grep -v CVS` ; do \
-- @INSTALL@ -m 444 $$i $(datadir)/golem/$$i ; \
-+ @INSTALL@ -m 444 $$i $(DESTDIR)$(datadir)/golem/$$i ; \
- done
-
- install-man:
-- @INSTALL@ -d $(mandir)/man1
-- @INSTALL@ -m 444 doc/golem.1.gz $(mandir)/man1/
-+ @INSTALL@ -d $(DESTDIR)$(mandir)/man1
-+ @INSTALL@ -m 444 doc/golem.1.gz $(DESTDIR)$(mandir)/man1/
-
- ifeq ($(shell echo $$PWD),$(GOLEM_HOME))
- install: all install-bin install-data install-man