Tijl Coosemans
98799a3a2f
- Convert to USES=autoreconf
...
- Use BROKEN_ia64
- Don't display pkg-message from post-install
2014-09-25 09:24:57 +00:00
MANTANI Nobutaka
0264878afd
Support staging.
2014-06-22 09:52:29 +00:00
Steve Wills
415921bf57
- Ruby 1.9 is default now, remove conditionalization for it
...
With hat: ruby@
2014-01-02 20:02:27 +00:00
Baptiste Daroussin
8ee9a3584f
Add NO_STAGE all over the place in preparation for the staging support (cat: japanese)
2013-09-20 18:47:54 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Doug Barton
989772c9ac
The vast majority of pkg-descr files had the following format when they
...
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
2011-10-24 09:11:38 +00:00
MANTANI Nobutaka
bac10487f1
Fix incompatibility with Ruby 1.9.
...
Reported by: linimon
2011-08-22 14:48:19 +00:00
MANTANI Nobutaka
390e2934bb
Use SKK dictionary as of 2011/08/13.
...
Bump PORTREVISION.
2011-08-14 03:15:23 +00:00
Steve Wills
3d2218e717
- Mark broken with Ruby 1.9
...
With hat: ruby@
2011-08-06 08:41:47 +00:00
MANTANI Nobutaka
cfabd0ad20
- Fix build error.
...
- Update MASTER_SITES.
- Add license info.
- Use SKK dictionary as of 2010/12/23.
- Bump PORTREVISION.
2010-12-24 15:38:27 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Ade Lovett
b6000bd1d1
Migrate from devel/automake15 to devel/automake14 (legacy)
2010-09-24 03:22:07 +00:00
Erwin Lansing
8c6092e5ec
BROKEN should not be quoted.
...
No functional change.
2010-06-13 08:40:06 +00:00
MANTANI Nobutaka
b774d8516d
Fix breakage of isearch-backward function
...
Submitted by: kuriyama
2010-01-27 16:54:59 +00:00
Pav Lucistnik
2d68f126de
- Mark MAKE_JOBS_UNSAFE
...
Reported by: pointyhat
2009-11-19 23:41:55 +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
9e39c53d28
Make migemo ports to properly handle a case that EMACS_PORT_NAME is defined in /etc/make.conf.
2008-05-06 06:43:24 +00:00
MANTANI Nobutaka
77bd3af976
Fix build error.
2008-05-05 16:53:09 +00:00
MANTANI Nobutaka
2fd407c514
Update email address in pkg-descr.
2007-08-04 08:08:24 +00:00
MANTANI Nobutaka
a1204f5569
Update SKK dictionary for migemo to the today's snapshot.
2006-07-09 17:07:31 +00:00
MANTANI Nobutaka
4cd5b5fef4
Remove BROKEN mark since pthread support of lang/ruby18 port that causes
...
coredump is disabled by default.
2006-03-31 13:44:15 +00:00
Kris Kennaway
40e899fb0a
Remove directory now owned by parent
...
Approved by: portmgr (implicit)
2006-02-25 21:49:00 +00:00
Kris Kennaway
fee5b23dc2
BROKEN: Coredump during build
2006-02-12 22:24:14 +00:00
Edwin Groothuis
d568611c3e
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 05:52:28 +00:00
MANTANI Nobutaka
1913e1fa13
Update SKK dictionary to the today's snapshot.
2005-11-20 12:40:09 +00:00
Sergey Matveychuk
da8f0fc9cc
- Fix dependency on removed port.
...
- Bump PORTREVISION in master port
Reported by: cperciva
Pointy hat to: me
2005-11-17 10:31: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
MANTANI Nobutaka
445832b421
Use the latest SKK dictionary snapshot to generate the migemo dictionary.
2005-06-18 17:38:57 +00:00
Kris Kennaway
921ae16012
Now builds on amd64
...
Approved by: portmgr (self)
2004-09-27 22:58:52 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
MANTANI Nobutaka
28ca3e10e9
Change MASTER_SITES to unbreak fetch.
2004-04-06 13:23:40 +00:00
Kris Kennaway
4c804b72b5
BROKEN: Unfetchable
2004-04-06 01:06:14 +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
Kris Kennaway
1085ee534d
BROKEN on !i386 and !sparc64: Does not compile
2004-02-23 22:07:38 +00:00
MANTANI Nobutaka
9496a9c0a5
Update to 0.40.
2003-06-15 13:55:56 +00:00
MANTANI Nobutaka
a33aeb1362
De-pkg-comment.
2003-02-22 14:25:38 +00:00
MANTANI Nobutaka
286cbcc88c
Create EMACS_SITE_LISPDIR before install.
2003-01-05 04:34:10 +00:00
MANTANI Nobutaka
c8bbb5c11a
Unify post-install targets of migemo-* ports.
2002-10-06 12:55:43 +00:00
MANTANI Nobutaka
f597984f25
Stop to create the unused directory.
...
Pointed out by: Takayuki Nakao <t@nakao.org>
2002-06-02 12:59:09 +00:00
MANTANI Nobutaka
20aa69ddcc
Maintainer is committer now.
...
Reviewed by: knu
2001-11-03 19:16:50 +00:00
Ying-Chieh Liao
2e52b875af
add missing file into PLIST
...
PR: 31186
Submitted by: MAINTAINER
2001-10-11 10:30:06 +00:00
Akinori MUSHA
634259747c
- Update migemo to 0.32.
...
- Separate command line tools & libraries part from migemo-emacs20.
(repocopied to migemo)
PR: ports/30585
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-09-20 04:46:10 +00:00
Akinori MUSHA
b2af3d690f
Update to 0.3.
...
PR: ports/29064
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-07-23 03:55:42 +00:00
Akinori MUSHA
dbb2446807
Update to 0.22.
...
PR: ports/27602
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> (MAINTAINER)
2001-05-24 02:16:33 +00:00
Akinori MUSHA
e4250de367
s/i386-freebsd/%%PERL_ARCH%%/ for other arch's than i386.
2001-04-11 04:50:16 +00:00
FUJISHIMA Satsuki
e8ad997c8d
o install docs under share/doc/migemo.
...
o make this port MASTER of upcoming migemo-xemacs21.
PR: 26124
Submitted by: maintainer
2001-03-27 22:43:48 +00:00
FUJISHIMA Satsuki
dbe56c8155
share/doc/migemo -> share/migemo/doc
...
Submitted by: bento
2001-03-18 22:33:56 +00:00
Jun Kuriyama
d0c8e0cd92
Add migemo-emacs20 0.21, japanese incremental search tool for Emacs.
...
PR: ports/25339
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-03-17 07:52:05 +00:00