Commit graph

46 commits

Author SHA1 Message Date
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Ashish SHUKLA
7fc5bd70f3 GNU Emacs updates
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
2013-03-30 05:13:30 +00:00
Ashish SHUKLA
4b9fb5608c Chase Emacs updates 2012-09-04 17:05:43 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Jason Helfman
29b5e887c3 - update to optionsNG framework
PR:	ports/169045
Submitted by:	maintainer, t@nakao.org
2012-06-14 22:11:11 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
709e7e7325 - Chase Emacs updates
PR:		ports/165082
2012-02-22 13:31:32 +00:00
Ashish SHUKLA
8f63af93b0 - Chase editors/emacs update 2011-10-17 06:01:31 +00:00
Ashish SHUKLA
dfda2a32ec Chase editors/emacs update 2011-09-07 20:21:30 +00:00
Ashish SHUKLA
9d1247d864 Chase editors/emacs update.
PR:		ports/160196
2011-08-27 22:22:57 +00:00
Martin Wilke
0f9e79c179 - Drop MD5 support
PR:		154487
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
Feature safe:	yes
2011-02-05 03:50:43 +00:00
TAKATSU Tomonari
388de7d749 - Update to 5.2.1 [1]
- Unbreak with emacs23+ [1]
- Make portlint happier

PR:	ports/151195 [1]
Submitted by:	Takayuki Nakao <t_AT_nakao_DOT_org> (maintainer) [1]
2010-10-09 22:53:37 +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
Philip M. Gollucci
e5620db925 - Mark BROKEN with emacs23+
PR:             ports/141993
Submitted by:   Takayuki Nakao <t@nakao.org> (maintainer)
2009-12-28 21:03:01 +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
Andrey Slusar
e6b40ee990 * Update to 5.0.0
Summary of changes made in new version is as fllows;
 - emacs22 or newer version of emacsen can handle UNIX domain socket
 by using 'make-network-process' without any helper program.
 Thus, 'icanna' program is no longer included in yc.el.
 (For those who still requires 'icanna' (ex. older-emacs users),
 I'll submit japanese/icanna separately as a new ports.)

PR:		ports/130290
Submitted by:	Takayuki Nakao(maintainer)
2009-01-31 11:31:54 +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
Andrey Slusar
1e4b5e828a Remove EMACS_PORT_NAME from Makefile because the default value of
EMACS_PORT_NAME is defined in bsd.emacs.mk.

PR:		ports/115029
Submitted by:	Takayuki Nakao (maintainer)
2007-07-30 16:57:23 +00:00
Andrey Slusar
ca4e4ef992 Default value of EMACS_PORT_NAME is updated to 'emacs22'.
PR:		ports/114754
Submitted by:	Takayuki Nakao (maintainer)
2007-07-29 10:20: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
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
Marcus Alves Grando
f2e001d789 Add SHA256
PR:		88877
Submitted by:	maintainer
2005-11-13 03:17:23 +00:00
Volker Stolz
e0393ad66e Update to 4.0.13:
- bug fix: japanese-yc is not set in input-method when loading yc
  - bug fix: In fence-mode, consecutive inputs cancel previous Jishu conversion
Use PLIST_DIRS/FILES while here (me)

PR:		ports/69077
Submitted by:	Takayuki Nakao (maintainer)
2004-07-15 10:56:48 +00:00
Kirill Ponomarev
68db0ecc09 Update to version 4.0.11
PR:		ports/68261
Submitted by:	maintainer
2004-06-24 12:51:28 +00:00
Norikatsu Shigemura
d9dc547a8c Update to 4.0.10.
PR:		ports/67668
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2004-06-13 11:32:05 +00:00
Tilman Keskinoz
5d7487c691 Update to 4.0.9
PR:		65871
Submitted by:	Takayuki Nakao
2004-04-29 16:11:37 +00:00
Kirill Ponomarev
ab961c224b - Update to version 4.0.8
PR:		ports/63910
Submitted by:	maintainer
2004-03-08 10:52:58 +00:00
Mark Linimon
d18ba4a6ce Update to 4.0.7: bugfix in handling roman-kana conversion in fence-mode.
See ChangeLog.

PR:		ports/63072
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2004-02-21 09:47:58 +00:00
Mark Linimon
adfbb7cdd4 Update to version 4.0.6: revise handling of Dakuten and Han-dakuten in
Hana-hairetsu mode.
2004-02-13 11:57:36 +00:00
Mark Linimon
189750a0de Update to 4.0.5: adds keybindings; minor bugfixes.
PR:		ports/60915
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2004-01-06 23:51:04 +00:00
Edwin Groothuis
325e1c0c01 Update ports: japanese/yc.el
This is a request for upgrading japanese/yc.el to version 4.0.3.

PR:		ports/60130
Submitted by:	Takayuki Nakao <t@nakao.org> <t.nakao@ntt.com>
2003-12-20 13:19:20 +00:00
Mark Linimon
04b4300822 Update to 4.0.2: minor bugfixes.
PR:		ports/59743
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2003-12-08 11:17:03 +00:00
Kirill Ponomarev
3a74de4499 - Update to version 4.0.1
PR:		59540
Submitted by:	maintainer
2003-11-21 12:25:29 +00:00
Daichi GOTO
2ba3662c18 Committed. Thanks!
Update 3.5.7 --> 3.5.8

PR:		52964
Approved by:	Takayuki Nakao <t@nakao.org> (maintainer)
2003-06-17 13:13:06 +00:00
Norikatsu Shigemura
2788f3174d Update to 3.5.7.
PR:		ports/52086
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2003-05-12 01:43:41 +00:00
Yoichi NAKAYAMA
b2f3549504 Update to 3.5.2
PR:		ports/50332
Submitted by:	Takayuki Nakao (MAINTAINER)
2003-04-05 02:14:03 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Akinori MUSHA
6fc7593b1e Update to 3.5.0.
PR:		45283
Submitted by:	Takayuki Nakao <t@nakao.org> (MAINTAINER)
2002-11-14 08:46:47 +00:00
Yoichi NAKAYAMA
4916c9efca Update to 3.4.13
PR:		44828
Submitted by:	maintainer
2002-11-03 09:02:36 +00:00
Akinori MUSHA
d550e96d66 Update to 3.4.9.
PR:		ports/41995
Submitted by:	Takayuki Nakao <t@nakao.org> (MAINTAINER)
2002-08-27 04:09:37 +00:00
Patrick Li
bffbfacda4 Update to 3.4.7
Pass maintainership to submitter

PR:		ports/39891
Submitted by:	Takayuki Nakao <t@nakao.org>
Approved by:	maintainer
2002-06-28 03:02:01 +00:00
Akinori MUSHA
2009bf52e0 Update to 3.2.4. Increase PORTEPOCH.
No response from:	MAINTAINER
2001-02-27 18:11:35 +00:00
Akinori MUSHA
9ca4ec6659 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR:		ports/18009
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:40:29 +00:00
Akinori MUSHA
3e73c145d6 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Finally `japanese' category has been done.
2000-04-13 08:34:11 +00:00
Satoshi Taoka
4d9dae9133 Yet another Canna client for Emacs20/XEmacs
PR:		16060
Submitted by:	HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
2000-01-23 14:20:25 +00:00