Commit Graph

46 Commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Hiroki Sato
012ef12502 Update to 4.0.6+0.20041122.18.
Feature safe:	yes
2010-03-02 03:09:48 +00:00
Hiroki Sato
b944ed90f8 Add emacs23 support.
Feature safe:	yes
PR:	ports/144393
2010-03-01 20:48:56 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Boris Samorodov
3cb246682f Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Hiroki Sato
c95ad0290b Add unix domain socket support for Wnn backend and use it by
default.  If $[CJKT]SERVER environment variable is defined, the
value is used as the server host name.  In JSERVER case, for
example, the server name is determined in the following way:

 $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix"

If the server host name is null or matches "^unix$", unix
domain socket is used.  The path name of the socket can be
specified in wnn-[cjkt]udpath custom variable.
2008-11-08 05:43:16 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Hajimu UMEMOTO
50331801bf Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.
Reported by:	pav
2007-07-21 15:29:19 +00:00
Andrey Slusar
0a30e86178 Fix works on FreeWnn-server and 64bit-emacs.
PR:		ports/113755
Submitted by:	Nobuhiro Ban <ban.nobuhiro@gmail.com>
2007-06-22 18:43:45 +00:00
Andrey Slusar
8ebf2e7250 Debian patch is updated to 11. Now it includes latest anthy patch
from Hideyuki SHIRAI.

PR:		ports/112993
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-05-27 17:54:55 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Andrey Slusar
fee8b614f1 Install extra files with emacs 21 and above.
PR:		ports/109481
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2007-02-24 21:18:09 +00:00
Ion-Mihai Tetcu
f82e3ac23b Add patch that fixes some bugs that occur when Anthy (japanese/anthy) is used
as backend engine.

PR:		ports/98066
Submitted by:	maintainer
2006-06-26 21:43:36 +00:00
Edwin Groothuis
b3bcb8e257 Remove USE_REINPLACE from all categories starting with E 2006-05-07 10:55:47 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Emanuel Haupt
dc0e868aa6 Update editors/tamago to debian patchlevel 9
PR:		86909
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	novel (mentor)
2005-10-06 17:34:45 +00:00
Jean-Yves Lefort
92280c1192 Update to 4.0.6.0.20041122.8
PR:		ports/80508
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-05-01 19:01:10 +00:00
Florent Thoumie
96c7199eb5 - Debian patch is updated to 7.
- Change to install some additional documents.
- Add description about Debian's enhancement to pkg-descr.

PR:		ports/79763
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-04-10 21:09:12 +00:00
Hajimu UMEMOTO
2525dfe385 Debian patch was updated to 4.0.6+0.20041122cvs-5, which fixes
the bug in eggrc.

PR:		ports/78331
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-03-03 09:49:09 +00:00
Hajimu UMEMOTO
48aac18dbc - Debian patch was updated to 4.0.6+0.20041122cvs-4.
- Change pkg-message.

PR:		ports/78100
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-03-02 14:59:04 +00:00
Hajimu UMEMOTO
f042f73367 update Debian patch to egg_4.0.6+0.20041122cvs-3. 2005-02-24 11:43:48 +00:00
Hajimu UMEMOTO
4dd789f787 oops, I forget to add new patch. 2005-02-23 15:46:29 +00:00
Hajimu UMEMOTO
7a0d517027 update Debian patch to egg_4.0.6+0.20041122cvs-2. 2005-02-23 15:39:12 +00:00
Hajimu UMEMOTO
94d24a2042 - Tamago didn't work with Canna since last update.
- add note how to use recent Tamago with Canna.
2005-02-23 13:16:53 +00:00
Volker Stolz
02ba413da5 Update to 20041122 snapshot
PR:		ports/77414
Submitted by:	KIMURA Yasuhiro
2005-02-14 07:58:13 +00:00
Volker Stolz
a9db29ea5e Display pkg-message when installing from port
PR:		ports/73693
Submitted by:	TAOKA Fumiyoshi
2004-11-09 15:01:31 +00:00
Volker Stolz
0f15464197 Update to latest upstream-patch
PR:		ports/70008
Submitted by:	KIMURA Yasuhiro
2004-08-13 07:55:44 +00:00
Pav Lucistnik
44af57bb3e - Update to 4.0.6.0.20020909.5
PR:		ports/69840
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-07-31 22:23:32 +00:00
MANTANI Nobutaka
4db22ef588 Fix hangup problem in japanese-egg-anthy input method.
PR:		ports/68617
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
2004-07-04 14:57:22 +00:00
Pav Lucistnik
58a856cc4d - Fix plist and unbreak for tamago-emacs20
PR:		ports/67957
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-06-16 18:47:17 +00:00
Jun Kuriyama
38a1897919 Without touching .nosearch, normal-top-level-add-subdirs-to-load-path
function in subdirs.el adds %%ELISPDIR%%/egg/egg which is for
implementation specific.

This port has egg/egg/anthy.el, and japanese/anthy also have anthy.el
for actual use.  Anthy tries to load egg/egg/anthy.el, not thier
anthy.el without this fix.
2004-05-22 04:59:52 +00:00
Norikatsu Shigemura
ceb1b076f1 Update to HEAD branch(4 times revised at 2002.09.09 based 4.0.6).
PR:		ports-jp/14676, ports/66656
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Obtained from:	Debian
2004-05-18 17:16:21 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Akinori MUSHA
bb518de78c De-pkg-comment. 2003-02-20 17:12:51 +00:00
Akinori MUSHA
07e95909ec Remove redundant dependencies. Mk/bsd.emacs.mk takes care of them. 2002-12-21 21:19:16 +00:00
Ying-Chieh Liao
4fcd623a91 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39591
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-21 15:52:35 +00:00
Jun Kuriyama
fd5bde1e47 Add missing plist entries.
Submitted by:	ume
2001-10-28 22:42:23 +00:00
Jun Kuriyama
a58c9cf0c7 Oops, I put old patchfile on freefall. Update to use new one. 2001-10-28 11:19:19 +00:00
Jun Kuriyama
4de56e613b Add a patch to catch up tamago's CVS.
Change default taget to emacs21.

Reviewed by:	ports-jp
2001-10-28 10:25:18 +00:00
Akinori MUSHA
28128b271f Make use of bsd.emacs.mk and its variables. 2001-04-17 19:19:23 +00:00
Steve Price
853e9b0745 EMACS_VER should now be 20.7. 2000-07-10 01:11:50 +00:00
Steve Price
6eef564441 Adding tamago version 4.0.6.
A mltilingual input method for emacs - Egg v4.

PR:		17236
Submitted by:	tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
2000-05-01 03:14:58 +00:00