- update to 22.3
- workaround to fix build on amd64

it does not currently build on powerpc.

Eric.

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/emacs22/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile    18 Feb 2009 12:16:15 -0000      1.4
+++ Makefile    4 Jun 2009 07:22:23 -0000
@@ -3,10 +3,10 @@
 COMMENT-main=          GNU editor: extensible, customizable, self-documenting
 COMMENT-el=            elisp sources for those who want to read/modify them
 
-VERSION=               22.2
+VERSION=               22.3
 DISTNAME=              emacs-${VERSION}
-PKGNAME-main=          emacs-${VERSION}p2
-FULLPKGNAME-el=                emacs-el-${VERSION}p0
+PKGNAME-main=          emacs-${VERSION}
+FULLPKGNAME-el=                emacs-el-${VERSION}
 FULLPKGPATH-el=                editors/emacs22,-el
 
 CATEGORIES=            editors
@@ -68,9 +68,9 @@ LIB_DEPENDS-main+=    gtk-x11-2.0,gdk-x11-2
                        ungif::graphics/libungif
 WANTLIB-main+=         ICE SM X11 Xdmcp Xext Xft Xpm Xrender Xau Xcomposite \
                        Xcursor Xdamage Xfixes Xi Xinerama Xrandr \
-                       atk-1.0 cairo expat fontconfig freetype glib-2.0 \
-                       glitz gmodule-2.0 gobject-2.0 iconv intl pango-1.0 \
-                       pangocairo-1.0 pangoft2-1.0 pixman-1 pthread z
+                       atk-1.0 cairo expat fontconfig freetype gio-2.0 \
+                       glib-2.0 glitz gmodule-2.0 gobject-2.0 iconv intl \
+                       pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 pthread z
 .else
 CONFIGURE_ARGS+=       --with-x-toolkit=athena --without-toolkit-scroll-bars
 USE_X11=               Yes
@@ -83,5 +83,13 @@ WANTLIB-main+=               ICE SM X11 Xaw Xext Xmu 
 
 RUN_DEPENDS-el=                :emacs-${VERSION}*:${PKGPATH}
 PKG_ARCH-el=           *
+
+.if ${MACHINE_ARCH} == "amd64"
+post-extract:
+       touch ${WRKSRC}/leim/quail/tsang-b5.el
+
+post-install:
+       gzip -f ${PREFIX}/share/emacs/${VERSION}/leim/quail/tsang-b5.el
+.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/emacs22/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    14 Jun 2008 18:31:15 -0000      1.1.1.1
+++ distinfo    4 Jun 2009 07:22:23 -0000
@@ -1,5 +1,5 @@
-MD5 (emacs-22.2.tar.gz) = 1u5Ya4dSNRM06/BykExNUQ==
-RMD160 (emacs-22.2.tar.gz) = 7C2nzXBly9dnc+VE2h0UlfM9bqE=
-SHA1 (emacs-22.2.tar.gz) = ejcTMsuEANROjrMfGeQyu8k1I6A=
-SHA256 (emacs-22.2.tar.gz) = IWg54fs4yk8u0KB2iftH7oDZCEXzTgpW/ngdaqRi42c=
-SIZE (emacs-22.2.tar.gz) = 38694318
+MD5 (emacs-22.3.tar.gz) = qoujT1SM14s1kUrlp7uH6w==
+RMD160 (emacs-22.3.tar.gz) = p+7VCZ0MqyXzQVLxsYtcG04uB0Y=
+SHA1 (emacs-22.3.tar.gz) = Xps+AgUJmoO+cZj9Q7oclEKj/rA=
+SHA256 (emacs-22.3.tar.gz) = e9m3GduO4gx17g0lZzf3/SwOLqMKKFo6+/wyyFZCDRY=
+SIZE (emacs-22.3.tar.gz) = 39587396
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/editors/emacs22/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST-main
--- pkg/PLIST-main      18 Feb 2009 12:16:15 -0000      1.2
+++ pkg/PLIST-main      4 Jun 2009 07:22:24 -0000
@@ -1219,6 +1219,16 @@ share/emacs/${VERSION}/lisp/textmodes/fl
 share/emacs/${VERSION}/lisp/textmodes/ispell.elc
 share/emacs/${VERSION}/lisp/textmodes/makeinfo.elc
 share/emacs/${VERSION}/lisp/textmodes/nroff-mode.elc
+share/emacs/${VERSION}/lisp/textmodes/org-export-latex.el.gz
+share/emacs/${VERSION}/lisp/textmodes/org-export-latex.elc
+share/emacs/${VERSION}/lisp/textmodes/org-irc.el.gz
+share/emacs/${VERSION}/lisp/textmodes/org-irc.elc
+share/emacs/${VERSION}/lisp/textmodes/org-mac-message.el.gz
+share/emacs/${VERSION}/lisp/textmodes/org-mac-message.elc
+share/emacs/${VERSION}/lisp/textmodes/org-mouse.el.gz
+share/emacs/${VERSION}/lisp/textmodes/org-mouse.elc
+share/emacs/${VERSION}/lisp/textmodes/org-publish.el.gz
+share/emacs/${VERSION}/lisp/textmodes/org-publish.elc
 share/emacs/${VERSION}/lisp/textmodes/org.elc
 share/emacs/${VERSION}/lisp/textmodes/page-ext.elc
 share/emacs/${VERSION}/lisp/textmodes/page.elc

Reply via email to