diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-05-04 10:51:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-05-04 10:51:02 +0000 |
commit | 32e92194b7278e4656bb4581bbdec8b4cfec766b (patch) | |
tree | dc2a77fb28bb97e39d913fa8c2e661b6e3af9bd3 /net/asterisk-oh323/files/patch-wrapper::Makefile | |
parent | Remove expired port: (diff) |
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
Notes
Notes:
svn path=/head/; revision=352941
Diffstat (limited to '')
-rw-r--r-- | net/asterisk-oh323/files/patch-wrapper::Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/net/asterisk-oh323/files/patch-wrapper::Makefile b/net/asterisk-oh323/files/patch-wrapper::Makefile deleted file mode 100644 index aa053eb28a87..000000000000 --- a/net/asterisk-oh323/files/patch-wrapper::Makefile +++ /dev/null @@ -1,57 +0,0 @@ ---- wrapper/Makefile.orig Thu Mar 20 16:49:39 2008 -+++ wrapper/Makefile Fri Mar 21 11:56:29 2008 -@@ -33,7 +33,7 @@ - .PHONY: .pwlib_version .openh323_version - - OPENH323USERFLAGS = --STDCCFLAGS := -+STDCCFLAGS := -fPIC - - ifdef NOVIDEO - OPENH323USERFLAGS += NOVIDEO=1 -@@ -62,7 +62,7 @@ - ifdef OH323_SUPPRESS_H235 - STDCCFLAGS += -DOH323_SUPPRESS_H235 - endif --OPENH323FLAGS = $(shell make $(OPENH323USERFLAGS) -f openh323flags.mak \ -+OPENH323FLAGS := $(shell $(MAKE) $(OPENH323USERFLAGS) -f openh323flags.mak \ - --no-print-directory -s \ - PWLIBDIR=$(PWLIBDIR) OPENH323DIR=$(OPENH323DIR) oh323ccflags) - CPPFLAGS += $(OPENH323FLAGS) -@@ -100,25 +100,29 @@ - @if [ "$(OPENH323_VERSION)" = "UNKNOWN" ]; then \ - echo "*** Cannot determine the version of OPENH323!"; exit 1; \ - fi -+ifneq ($(OH323NOWRAP),1) - ifeq ($(OH323STAT),1) - $(AR) rc liboh323wrap_s.a $(WRAPOBJECTS) - else -- $(CC) -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so $(WRAPOBJECTS) -+ $(CC) -shared -Wl,-soname,liboh323wrap.so.1 -o liboh323wrap.so.1 $(WRAPOBJECTS) -+ ln -sfh liboh323wrap.so.1 liboh323wrap.so -+endif - endif - - strip: - - install: -+ifneq ($(OH323NOWRAP),1) - if [ ! -d $(DESTDIR)$(OH323WRAPLIBDIR) ]; then \ -- $(INSTALL) -d $(DESTDIR)$(OH323WRAPLIBDIR); \ -+ $(MKDIR) $(DESTDIR)$(OH323WRAPLIBDIR); \ - fi - ifeq ($(OH323STAT),1) -- $(INSTALL) -m 0644 liboh323wrap_s.a $(DESTDIR)$(OH323WRAPLIBDIR) -+ $(BSD_INSTALL_PROGRAM) liboh323wrap_s.a $(DESTDIR)$(OH323WRAPLIBDIR) - else -- $(INSTALL) liboh323wrap.so $(DESTDIR)$(OH323WRAPLIBDIR) -- cd $(DESTDIR)$(OH323WRAPLIBDIR); rm -f ./liboh323wrap.so.1; rm -f ./liboh323wrap.so.1.1 -- cd $(DESTDIR)$(OH323WRAPLIBDIR); ln -s liboh323wrap.so liboh323wrap.so.1 -- cd $(DESTDIR)$(OH323WRAPLIBDIR); ln -s liboh323wrap.so liboh323wrap.so.1.1 -+ $(BSD_INSTALL_PROGRAM) liboh323wrap.so.1 $(DESTDIR)$(OH323WRAPLIBDIR) -+ cd $(DESTDIR)$(OH323WRAPLIBDIR); rm -f ./liboh323wrap.so -+ cd $(DESTDIR)$(OH323WRAPLIBDIR); ln -s liboh323wrap.so.1 liboh323wrap.so -+endif - endif - - clean: |