summaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Collapse)AuthorAgeFilesLines
* Update to hanterm-xf-p16taoka1999-03-194-10/+10
| | | | | PR: ports/10631 Submitted by: CHOI Junho, maintainer
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | ${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. :)
* Use fonts-std-5.50 from all gs5* ports. Judging from the checksum, theyasami1999-02-134-6/+6
| | | | are all the same anyway.
* Upgrade to v4.08.kuriyama1999-02-1215-36/+102
| | | | | PR: ports/9213 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* Add dictionaries and some fixes.kuriyama1999-02-104-14/+136
| | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | 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.
* From maintainer:steve1999-01-186-25/+109
| | | | | | | ELF building fix. Many part of fix from editors/emacs. PR: 9451 Submitted by: maintainer
* Fix font dependency path and unmark BROKEN_ELF.kuriyama1999-01-151-4/+2
| | | | | | PR: ports/9448 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer) Tested by: kuriyama
* Fix font dependency path.kuriyama1999-01-151-2/+2
| | | | | PR: ports/9450 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
* Add 'ONLY_FOR_ARCHS=i386' to kon variants.simokawa1999-01-061-1/+3
| | | | | kon is a kanji console driver for Japanese, Chinese and Korean. It accesses VGA directly.
* Fix build for ELF.steve1999-01-052-3/+43
| | | | | PR: 9284 Submitted by: maintainer
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anyasami1999-01-022-7/+6
| | | | | | | 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.
* Add a couple ${WRKDIRPREFIX}'s.asami1998-12-222-6/+6
|
* Use ${FILESDIR} instead of "../../files"; pass it in MAKE_ENV.asami1998-12-182-5/+6
|
* Netscape web-surfboard with Korean resourceskuriyama1998-12-1327-1044/+642
| | | | | PR: ports/8442 (part of) Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* Activate ko-netscape4-{communicator,navigator}.kuriyama1998-12-131-1/+3
|
* Mark these broken while Kuriyama-san works on the upgrade after a repositoryasami1998-12-133-3/+9
| | | | copy.
* Mark these broken while Kuriyama-san works on the upgrade after a repositoryasami1998-12-133-3/+9
| | | | copy.
* Use libttf.3 of the new freetype 1.2jseger1998-12-122-4/+4
|
* Unbreak. (misc/rpm is not broken)kuriyama1998-12-101-3/+1
|
* Upgrade to 2.3.1 and unbreak.kuriyama1998-12-052-6/+10
| | | | | | PR: ports/8381 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Unbreak hacked by: kuriyama
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteasami1998-12-015-22/+21
| | | | | 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.)
* Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust pathasami1998-11-2311-36/+36
| | | | to dependency. Use = instead of += for dependency definition.
* Update to use the www/netscape3 port.steve1998-11-2125-758/+1077
| | | | | PR: 8714 Submitted by: maintainer
* Install files in new fonts/local directory.steve1998-11-214-14/+55
| | | | | PR: 8719 Submitted by: maintainer
* updated to use latest m17n patch (19981119).itojun1998-11-192-4/+4
|
* Move fonts from misc to local.asami1998-11-183-15/+35
| | | | | PR: 8722 Submitted by: maintainer
* Somehow forgot to commit this file. Sorry. (Move fonts to local.)asami1998-11-181-3/+4
| | | | | PR: 8717 Submitted by: maintainer
* Move fonts from misc to local.asami1998-11-174-18/+40
| | | | | PR: 8717 Submitted by: maintainer
* Move fonts from misc to local.asami1998-11-174-20/+44
| | | | | PR: 8716 Submitted by: maintainer
* Move fonts to ${X11BASE}/lib/X11/fonts/local.asami1998-11-174-11/+37
| | | | | PR: 8707 Submitted by: maintainer
* Upgrade to p15.fenner1998-10-254-26/+6
| | | | | PR: ports/8246 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* Port upgrade(korean/netscape3). distfiles and font dependency problem solved.fenner1998-10-2511-36/+36
| | | | | PR: ports/8271 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* Mark BROKEN for ELF:jseger1998-10-161-1/+3
| | | | | | | | | ===> 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
* Mark as RESTRICTED: Cryptojseger1998-10-161-1/+3
|
* Mark BROKEN for ELF:jseger1998-10-161-1/+3
| | | | | | | | ===> Building for ko-nh2ps-2.3 Generating psfontmap.c ... ./mkpsfontmap.pl > psfontmap.c ./mkpsfontmap.pl: not found *** Error code 127
* Mark BROKEN for ELF. Depends on rpmjseger1998-10-161-1/+3
|
* Mark BROKEN for ELF:jseger1998-10-162-2/+6
| | | | | | | | 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
* Mark BROKEn for ELF:jseger1998-10-161-1/+3
| | | | | | 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
* Mark BROKEN for ELF:jseger1998-10-162-2/+8
| | | | | | | | | ./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'
* Update to 1.1-2.steve1998-10-102-3/+3
| | | | | PR: 8249 Submitted by: maintainer
* Remove this port.steve1998-10-101-2/+1
| | | | | PR: 8247 Submitted by: maintainer
* ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beasami1998-10-072-6/+6
| | | | | | | 19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp
* Upgrade to v1.01.kuriyama1998-10-043-8/+12
| | | | | PR: ports/7918 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* Update to 2.06.kuriyama1998-10-013-21/+16
| | | | | PR: ports/7913 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* freetype (libttf) is now converted to ELF.asami1998-09-212-4/+4
|
* Activate ko-pgp.language.kuriyama1998-09-171-1/+2
|
* Korean language module for PGPkuriyama1998-09-177-0/+122
| | | | | PR: ports/7365 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-151-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Remove manpages that are define in MAN? macros in korean Makefiles.asami1998-08-138-46/+0
|
OpenPOWER on IntegriCloud