| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
|
|
|
|
|
| |
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
|
|
|
|
| |
Inspired by: obrien
|
|
|
|
| |
page compression on NOMANCOMPRESS.
|
|
|
|
| |
lot of ports or what! ;>
|
| |
|
|
|
|
| |
Other variations (japanese/mule-canna, editors/mule) to follow.
|
|
|
|
|
|
| |
The internal install rule already creates all the site-lisp directories!
Pointed-out by: me (not asami!)
|
|
|
|
|
| |
order of the search for site-lisp (lib/mule is searched before
share/emacs now).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/local/share/emacs/site-lisp
/usr/local/lib/mule-site-lisp
as the "site-lisp" directories. Basically all I did was tuck
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
to the end of CONFIGURE_ARGS.
Also, all the patch-aa's are unnecessary because bsd.port.mk now will
take ${CFLAGS} from /etc/make.conf and put it in the environment before
calling configure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
split mule into three ports:
editors/mule: no language-specific support
japanese/mule-canna: Japanese support, Canna library built-in
japanese/mule-wnn: Japanese support, Wnn library built-in
Note that the two ports under japanese/ will overwrite some of the
emacs support files. Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs. (This is
explained in DESCR, although god knows who reads them.)
Also I've listed every single file in the PLIST.
|
|
|
|
|
| |
Also, strip the installed binaries. Aren't you glad I invented
post-install? :)
|
| |
|
|
|
|
|
| |
Not:
DEPENDS= ${PORTSDIR}/utils/Wnn
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
|
|
|
|
| |
Submitted by:
Obtained from:
|
|
|
|
| |
and some other minor cleanup.
|
|
|
|
| |
ports/utils.
|
| |
|
|
|
|
|
|
| |
Note: post-build and cannainfo.el are necessary only for reformatting one of
the info files whose source was patched, and can go away when the next
minor release (i.e., 2.3) comes out.
|
| |
|
|
|
|
| |
installed.
|
|
|
|
|
|
|
|
|
|
| |
@ Don't need freebsd.h and unexsunos4.c anymore (these were taken from
19.28, with a minor modification, which is now known as patch-ac).
@ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs
installation (patch-ab).
@ Taken out -g from configure per someone's suggestion (patch-aa).
@ Changed patch site to one in US.
@ New md5 checksums.
|
| |
|
|
|
|
| |
won't do the same thing twice.
|
| |
|
| |
|
|
|