summaryrefslogtreecommitdiff
path: root/editors/mule/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-12-19Try to fix build.ryoon1-1/+2
* Merge checks in emacs20's patch-ab. Fix PR pkg/45669 like problem. * Now I have gotten temacs sagfault, maybe related to PR pkg/45716.
2011-09-13Bump PKGREVISION, from ja-FreeWnn-lib converted to shlib.obache1-2/+2
2010-07-12Not MAKE_JOBS_SAFE:dholland1-1/+2
Producing `src/paths.h' from `src/paths.h.in'. Producing `src/paths.h' from `src/paths.h.in'. [...] cmp: src/paths.h.tmp: No such file or directory mv: rename src/paths.h.tmp to src/paths.h: No such file or directory
2010-07-11* add patch-cj to fix build failureobache1-4/+10
* add user-destdir installation support. * Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib.
2009-09-02Remove kei as maintainer, he resigned.wiz1-2/+2
2009-08-16Update HOMEPAGE.minskim1-2/+2
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2007-02-19Modular Xorg support.joerg1-3/+3
2006-12-06CHECK_WRKREF_SKIP is already relative to PREFIX.joerg1-3/+3
2006-03-31* Remove *.orig files prior to installation so that they aren't installedjlam1-19/+11
during the install phase. * Remove *.orig entries from the PLIST. * Move info file entries to the PLIST. Bump PKGREVISION to 4 for PLIST changes.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04Make this compile on DragonFly in the hope that also means that it isjoerg1-3/+5
as usable as Emacs can be. Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass the pass to canna lib to configure. The first fixes !NetBSD, the latter triggers addition of rpath entries for libcanna.
2005-12-01Regen patches in diff -u format.wiz1-6/+9
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01Convert to options framework.wiz1-17/+4
2005-11-04Append "/man1" for the --mandir switch.reed1-1/+2
This is not normal, but the source's configure and Makefile.in assume this.
2005-06-30Quieten CHECK_WRKREF. The build PATH in the dumped mule is not a problem.markd1-1/+5
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-05-13Correct spelling of ja-FreeWnn-lib and Canna-lib in use of BUILDLINK_PREFIX.kristerw1-3/+3
2004-04-19bl3ifyxtraeme1-4/+4
2004-02-16Add missing entries in INFO_FILES.seb1-3/+3
Remove info files entries from PLIST.
2004-01-28There's no need to use 'USE_X11BASE' in mule package, we'll usextraeme1-3/+3
USE_X11 instead, bump PKGREVISION.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-30Convert to USE_NEW_TEXINFO.seb1-6/+6
Register all info files. A '@unexec...${MKDIR}' looked like a thinko, should have been '@unexec...${RMDIR}'. Anyway rewrote into the usual idiom. XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future rototil.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-29fixed build problem noted by Ken Nakajima in port-powerpc-ja mailing list.kei1-3/+2
confirmed on i386 and macppc.
2002-11-27Mark as BROKEN; compilation has some problems.uebayasi1-1/+3
2002-10-13buildlink1 -> buildlink2 (untested).wiz1-5/+6
2002-07-24Update to mule-2.3nb1:hubertf1-1/+12
* adjust bdf-path (for any2ps, m2ps, ...) from really non-useful (/usr/share/fonts) to where pkgsrc/fonts/intlfonts puts it's BDF-files. (The intlfonts pkg still needs to be installed manually!) * Fix character-set=>bdf-file mapping for a few cases (latin, jis); mule seems to expect other filenames than what intl installs. This intends to fix PRs 17589 and 17336.
2002-06-12use inputmethod/{canna-lib,ja-freewnn-lib}/buildlink.mk.sakamoto1-5/+5
2002-06-12Wildcard ja-freewnn-lib dependency.wiz1-2/+2
2002-05-31Adjust various pathnames to use newly reimported packages from the japaneseseb1-3/+3
category. This is part of the japanese category retirement.
2002-04-05Give canna-lib (and canna-server) a nice dewey pkg-version, and fixwiz1-2/+2
all depends to use it.
2002-04-04Modify DEPENDS line (Canna-lib-3.5b2 -> Canna-lib>=3.5b2).uebayasi1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb1-2/+4
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-08Remove references to the USE_LOCALBASE_FOR_X11 definition, which wasagc1-7/+1
removed some time ago.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-23make it compile with USE_CANNA == YES.kei1-2/+2
2001-05-16Apply fix for Canna library support from PR 12959 by NAGAI Yutakaagc1-2/+2
(nagai@hc.uec.ac.jp).
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-16emacs and mule install files with the same name in info -- makewiz1-1/+3
them CONFLICT.
2000-11-21Import of "Mule" package:kei1-0/+54
Multilingual GNU editing macros (editor) It was based on Mule ports of FreeBSD and Emacs ports of NetBSD originally, lots of changes are adapted as a result of discussion on tech-pkg-ja@jp.NetBSD.ORG mailing list.