Commit graph

169 commits

Author SHA1 Message Date
Jun Kuriyama
7a83f8422b Mizi Research's Korean X11 Input Method
Submitted by:	Choi Junho <cjh@kr.freebsd.org>
PR:		ports/11684
1999-05-29 08:32:15 +00:00
Jun Kuriyama
219418d427 Activate ko-hanIM. 1999-05-29 08:28:59 +00:00
Jun Kuriyama
790bb61f71 glibc 2.0 Korean locale for linux compatibility.
PR:             ports/11685
Submitted by:   CHOI Junho <cjh@kr.freebsd.org>
1999-05-25 22:14:22 +00:00
Jun Kuriyama
b7a2860877 Activate linux_locale 1999-05-25 22:12:39 +00:00
Michael Haro
736872226a More WWW: additions 1999-05-03 06:15:45 +00:00
Michael Haro
8a71cf8634 BROKEN= fetch 1999-05-02 19:27:22 +00:00
Justin M. Seger
539536fae4 Switch to using USE_ZIP along with minor cleanups to some ports. 1999-05-01 12:34:38 +00:00
Satoshi Taoka
0347e6e13e Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-05-01 04:03:48 +00:00
Jun-ichiro itojun Hagino
8512a59b72 - original distribution URL (and MD5 value) has changed.
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.
1999-04-17 10:51:11 +00:00
Steve Price
139d8d2920 Fix build for ELF.
PR:		10726
Submitted by:	maintainer
1999-04-02 03:48:54 +00:00
Steve Price
0faf36cb8d Update to 19981229 version.
PR:		10727
Submitted by:	maintainer
1999-04-02 03:45:49 +00:00
Satoshi Taoka
0b46de5816 Added gau and gtk10 1999-04-01 02:40:15 +00:00
Satoshi Taoka
879b840c25 Gtk-based Hangul-enabled terminal emulation with serial/socket
PR:		ports/10645
Submitted by:	CHOI Junho cjh@kr.freebsd.org
1999-04-01 02:30:04 +00:00
Satoshi Taoka
02711fb3f1 Update to hanterm-xf-p16
PR: ports/10631
Submitted by: CHOI Junho, maintainer
1999-03-19 01:15:11 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${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. :)
1999-03-08 07:28:36 +00:00
Satoshi Asami
652bc7e593 Use fonts-std-5.50 from all gs5* ports. Judging from the checksum, they
are all the same anyway.
1999-02-13 00:34:48 +00:00
Jun Kuriyama
63631d1dbf Upgrade to v4.08.
PR:		ports/9213
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1999-02-12 14:44:56 +00:00
Jun Kuriyama
b300811eaf Add dictionaries and some fixes.
PR:		ports/9625
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1999-02-10 14:32:00 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
1999-02-03 11:12:01 +00:00
Steve Price
4cd1769255 From maintainer:
ELF building fix. Many part of fix from editors/emacs.

