[82087] trunk/dports/devel/allegro/files/patch-makefile.osx.diff

jmr at macports.org jmr at macports.org
Sun Aug 7 10:21:46 PDT 2011


Revision: 82087
          http://trac.macports.org/changeset/82087
Author:   jmr at macports.org
Date:     2011-08-07 10:21:43 -0700 (Sun, 07 Aug 2011)
Log Message:
-----------
allegro: delete unused patch

Removed Paths:
-------------
    trunk/dports/devel/allegro/files/patch-makefile.osx.diff

Deleted: trunk/dports/devel/allegro/files/patch-makefile.osx.diff
===================================================================
--- trunk/dports/devel/allegro/files/patch-makefile.osx.diff	2011-08-07 16:38:28 UTC (rev 82086)
+++ trunk/dports/devel/allegro/files/patch-makefile.osx.diff	2011-08-07 17:21:43 UTC (rev 82087)
@@ -1,46 +0,0 @@
---- makefile.osx.orig	2009-11-02 13:25:15.000000000 +0100
-+++ makefile.osx	2009-11-02 13:27:45.000000000 +0100
-@@ -47,7 +47,7 @@
- TEMPLATE_NAME = Allegro\ Application
- TEMPLATE = $(TEMPLATE_DIR)/$(TEMPLATE_NAME)
- 
--MAN_DIR = /usr/local/man
-+MAN_DIR = $(DESTDIR)$(PREFIX)/share/man
- 
- 
- ifdef STATICLINK
-@@ -63,7 +63,7 @@
- 
- DYLINK_FLAGS = -compatibility_version $(compatibility_version) -current_version $(shared_version)
- 
--INSTALL_NAME = -install_name lib$(VERSION)-$(shared_major_minor).dylib
-+INSTALL_NAME = -install_name $(PREFIX)/lib$(VERSION)-$(shared_major_minor).dylib
- INSTALL_NAME_EMBED = -install_name "`echo "@executable_path/../Frameworks/$(FRAMEWORK_NAME).framework/Versions/$(shared_version)/$(FRAMEWORK_NAME)" | sed 's!//*!/!g'`"
- 
- ifdef EMBED
-@@ -174,7 +174,7 @@
- # -------- rules for installing and removing the library files --------
- 
- DESTDIR =
--INSTALLDIR = $(DESTDIR)/usr/local
-+INSTALLDIR = $(DESTDIR)$(PREFIX)
- BINDIR = bin
- LIBDIR = lib
- INCDIR = include
-@@ -208,11 +208,11 @@
- else
- 	@sed -e "s/@LINK_WITH_STATIC_LIBS@/no/" misc/allegro-config.in >temp
- endif
--	@sed -e "s#@prefix@#$(INSTALLDIR)#" temp > temp2
--	@sed -e "s#@INCLUDE_PREFIX@#$(INSTALLDIR)#" temp2 > temp
--	@sed -e "s#@includedir@#$(INSTALLDIR)/include#" temp > temp2
--	@sed -e "s#@libdir@#$(INSTALLDIR)/lib#" temp2 > temp
--	@sed -e "s#@bindir@#$(INSTALLDIR)/bin#" temp > temp2
-+	@sed -e "s#@prefix@#$(PREFIX)#" temp > temp2
-+	@sed -e "s#@INCLUDE_PREFIX@#$(PREFIX)#" temp2 > temp
-+	@sed -e "s#@includedir@#$(PREFIX)/include#" temp > temp2
-+	@sed -e "s#@libdir@#$(PREFIX)/lib#" temp2 > temp
-+	@sed -e "s#@bindir@#$(PREFIX)/bin#" temp > temp2
- 	@sed -e "s/@LIB_TO_LINK@/$(VERSION)/" temp2 > temp
- 	@sed -e "s/@LDFLAGS@//" temp > temp2
- 	@sed -e "s/@LIBS@/$(STATIC_LIBRARIES)/" temp2 > temp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110807/71c953b4/attachment.html>


More information about the macports-changes mailing list