Index: head/editors/tamago/Makefile =================================================================== --- head/editors/tamago/Makefile (revision 493344) +++ head/editors/tamago/Makefile (revision 493345) @@ -1,36 +1,31 @@ # Created by: tetsushi NAKAI # $FreeBSD$ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19.14 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= hrs@FreeBSD.org COMMENT= Egg V4, Multilingual Input Method for Emacsen LICENSE= GPLv2 -.if ${FLAVOR:U} != devel -# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/tamago-emacs26-4.0.6.0.20041122.19.14_4.log -BROKEN= fails to build -.endif - USES= emacs EMACS_FLAVORS_EXCLUDE= devel_full # fails to build USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir="${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}" CONFIGURE_ENV= EMACS="${EMACS_CMD}" PLIST_SUB= ELISPDIR="${EMACS_VERSION_SITE_LISPDIR}" PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \ ChangeLog.2000-2001 ChangeLog.2002-2004 \ PROBLEMS README README.ja.txt TODO egg-anthy.readme OPTIONS_DEFINE= DOCS DOCS_CONFIGURE_ENABLE= doc .include Index: head/editors/tamago/files/patch-Makefile.in =================================================================== --- head/editors/tamago/files/patch-Makefile.in (nonexistent) +++ head/editors/tamago/files/patch-Makefile.in (revision 493345) @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2016-05-15 21:22:18 UTC ++++ Makefile.in +@@ -423,8 +423,11 @@ distclean-hdr: + $(EMACS) --batch \ + $(AM_ELCFLAGS) $(ELCFLAGS) \ + $$am__subdir_includes -L $(builddir) -L $(srcdir) \ +- --eval "(defun byte-compile-dest-file (f) \"$@\")" \ ++ --eval "(defun byte-compile-dest-file (f) \"/tmp/$@\")" \ + --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \ ++ if [ -f "/tmp/$@" ]; then \ ++ cp /tmp/$@ $@ && rm -f /tmp/$@; \ ++ fi; \ + else :; fi + + install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES) Property changes on: head/editors/tamago/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/tamago/files/patch-egg-Makefile.in =================================================================== --- head/editors/tamago/files/patch-egg-Makefile.in (nonexistent) +++ head/editors/tamago/files/patch-egg-Makefile.in (revision 493345) @@ -0,0 +1,15 @@ +--- egg/Makefile.in.orig 2016-05-15 21:22:18 UTC ++++ egg/Makefile.in +@@ -322,8 +322,11 @@ $(am__aclocal_m4_deps): + $(EMACS) --batch \ + $(AM_ELCFLAGS) $(ELCFLAGS) \ + $$am__subdir_includes -L $(builddir) -L $(srcdir) \ +- --eval "(defun byte-compile-dest-file (f) \"$@\")" \ ++ --eval "(defun byte-compile-dest-file (f) \"/tmp/$@\")" \ + --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \ ++ if [ -f "/tmp/$@" ]; then \ ++ cp /tmp/$@ $@ && rm -f /tmp/$@; \ ++ fi; \ + else :; fi + + install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES) Property changes on: head/editors/tamago/files/patch-egg-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/tamago/files/patch-its-Makefile.in =================================================================== --- head/editors/tamago/files/patch-its-Makefile.in (nonexistent) +++ head/editors/tamago/files/patch-its-Makefile.in (revision 493345) @@ -0,0 +1,15 @@ +--- its/Makefile.in.orig 2016-05-15 21:22:18 UTC ++++ its/Makefile.in +@@ -336,8 +336,11 @@ $(am__aclocal_m4_deps): + $(EMACS) --batch \ + $(AM_ELCFLAGS) $(ELCFLAGS) \ + $$am__subdir_includes -L $(builddir) -L $(srcdir) \ +- --eval "(defun byte-compile-dest-file (f) \"$@\")" \ ++ --eval "(defun byte-compile-dest-file (f) \"/tmp/$@\")" \ + --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \ ++ if [ -f "/tmp/$@" ]; then \ ++ cp /tmp/$@ $@ && rm -f /tmp/$@; \ ++ fi; \ + else :; fi + + install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES) Property changes on: head/editors/tamago/files/patch-its-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property