Rong-En Fan
0135e5e26c
- Use bsd.emacs.mk
...
PR: ports/113355
Submitted by: NIIMI Satoshi <sa2c at sa2c.net>
Approved by: NAKAJI Hiroyuki <nakaji at jp.freebsd.org> (maintainer)
2007-06-21 10:27:24 +00:00
MANTANI Nobutaka
6c068e0f55
Add emacs-22.* to CONFLICTS.
...
PR: ports/111814
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2007-06-02 04:17:41 +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
Martin Wilke
7478ea02e7
- Fix build with gcc4.X
...
PR: ports/107187
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2006-12-27 14:06:04 +00:00
Edwin Groothuis
db4ade709f
SHA256ify
...
Approved by: krion@
2006-01-30 10:46:59 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
33ee2fced5
- Fix build with recent Xaw3d
...
PR: ports/85821
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2005-09-10 17:19:56 +00:00
Kris Kennaway
074ff970b3
BROKEN on ia64: Segfault during build
2005-07-21 00:18:46 +00:00
Pav Lucistnik
df3f16b5bc
- Update to match editors/emacs
...
PR: ports/82916
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2005-07-07 21:03:03 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
FUJISHIMA Satsuki
a787f0b075
farewell to libxpg4.
2004-11-15 05:19:30 +00:00
Norikatsu Shigemura
7c94ef8ee7
Fix dependency on emacs.
...
PR: users-jp/79584[1], ports/67285[2]
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
Reported by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> [1]
Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan
2004-05-29 16:19:10 +00:00
Munechika SUMIKAWA
8bf7847733
Sync with editors/emacs: Make compilable on amd64.
...
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2004-03-22 11:14:12 +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
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Mark Linimon
f66d2add6d
Enable menubar fontset support. Uses the patches alrady used in
...
editors/emacs21.
PR: ports/63387
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2004-03-04 12:19:58 +00:00
Munechika SUMIKAWA
3ab5146898
Sync with editors/emacs21:
...
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
Reviewed by: nakaji@jp.freebsd.org
2004-02-10 22:43:17 +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
Pete Fritchman
c4024739fb
Make this port compile clean when specifying another ${PREFIX}.
...
PR: 61071
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Approved by: maintainer
2004-01-10 06:11:29 +00:00
Mark Linimon
a003a3721d
Update to latest patch. Adds Canna 3.7 Wide character API adaptation.
...
PR: ports/60203
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2003-12-20 01:46:11 +00:00
Trevor Johnson
e99ceadaf6
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
2003-11-13 14:45:08 +00:00
Munechika SUMIKAWA
769065ec2e
Update emcws patch.
...
PR: ports/52025
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2003-05-18 12:25:50 +00:00
Bill Fenner
90475bdf96
Remove Y2K conformance statement URLs.
2003-05-08 21:51:46 +00:00
Munechika SUMIKAWA
e450599819
Fix breakage with wnn7.
...
Submitted by: Masahiko KIMOTO <kimoto@ohnolab.org>
2003-05-01 06:54:38 +00:00
Munechika SUMIKAWA
21c797eb27
Upgrade to 21.3.
2003-04-09 18:55:29 +00:00
Munechika SUMIKAWA
fbef1cd360
Upgrade emcws patch to 20030212.
...
Notification by:Amagai Yoshiji <amagai@nue.org>
PR: ports/48233
2003-02-22 18:44:12 +00:00
Akinori MUSHA
3baa89dcc9
De-pkg-comment.
2003-02-21 12:35:09 +00:00
Norikatsu Shigemura
b61e91a310
To use wnn7 jserver, emcws must be recompiled and relinked
...
with libwnn7 which is installed by ports/japanese/Wnn7-lib.
PR: ports/48174
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2003-02-16 05:19:12 +00:00
Ying-Chieh Liao
4d99b7faaa
upgrade patch to 20021014
...
PR: 44920
Submitted by: Amagai Yoshiji <amagai@nue.org>, maintainer
2003-01-02 03:50:08 +00:00
Ying-Chieh Liao
262d696d96
fix core dump on current
...
PR: 45336
Submitted by: maintainer
2002-11-20 11:03:38 +00:00
SADA Kenji
ee928cbd72
- fix option use messages
...
- portlint
PR: ports/45206
Submitted by: maintainer
Pointed out by: Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp> at FreeBSD-users-jp[71924]
2002-11-11 08:02:56 +00:00
Satoshi Taoka
1c075370ae
Bump PORTREVISION because of updating the dependency port japanese/Wnn6-lib
...
Approved by: maintainer
2002-10-30 13:25:34 +00:00
Akinori MUSHA
cf0fbaead2
s/PLIST_SUB=/PLIST_SUB+=/ to fix packaging.
2002-09-29 21:05:03 +00:00
Akinori MUSHA
80bf54119f
Since WITH_{CANNA,FREEWNN,WNN6,SJ3} are always defined, there is no
...
need to check if they are defined. Remove the checks and correct
conditional PLIST_SUB+= assignment.
Submitted by: bento
2002-09-23 11:28:55 +00:00
Akinori MUSHA
68146e6767
Synchronize with japanese/emacs20-emcws:
...
- Rename USE_* to WITH_*.
- Fix package generation for various options.
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> (MAINTAINER)
2002-08-27 04:53:52 +00:00
Munechika SUMIKAWA
28bbc23248
emacs21-emcws: Japanese input method enhancement for emacs21.
...
Repo-copied from emacs20-emcws.
Submitted by: nakaji@jp.freebsd.org
2002-05-24 17:02:58 +00:00
Shigeyuki Fukushima
c856368a91
Fix wnn option.
...
Don't build info (this package does not need info).
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12612
2002-04-10 16:29:21 +00:00
Ying-Chieh Liao
17aae3e972
upgrade to 20020208
...
PR: 36922
Submitted by: maintainer
2002-04-09 08:19:17 +00:00
Akinori MUSHA
0b10204950
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
2002-01-29 11:08:52 +00:00
Yoichi NAKAYAMA
655edd3a29
Create appropriate DOC_FILE in build stage, instead of renaming
...
in install stage.
Submitted by: MAINTAINER
Reviewed by: knu(mentor)
2001-12-02 15:10:01 +00:00
Yoichi NAKAYAMA
a946692b01
Update to emcws-20.7-20011002.gz and add mule-4.1 feature.
...
PR: ports/32320
Submitted by: MAINTAINER
Reviewed by: ports-jp@jp.freebsd.org ,knu(mentor)
2001-12-01 09:09:12 +00:00
Yoichi NAKAYAMA
3bb6b61264
Update to emcws-20.7-20011002.gz and add mule-4.1 feature.
...
PR: ports/32320
Submitted by: MAINTAINER
Reviewed by: ports-jp@jp.freebsd.org ,knu(mentor)
2001-12-01 09:01:53 +00:00
Shigeyuki Fukushima
712b719743
New port: emcws (emacs with various input methods).
...
PR: ports/22107
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2001-06-27 14:33:44 +00:00