[28040] trunk/dports/editors/TeXmacs

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 18 19:37:56 PDT 2007


Revision: 28040
          http://trac.macosforge.org/projects/macports/changeset/28040
Author:   gwright at macports.org
Date:     2007-08-18 19:37:55 -0700 (Sat, 18 Aug 2007)

Log Message:
-----------
Change gplghostscript dependency to ghostscript and get rid of
-rpath flag on linking.

Modified Paths:
--------------
    trunk/dports/editors/TeXmacs/Portfile

Added Paths:
-----------
    trunk/dports/editors/TeXmacs/files/patch-Makefile.9

Modified: trunk/dports/editors/TeXmacs/Portfile
===================================================================
--- trunk/dports/editors/TeXmacs/Portfile	2007-08-19 02:31:52 UTC (rev 28039)
+++ trunk/dports/editors/TeXmacs/Portfile	2007-08-19 02:37:55 UTC (rev 28040)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		TeXmacs
 version		1.0.6.10
+revision	1
 distname	${distname}-src
 categories	editors
 maintainers	gwright at macports.org
@@ -46,13 +47,14 @@
 checksums	${name}-${version}-src.tar.gz md5 073a2de1448b24ef215d6d0d39139dc8 \
 		${name}-600dpi-fonts.tar.gz   md5 945dfd3f76b20082aeea8131d87a260f
 
-patchfiles	patch-configure
+patchfiles	patch-configure		\
+		patch-Makefile.9
 
 depends_lib	port:guile16		\
 		port:libiconv		\
 		bin:tex:teTeX		\
 		lib:libX11:XFree86
-depends_run	bin:gs:gplghostscript
+depends_run	bin:gs:ghostscript
 
 extract.only	${name}-${version}-src${extract.suffix}
 

Added: trunk/dports/editors/TeXmacs/files/patch-Makefile.9
===================================================================
--- trunk/dports/editors/TeXmacs/files/patch-Makefile.9	                        (rev 0)
+++ trunk/dports/editors/TeXmacs/files/patch-Makefile.9	2007-08-19 02:37:55 UTC (rev 28040)
@@ -0,0 +1,11 @@
+--- plugins/maple/Makefile.9.sav	2007-08-18 21:26:23.000000000 -0400
++++ plugins/maple/Makefile.9	2007-08-18 21:29:41.000000000 -0400
+@@ -12,7 +12,7 @@
+ #TEXMACS_MAPLE_DIR = $(shell realpath `which maple` | sed -e 's%/bin/maple$$%%')
+ 
+ MAPLECPPFLAGS = -I$(TEXMACS_MAPLE_DIR)/extern/include
+-MAPLELDFLAGS = -L$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -Wl,-rpath,$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -lmaplec
++MAPLELDFLAGS = -L$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -Wl,$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -lmaplec
+ 
+ all: $(TEXMACS_HOME_PATH)/bin/tm_maple_9.sh $(TEXMACS_HOME_PATH)/bin/tm_maple_9
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070818/bda50d0d/attachment.html


More information about the macports-changes mailing list