1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

231 Commits

Author SHA1 Message Date
Steve Price
d9d156e61d Fix build for ELF. 1999-07-04 21:16:07 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Steve Price
d888a056b4 This doesn't build on the Alpha. 1999-06-22 16:46:14 +00:00
Satoshi Taoka
45a282d56b Added acroread-korfont 1999-06-17 09:37:16 +00:00
Satoshi Taoka
7efecebecd Asian Font Packs for Acrobat Reader 4.0 (for Korean) 1999-06-17 09:33:25 +00:00
Steve Price
c5a4efc0aa Add engdic. 1999-06-09 01:30:51 +00:00
Steve Price
869d51f750 Initial import of the ko-engdic port version 0.1.
An English dictionary utility for our Korean users.

PR:		12002
Submitted by:	Oh Junseon <hollywar@mail.holywar.net>
1999-06-09 01:30:04 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Michael Haro
c088d09f2d s,/usr/local,${PREFIX}, 1999-06-05 19:55:24 +00:00
Steve Price
ee58665c7d Unbreak for ELF. 1999-05-31 04:59:04 +00:00
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
Justin M. Seger
39a34ff15a Mark BROKEN for ELF:
checking for XextCreateExtension in -lXext... yes
checking for XawSimpleMenuAddGlobalActions in -lXaw... no
checking for XawSimpleMenuAddGlobalActions in -lXaw_s... no
configure: error: Unable to successfully link Athena library (-lcf_x_athena) with test program
*** Error code 1
1998-10-16 02:04:09 +00:00
Justin M. Seger
fcf4cc59c2 Mark BROKEn for ELF:
gmake[1]: *** No rule to make target `/usr/lib/crt0.o', needed by `temacs'.  Stop.
gmake[1]: Leaving directory `/usr/ports/korean/hanemacs/work/hanemacs-19.34/src'
gmake: *** [src] Error 2
1998-10-16 01:12:22 +00:00
Justin M. Seger
a502bbd766 Mark BROKEN for ELF:
./echogs -a ldt.tr -s - -lz -lm
LD_RUN_PATH=; export LD_RUN_PATH;  XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS=  FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3=  DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8=  DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12=  DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15=  /bin/sh <ldt.tr
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-16 01:03:23 +00:00
Steve Price
0840f3b70e Update to 1.1-2.
PR:		8249
Submitted by:	maintainer
1998-10-10 08:15:08 +00:00
Steve Price
d29ffe09b5 Remove this port.
PR:		8247
Submitted by:	maintainer
1998-10-10 08:05:04 +00:00
Satoshi Asami
2e7cf46d9c ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be
19.28).

PR:		8178
Submitted by:	taoka@infonets.hiroshima-u.ac.jp
1998-10-07 08:11:41 +00:00
Jun Kuriyama
241cd56088 Upgrade to v1.01.
PR:		ports/7918
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-04 10:25:52 +00:00
Jun Kuriyama
15f1bcd034 Update to 2.06.
PR:		ports/7913
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-01 22:04:05 +00:00
Satoshi Asami
5d9c9602fa freetype (libttf) is now converted to ELF. 1998-09-21 08:41:46 +00:00
Jun Kuriyama
09ce86fe2e Activate ko-pgp.language. 1998-09-17 14:15:20 +00:00
Jun Kuriyama
c321aaf113 Korean language module for PGP
PR:		ports/7365
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-09-17 14:14:50 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Satoshi Asami
45532f0cc8 Remove manpages that are define in MAN? macros in korean Makefiles. 1998-08-13 07:26:44 +00:00
Satoshi Asami
6b40d368d1 Can't fetch.... 1998-08-13 07:18:01 +00:00
Steve Price
e2bb7c1fed Update to version 2.0
PR:		7514
Submitted by:	maintainer
1998-08-09 00:54:34 +00:00
Steve Price
c138545eeb Update to patchlevel 14.
PR:		7461
Submitted by:	maintainer
1998-08-09 00:46:33 +00:00
Steve Price
e19dd99470 Add pico Hangul patch.
PR:		7462
Submitted by:	maintainer
1998-08-09 00:18:24 +00:00
Steve Price
f836a97841 Update to version 2.3
PR:		7363
Submitted by:	maintainer
1998-08-09 00:14:58 +00:00
Satoshi Asami
3103ea2f76 Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
x11 to fonts.  While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Satoshi Asami
3162a2608a Update checksums of two font files to match that of print/ghostscript5. 1998-07-31 20:40:48 +00:00
Jun Kuriyama
0dfe7ccfe3 Aladdin Postscript interpreter with Korean Truetype fonts support.
PR:		ports/6207
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-07-29 14:55:49 +00:00
Jun Kuriyama
597c7980ab Activate ko-ftghostscript5. 1998-07-29 14:52:10 +00:00
Satoshi Asami
e19be50eb8 Regenerate checksum to be consistent with rev. 1.6 of Makefile. 1998-07-27 21:23:00 +00:00
Steve Price
687e500925 The johabfonts are now installed in a different location.
PR:		7388
Submitted by:	maintainer
1998-07-27 00:38:56 +00:00
Steve Price
599b2a01eb Install the binary as hpscat.bin since the shell wrapper is
already installed as hpscat.

PR:		7374
Submitted by:	maintainer
1998-07-27 00:31:31 +00:00
Steve Price
691ff846ca Distfiles have moved.
PR:		7362
Submitted by:	maintainer
1998-07-27 00:28:22 +00:00
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +00:00
David E. O'Brien
ad753a9cc2 CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mk 1998-06-26 09:16:49 +00:00
Jun Kuriyama
0350a51e47 My mistakes in previous commit are fixed.
Pointed out by:	maintainer
1998-05-19 12:38:25 +00:00
Jun Kuriyama
a2bb9fbd08 Activate hanemacs. 1998-05-17 22:26:59 +00:00
Jun Kuriyama
3367e70dd1 Korean version of GNU editing macros.
PR:		ports/6011
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-05-17 22:26:00 +00:00
Jun Kuriyama
ff627e24ab Activate ko-mizifont 1998-05-09 14:19:58 +00:00
Jun Kuriyama
dea918ba86 Mizi Research's Korean X11 Font(ksc5601.1987-[01] encoding)
1. This package should not be commercial use.
2. This package should not be redistributed(except FreeBSD mirrors).

Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
PR:		ports/6052

Should I put some comments in ports/LEGAL?
1998-05-09 14:19:20 +00:00
Thomas Gellekum
b0d2c8e405 Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates
from octave and iv.
1998-05-06 09:06:01 +00:00
Jun Kuriyama
b00338fc90 Activate kaistfonts. 1998-05-05 14:23:02 +00:00
Jun Kuriyama
14f10f2b03 X11 KAIST font(ksc5601.1987-0 encoding) collection
PR:		ports/6143
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-05-05 14:21:44 +00:00
Steve Price
d0f9c6922f Update to patchlevel 13.
PR:		6450
Submitted by:	maintainer
1998-05-03 20:47:14 +00:00