1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
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
Martin Wilke
92d0cbeefe - Mark BROKEN: fails to build with new utmpx
Reported by:	pointyhat
2010-03-17 06:51:26 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
MANTANI Nobutaka
f9fa1f532e Some portlint cleanups.
PR:		ports/118210
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
2007-12-22 14:51:25 +00:00
Mark Linimon
d3d40a56c8 Fix fetch.
Part of:	ports/118210
Submitted by:	Philip M dot  Gollucci <pgollucci at p6m7g8 dot com>
Approved by:	portmgr (self)
2007-11-26 23:07:51 +00:00
MANTANI Nobutaka
4d7af48365 Resurrect editors/emacs21 in advance of editors/emacs upgrade.
Set LATEST_LINK=emacs21.
2007-07-16 17:02:47 +00:00
Kris Kennaway
131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00
Kris Kennaway
af7cd7e565 Port to amd64.
Submitted by:	James Van Artsdalen (james-freebsd-amd64 at jrv.org)
Pointed out by:	gallatin
Much rejoicing by: kris
2004-03-18 22:42:22 +00:00
MANTANI Nobutaka
8a23647149 Add patch-src:process.c.
Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154,
connectiton attempt fails with EALREADY after connect (2) is interrupted.
The patch fixes this problem.

Obtained from:	http://www.init-main.com/d/resource/process.c.diff
Patch author:	takawata
2004-02-08 14:44:26 +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
MANTANI Nobutaka
2cad569c81 Add emacs-21.2-menu-encode.patch for WITH_MENUBAR_FONTSET knob.
It enables to support multibyte encodings in menu bar.

PR:		ports/60571
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2003-12-31 14:29:20 +00:00
MANTANI Nobutaka
e380b20fca Add WWW field.
Submitted by:	demon
2003-12-17 04:22:45 +00:00
MANTANI Nobutaka
d4cde22718 Fix build on ia64.
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>
Approved by:	portmgr (kris)
2003-11-26 15:05:08 +00:00
MANTANI Nobutaka
a5c8d829c3 Update to 21.3.
Submitted by:	Frank Ruell <stoerte@dreamwarrior.net>
2003-04-08 14:53:13 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
MANTANI Nobutaka
b29c65ace8 Add a patch to fix segmentation fault on -current.
Submitted by:  motoyuki
2002-10-27 13:04:44 +00:00
MANTANI Nobutaka
80a478b717 Add patches to support sparc64.
Submitted by:	tmm
2002-10-06 12:19:58 +00:00
MANTANI Nobutaka
be4a402b13 Fix byte-compile error of dired.el.
Submitted by:	IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-15 10:32:03 +00:00
MANTANI Nobutaka
da41fd42c3 Fix dired-mode for Japanese locale.
Submitted by:	IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-12 14:29:02 +00:00
MANTANI Nobutaka
60282df075 Update to 21.2. 2002-03-19 03:26:27 +00:00
MANTANI Nobutaka
e1566ae99c Byte-compile only patched elisp files.
Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc
before install.
2002-03-06 17:57:21 +00:00
MANTANI Nobutaka
47980a3a1c Link libncurses to avoid segfaults when emacs is executed with -nw option
and TERM=kterm-color.

Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2002-02-23 09:02:41 +00:00
MANTANI Nobutaka
b6e55fd20c Fix build error on the Alpha platform.
PR:		34888
Submitted by:	Matthew Luckie <kluckie@ihug.co.nz>
2002-02-13 00:32:33 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
MANTANI Nobutaka
7249364daf Disable menubar fontset support by default.
Add menubar fontset setting instructions to pkg-message.
2001-12-17 06:06:57 +00:00
MANTANI Nobutaka
b0eea5e5bd Set ALL_TARGET=bootstrap to byte-compile patched elisp files.
Add WITHOUT_XIM and WITHOUT_MENUBAR_FONTSET switch.
Make dired output in Japanese locale the same as FreeBSD ls.

Submitted by:	kuriyama, yoichi
Reviewed by:	knu
2001-12-06 12:29:41 +00:00
Jun Kuriyama
cacd966dd8 Fix to make vc-backup file only if vc-make-backup-files is t.
Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
2001-11-17 03:41:07 +00:00
MANTANI Nobutaka
16a9e4fcba Update fontset patch to 20011109.
Approved by:	knu
2001-11-13 15:58:37 +00:00
MANTANI Nobutaka
801b2133a5 Set LATEST_LINK=emacs21 to avoid "Latest" link name confliction.
Submitted by:	knu
2001-11-07 16:28:19 +00:00
MANTANI Nobutaka
20aa69ddcc Maintainer is committer now.
Reviewed by:	knu
2001-11-03 19:16:50 +00:00
Dmitry Sivachenko
48bda28604 Remove checksum for leim-21.1, it is not needed here.
Approved by:	MAINTAINER
2001-11-01 15:52:24 +00:00
Jun Kuriyama
0b26bb0ae6 Update fontset patch.
Submitted by:	maintainer
2001-10-30 13:37:22 +00:00
Shigeyuki Fukushima
b1acfd0dd8 New port for emacs-21.1. 2001-10-23 16:36:02 +00:00