[21091] trunk/dports/aqua/emacs-app/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Dec 31 12:06:50 PST 2006


Revision: 21091
          http://trac.macosforge.org/projects/macports/changeset/21091
Author:   css at macports.org
Date:     2006-12-31 12:06:49 -0800 (Sun, 31 Dec 2006)

Log Message:
-----------
Bump version and checksums for emacs-app rc1, also fixed dependencies by removing unused image libraries and adding several build dependencies. The pre-configure phase forcibly disables freetype to preserve using Cocoa font handling. (#11191)

Modified Paths:
--------------
    trunk/dports/aqua/emacs-app/Portfile

Modified: trunk/dports/aqua/emacs-app/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app/Portfile	2006-12-31 19:54:22 UTC (rev 21090)
+++ trunk/dports/aqua/emacs-app/Portfile	2006-12-31 20:06:49 UTC (rev 21091)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		emacs-app
-version		23.0.0_NS-9.0pre3
+version		23.0.0_NS-9.0rc1
 categories	aqua editors
 maintainers	css at macports.org
 description	The GNU Emacs text editor (Cocoa version)
@@ -23,12 +23,12 @@
 distname	emacs-${version}
 extract.suffix	.tar.bz2
 use_bzip2	yes
-checksums	md5 12ff9195cd037d53965a08c20cef04c4
+checksums	md5 bbbe6ac08c74d921caf132352dd7fd1b \
+		sha1 0964b2661577fb8a0551a38710b3d5cce168d7b8
 
-depends_lib	lib:libjpeg:jpeg \
-		lib:libtiff:tiff \
-		lib:libungif:libungif \
-		lib:libpng:libpng
+depends_lib	port:coreutils \
+		port:pkgconfig \
+		port:texinfo
 
 # The current distribution contains its own build script, so use that
 # rather than trying to manually manage the various steps of the build
@@ -55,6 +55,10 @@
 # into the source directory, the destroot phase must manually copy the
 # resulting application package.
 
+pre-configure {
+	reinplace "s|--with-ns|--with-ns --without-freetype|g" ${worksrcpath}/nextstep/compile
+}
+
 destroot {
 	xinstall -m 755 -d ${destroot}/Applications/MacPorts
 	file copy ${worksrcpath}/nextstep/build/Emacs.app \

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


More information about the macports-changes mailing list