Commit graph

57 commits

Author SHA1 Message Date
MANTANI Nobutaka
9d52fe2c19 Fix dependency conflict of wanderlust-emacs22. 2010-07-18 05:59:19 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
MANTANI Nobutaka
fba0658372 Fix build error with emacs23.
Submitted by:	bsam
2010-01-27 16:31:10 +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
MANTANI Nobutaka
14869c0a2b Set CONFLICTS. 2009-10-12 13:53:25 +00:00
MANTANI Nobutaka
d738c864c5 Fix dependency error for wanderlust-emacs21.
Feature safe:	yes
2009-09-26 11:35:32 +00:00
MANTANI Nobutaka
c9fa5dfb69 Change dependency on editors/bitmap to mail/x-face-e21.
Suggested by:	  ume
Feature safe:	yes
2009-09-26 11:00:14 +00:00
MANTANI Nobutaka
7e6480e4c9 Fix compatibility issue with flim-1.14.9.
Feature safe:	  yes
2009-09-23 15:50:35 +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
MANTANI Nobutaka
be1c6501b1 Add build support for emacs-devel.
Submitted by:	kuriyama
2009-02-21 23:54:50 +00:00
MANTANI Nobutaka
540467aeba Fix pkg-plist.* for NOPORTDOCS.
Reported by:	QAT
2008-08-27 12:10:13 +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
MANTANI Nobutaka
45c559d42e Correct RUN_DEPENDS on editors/bitmap for emacs22. 2007-08-04 09:56:38 +00:00
MANTANI Nobutaka
933f1f0d91 Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.
Submitted by:	ume
2007-07-29 09:05:15 +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
MANTANI Nobutaka
400b78794c Add emacs-devel support.
PR:		ports/99915
Submitted by:	Toni Schmidbauer <toni@stderror.at>
2006-07-10 03:19:24 +00:00
MANTANI Nobutaka
7d33d9a69f Fix MASTER_SITES.
Reported by:	fenner's distfile survey
2006-07-09 17:15:51 +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
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
MANTANI Nobutaka
2ec1b74e75 - Fix build of wanderlust-xemacs21-mule with apel in xemacs-packages.
- Fix build of wanderlust-xemacs21-mule with WRKDIRPREFIX. [*]

Reported by:	kris [*]
2005-11-27 16:02:43 +00:00
MANTANI Nobutaka
84810b6da9 Update to 2.14.0. 2005-04-04 14:46:14 +00:00
MANTANI Nobutaka
5f2cae0960 Update to 2.12.2. 2005-02-20 16:21:59 +00:00
MANTANI Nobutaka
97e70a0bfe Update to 2.12.0. 2004-12-24 19:12:32 +00:00
MANTANI Nobutaka
e6d2af565d Add SIZE to distinfo.
Submitted by:	trevor
2004-03-25 13:32:31 +00:00
MANTANI Nobutaka
8d956f58e0 Update to 2.10.1. 2003-07-13 13:45:00 +00:00
MANTANI Nobutaka
a33aeb1362 De-pkg-comment. 2003-02-22 14:25:38 +00:00
MANTANI Nobutaka
0b3819672c Install elmo-shimbun.el regardless of existence of emacs-w3m.
Suggested by:	yoichi
2003-01-11 16:59:30 +00:00
MANTANI Nobutaka
bbd86590e0 Update to 2.10.0. 2003-01-04 15:55:27 +00:00
MANTANI Nobutaka
f975d8fffa Update to 2.8.1. 2001-12-28 09:21:40 +00:00
MANTANI Nobutaka
28becdbb8a Update to 2.8.0pre2. 2001-12-24 17:33:15 +00:00
MANTANI Nobutaka
b8cc5558a7 Sync distinfo with updated distfile.
Don't suppress warnings of install-info.
Don't set wl-info-lang in files/WL-CFG.

Submitted by:	yoichi
Reviewed by:	knu
2001-12-06 12:14:50 +00:00
MANTANI Nobutaka
74fe2f0a0a Update to 2.6.1.
Move master port from mail/wanderlust-emacs to mail/wanderlust.
mail/wanderlust supports emacs21.
Remove mail/wanderlust-emacs and mail/wanderlust-mule.

Approved by:	knu
2001-12-05 07:24:29 +00:00
Shigeyuki Fukushima
49a6d525c1 Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.
Inactivate flim-{emacs,mule,emacs20,xemacs21-mule}-current.
Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.
Stop to support flim-{emacs,mule,emacs20,xemacs21-mule}.

Synchronize the dependency with changing port name of flim/semi.

Approved by:	maintainers
2001-11-05 16:50:49 +00:00
MANTANI Nobutaka
20aa69ddcc Maintainer is committer now.
Reviewed by:	knu
2001-11-03 19:16:50 +00:00
Jun Kuriyama
24c1c03efd Update WWW (previous one points too old page). 2001-10-29 08:01:42 +00:00
FUJISHIMA Satsuki
eab9cf4f38 update to 2.4.1.
PR:		25951
Submitted by:	maintainer
2001-03-20 22:12:05 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
Shigeyuki Fukushima
3138f27b23 Update to 2.4.0.
PR:		ports/23394
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2000-12-13 09:52:45 +00:00
Satoshi Asami
d3ef4c8bb1 Rename PLIST.${EMACS_PORT_NAME} to pkg-plist.${EMACS_PORT_NAME}. 2000-10-08 02:53:17 +00:00
Steve Price
188b392f5f Update to version 1.1.1.
PR:		19308
Submitted by:	maintainer
2000-07-10 02:03:31 +00:00
Akinori MUSHA
a016d77636 Update to 1.1.0.
Move post-install info from DESCR to MESSAGE.

PR:		ports/17753, ports/17754
Submitted by:	MAINTAINER
2000-04-19 06:52:38 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Satoshi Taoka
61b2f82de0 Fix as xemacs-mule is updated
Modify to be able to do "make" by any user
2000-02-18 23:17:19 +00:00
Shigeyuki Fukushima
e66bc1578b Fix for renaming portname from mail/wanderlust-xemacs-mule to
mail/wanderlust-xemacs21-mule.
Install as XEmacs package on mail/wanderlust-xemacs21-mule.
Depend on cookie of semi (editors/semi-*).

PR:		ports/16190
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2000-01-19 16:53:46 +00:00
Shigeyuki Fukushima
a35750c6ad Install wanderlust-startup.el to emacsen version specific site-lisp directory.
PR:		ports/16190
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2000-01-19 16:51:24 +00:00
Shigeyuki Fukushima
314d2ea86d Fix for renaming xemacs-mule portname from mail/wanderlust-xmacs-mule
to mail/wanderlust-xemacs21-mule.

PR:		ports/16190
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2000-01-19 16:49:27 +00:00
Shigeyuki Fukushima
87657e4608 Install as XEmacs package on mail/wanderlust-xemacs21-mule.
This file is a xemacs-package descriptor.

PR:		ports/16190
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2000-01-19 16:46:15 +00:00
Michael Haro
25d087514b remove testing for PREFIX/info/dir as this is done in bsd.port.mk 1999-10-12 07:14:29 +00:00
Shigeyuki Fukushima
cdea580195 Change semi-dependency from semi-current ports to semi ports. 1999-10-11 06:25:20 +00:00