From bbcbf26cbeb1be5e876470cdb84d6bdd8f2fd73e Mon Sep 17 00:00:00 2001 From: anray Date: Thu, 2 Feb 2006 17:18:11 +0000 Subject: Fix build zh-xemacs-mule port. Reported by: pointyhat(kris) --- chinese/xemacs21/Makefile | 5 ++--- chinese/xemacs21/files/patch-Makefile.in.in | 11 +++++++++++ chinese/xemacs21/pkg-plist | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 chinese/xemacs21/files/patch-Makefile.in.in (limited to 'chinese') diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 7f33ba888421..7b33abb6bbbf 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -10,15 +10,14 @@ CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org COMMENT= XEmacs text editor version 21, with XIM support and Big5 settings +MD5_FILE= ${.CURDIR}/../../editors/xemacs21-mule/distinfo PLIST= ${.CURDIR}/pkg-plist PKGMESSAGE= ${.CURDIR}/pkg-message XEMACS_MAJOR_VER= 21 -WITH_XIM= --with-xim=xlib -BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25 +WITH_XCIN25= yes # xemacs21-mule-common needs this. -PATCHDIR= ${.CURDIR}/../../editors/xemacs21-mule/files WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work SLAVE_PORT= yes diff --git a/chinese/xemacs21/files/patch-Makefile.in.in b/chinese/xemacs21/files/patch-Makefile.in.in new file mode 100644 index 000000000000..7607097576f1 --- /dev/null +++ b/chinese/xemacs21/files/patch-Makefile.in.in @@ -0,0 +1,11 @@ +--- Makefile.in.in.orig Fri Nov 25 10:38:19 2005 ++++ Makefile.in.in Fri Nov 25 10:38:28 2005 +@@ -429,7 +429,7 @@ + do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \ + else true; fi + #ifdef PDUMP +- ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp ++ ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}.dmp + #endif + #ifdef WIN32_NATIVE + ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME} diff --git a/chinese/xemacs21/pkg-plist b/chinese/xemacs21/pkg-plist index bbceebc1a6ba..017e6e9fee12 100644 --- a/chinese/xemacs21/pkg-plist +++ b/chinese/xemacs21/pkg-plist @@ -20,5 +20,5 @@ lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/config.values @dirrmtry lib/xemacs/mule-packages/etc/app-defaults @dirrmtry lib/xemacs/mule-packages/etc @dirrmtry lib/xemacs/mule-packages -@dirrm lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%% +@dirrmtry lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%% @dirrm lib/xemacs-%%XEMACS_VER%%/etc/app-defaults/zh_TW.Big5 -- cgit