| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reported by: Inagaki Kentaro <inagaki@tg.rim.or.jp>
Obtained from: ports-jp@jp.freebsd.org
|
|
|
|
| |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
| |
|
|
|
|
| |
rampage.
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
|
|
|
| |
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
|
|
|
|
| |
Noticed by: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
| |
PR: 10724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
|
|
|
|
| |
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
|
|
|
|
|
|
|
|
| |
without building one of the other mule's first.
Also, add USE_XLIB and fix stuff to synch it with ../mule.
Submitted by: maintainer (last part)
|
|
|
|
| |
the "STRIP=".
|
|
|
|
| |
PR: ports/8208
|
| |
|
| |
|
|
|
|
|
|
|
| |
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
|
|
|
|
|
|
|
|
|
|
|
| |
(1) /usr/local/lib/mule/site-lisp/site-start.el is fixed
(2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el
(3) mule can work on FreeBSD-current (this problem is about new ld.so).
PR: 6030
Submitted by: maintainer
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Submitted by: maintainer
While at it, I also changed
kr-mule-2.3 -> ko-mule-2.3
cn-mule-2.3 -> zh-mule-2.3
|
|
|
|
|
| |
(Now, PKGNAME of these ports are ja-mule-*, zh-*, ko-* instead of jp, cn or
kr.)
|
|
|
|
|
|
|
|
|
| |
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
| |
|
| |
|
|
|
|
|
| |
handle sources with Japanese characters, so the dir entries for those
are given explicitly in Makefile and pkg/PLIST.
|
|
|
|
| |
ports/3175.
|
|
|
|
|
|
|
|
|
| |
they might overwrite emacs' versions.
The more I think about this, the less sense this makes, as we pratcically
mandate emacs to be installed as well for this mule to work.
Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
|
| |
|
|
|
|
| |
Minor variable reordering where needed.
|
|
|
|
| |
page compression on NOMANCOMPRESS.
|
|
|
|
| |
Reported by: jkh
|
|
|
|
| |
lot of ports or what! ;>
|
| |
|
|
|
|
|
|
| |
picked up.
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Jordan!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|