PR:		9451
Submitted by:	maintainer
1999-01-18 03:21:53 +00:00
Jun Kuriyama
c48e79d118 Fix font dependency path and unmark BROKEN_ELF.
PR:		ports/9448
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
Tested by:	kuriyama
1999-01-15 12:26:54 +00:00
Jun Kuriyama
efe485dfdf Fix font dependency path.
PR:		ports/9450
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
1999-01-15 05:34:48 +00:00
Hidetoshi Shimokawa
579447f027 Add 'ONLY_FOR_ARCHS=i386' to kon variants.
kon is a kanji console driver for Japanese, Chinese and Korean.
It accesses VGA directly.
1999-01-06 05:00:26 +00:00
Steve Price
d1c4804841 Fix build for ELF.
PR:		9284
Submitted by:	maintainer
1999-01-05 01:12:01 +00:00
Satoshi Asami
4b07f0329b Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
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.
1999-01-02 00:12:21 +00:00
Satoshi Asami
7ef8df33e2 Add a couple ${WRKDIRPREFIX}'s. 1998-12-22 08:12:20 +00:00
Satoshi Asami
7e3963da63 Use ${FILESDIR} instead of "../../files"; pass it in MAKE_ENV. 1998-12-18 11:19:05 +00:00
Jun Kuriyama
e63d2fca96 Netscape web-surfboard with Korean resources
PR:		ports/8442 (part of)
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-12-13 22:00:41 +00:00
Jun Kuriyama
02f7ea6e3a Activate ko-netscape4-{communicator,navigator}. 1998-12-13 22:00:17 +00:00
Satoshi Asami
b33116f944 Mark these broken while Kuriyama-san works on the upgrade after a repository
copy.
1998-12-13 09:42:56 +00:00
Satoshi Asami
e659dfc7e3 Mark these broken while Kuriyama-san works on the upgrade after a repository
copy.
1998-12-13 09:32:08 +00:00
Justin M. Seger
2b585a1dd2 Use libttf.3 of the new freetype 1.2 1998-12-12 21:03:36 +00:00
Jun Kuriyama
241fc520ab Unbreak. (misc/rpm is not broken) 1998-12-10 15:46:40 +00:00
Jun Kuriyama
68eb6d5476 Upgrade to 2.3.1 and unbreak.
PR:		ports/8381
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
Unbreak hacked by:	kuriyama
1998-12-05 10:35:17 +00:00
Satoshi Asami
555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
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.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
5050ee1f58 Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust path
to dependency.  Use = instead of += for dependency definition.
1998-11-23 07:49:51 +00:00
Steve Price
fd6d9aea13 Update to use the www/netscape3 port.
PR:		8714
Submitted by:	maintainer
1998-11-21 20:11:02 +00:00
Steve Price
6bffea5433 Install files in new fonts/local directory.
PR:		8719
Submitted by:	maintainer
1998-11-21 20:08:11 +00:00
Jun-ichiro itojun Hagino
01681da984 updated to use latest m17n patch (19981119). 1998-11-19 04:46:46 +00:00
Satoshi Asami
265d194c62 Move fonts from misc to local.
PR:		8722
Submitted by:	maintainer
1998-11-18 13:03:42 +00:00
Satoshi Asami
5582773332 Somehow forgot to commit this file. Sorry. (Move fonts to local.)
PR:		8717
Submitted by:	maintainer
1998-11-18 11:38:57 +00:00
Satoshi Asami
70d8b79aa2 Move fonts from misc to local.
PR:		8717
Submitted by:	maintainer
1998-11-17 04:31:47 +00:00
Satoshi Asami
c511749545 Move fonts from misc to local.
PR:		8716
Submitted by:	maintainer
1998-11-17 04:14:02 +00:00
Satoshi Asami
a43e47137e Move fonts to ${X11BASE}/lib/X11/fonts/local.
PR:		8707
Submitted by:	maintainer
1998-11-17 02:31:50 +00:00
Bill Fenner
aa35c065f7 Upgrade to p15.
PR:		ports/8246
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-25 19:29:35 +00:00
Bill Fenner
59216970cf Port upgrade(korean/netscape3). distfiles and font dependency problem solved.
PR:		ports/8271
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-25 19:22:58 +00:00
Justin M. Seger
3156527958 Mark BROKEN for ELF:
===>  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
1998-10-16 03:03:08 +00:00
Justin M. Seger
99c915fa40 Mark as RESTRICTED: Crypto 1998-10-16 02:53:04 +00:00
Justin M. Seger
012ec59022 Mark BROKEN for ELF:
===>  Building for ko-nh2ps-2.3
Generating psfontmap.c ...
./mkpsfontmap.pl > psfontmap.c
./mkpsfontmap.pl: not found
*** Error code 127
1998-10-16 02:43:27 +00:00
Justin M. Seger
79f04ccd0d Mark BROKEN for ELF. Depends on rpm 1998-10-16 02:36:15 +00:00