| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Submitted by: Choi Junho <cjh@kr.freebsd.org>
PR: ports/11684
|
| |
|
|
|
|
|
| |
PR: ports/11685
Submitted by: CHOI Junho <cjh@kr.freebsd.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
|
|
|
|
|
|
|
| |
MD5 value was changed because some lines are added/removed from README.
- upgrade multilingual patch to the most recent one.
Thanks Satoshi for letting me know the MD5 change.
|
|
|
|
|
| |
PR: 10726
Submitted by: maintainer
|
|
|
|
|
| |
PR: 10727
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/10645
Submitted by: CHOI Junho cjh@kr.freebsd.org
|
|
|
|
|
| |
PR: ports/10631
Submitted by: CHOI Junho, maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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. :)
|
|
|
|
| |
are all the same anyway.
|
|
|
|
|
| |
PR: ports/9213
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
|
|
|
| |
PR: ports/9625
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
ELF building fix. Many part of fix from editors/emacs.
PR: 9451
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/9448
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
Tested by: kuriyama
|
|
|
|
|
| |
PR: ports/9450
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
|
|
|
|
|
| |
kon is a kanji console driver for Japanese, Chinese and Korean.
It accesses VGA directly.
|
|
|
|
|
| |
PR: 9284
Submitted by: maintainer
|
|
|
|
|
|
|
| |
dependencies to perl5 in -current. This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/8442 (part of)
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
|
| |
|
|
|
|
| |
copy.
|
|
|
|
| |
copy.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/8381
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
Unbreak hacked by: kuriyama
|
|
|
|
|
| |
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
|
|
|
|
| |
to dependency. Use = instead of += for dependency definition.
|
|
|
|
|
| |
PR: 8714
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8719
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 8722
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8717
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8717
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8716
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8707
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/8246
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
|
|
|
| |
PR: ports/8271
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
|
|
|
|
|
|
|
| |
===> Installing for ko-pine-3.96k.3
install -c -o root -g wheel -m 444 bin/libpico.so.1.3 /usr/local/lib/libpico.so.1.3
/sbin/ldconfig -m /usr/local/lib
install -c -s -o root -g wheel -m 555 bin/pico /usr/local/bin/pico
install: bin/pico: No such file or directory
*** Error code 71
|
| |
|
|
|
|
|
|
|
|
| |
===> Building for ko-nh2ps-2.3
Generating psfontmap.c ...
./mkpsfontmap.pl > psfontmap.c
./mkpsfontmap.pl: not found
*** Error code 127
|