summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-123-3/+3
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-113-3/+3
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Replace "%" in patch filenames with "_".Anton Berezin2005-04-072-0/+0
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=132691
* BROKEN: Does not buildKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131973
* Fixed iiimf-related ports build failDaichi GOTO2005-03-254-117/+55
| | | | | | | | | Submitted by: Masanori OZAWA <ozawa@ongs.net> Approved by: portmgr(krion) Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=131945
* Update to KDE 3.4Michael Nottebrock2005-03-202-0/+2
| | | | Notes: svn path=/head/; revision=131766
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-124-1/+4
| | | | Notes: svn path=/head/; revision=130974
* - update to 0.5.1, use scim-table-imengine nowCheng-Lung Sung2005-03-076-25/+43
| | | | | | | | PR: 78266 Submitted by: Jie Gao (maintainer) Notes: svn path=/head/; revision=130512
* IIIMF-related portDaichi GOTO2005-03-048-0/+226
| | | | | | | | | - iiimf-le-hangul is IIIMF Hangul module Submitted by: ume Notes: svn path=/head/; revision=130364
* Name is not correct. iiimf-le-hanbul must be iiimf-le-hangul.Daichi GOTO2005-03-048-226/+0
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=130363
* IIIMF-related ports:Daichi GOTO2005-03-048-0/+226
| | | | | | | | | - add korean/iiimf-le-handul for iiimf le-handul module Submitted by: ume Notes: svn path=/head/; revision=130350
* Respect the user's USE_LINUX setting.Trevor Johnson2005-03-011-1/+1
| | | | Notes: svn path=/head/; revision=130124
* BROKEN: Removes files installed by another portKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129977
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-282-0/+4
| | | | Notes: svn path=/head/; revision=129944
* - Update distinfo because some font files on site are updated.Hye-Shik Chang2005-02-192-8/+5
| | | | | | | - Unmark BROKEN. Notes: svn path=/head/; revision=129289
* As previously announced, remove ports that have reached their expiry date,Kris Kennaway2005-02-1823-1062/+0
| | | | | | | and the handful of ports that depended on them. Notes: svn path=/head/; revision=129234
* Update to 4.1Hye-Shik Chang2005-01-263-5/+6
| | | | Notes: svn path=/head/; revision=127397
* Remove dead master site and update WWW.Vanilla I. Shu2005-01-202-3/+2
| | | | | | | | PR: ports/76476 Submitted by: maintainer Notes: svn path=/head/; revision=126957
* Removed the insecure elvrec and elvprsv binaries to disable theNiels Heinen2005-01-105-294/+51
| | | | | | | | | | | temporary file preservation/recovery functionality. http://people.freebsd.org/~niels/ports/korean/helvis/issues.txt Approved by: nectar (mentor), maintainer timeout Notes: svn path=/head/; revision=126078
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.Michael Nottebrock2004-12-222-2/+2
| | | | Notes: svn path=/head/; revision=124856
* Change one use of BROKEN to IGNORE and make all uses of IGNORE renderMark Linimon2004-12-191-2/+2
| | | | | | | their text better. Notes: svn path=/head/; revision=124502
* As previously announced, retire these old warhorses due to securityMark Linimon2004-12-1911-338/+0
| | | | | | | | | problems that will never be fixed. I almost feel like asking for a short moment of silence. Notes: svn path=/head/; revision=124449
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-183-0/+6
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* Tweak IGNORE string to give a better-worded error message.Kris Kennaway2004-12-182-2/+2
| | | | Notes: svn path=/head/; revision=124426
* Canonicalize definition of BROKEN.Mark Linimon2004-12-171-1/+1
| | | | Notes: svn path=/head/; revision=124263
* Update to KDE 3.3.2Michael Nottebrock2004-12-132-2/+2
| | | | Notes: svn path=/head/; revision=123951
* Update to 0.15.CHOI Junho2004-12-053-13/+21
| | | | Notes: svn path=/head/; revision=123157
* Update to 0.9.11.CHOI Junho2004-12-042-5/+5
| | | | Notes: svn path=/head/; revision=123125
* Fix omitted dot. Oops.CHOI Junho2004-12-041-1/+1
| | | | | | | Submitted by: FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org> Notes: svn path=/head/; revision=123114
* Fix build in amd64.CHOI Junho2004-12-042-4/+4
| | | | | | | | PR: ports/63414 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=123113
* - Standardize an EXPIRATION_DATE format.Sergey Matveychuk2004-11-241-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=122258
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-153-4/+1
| | | | Notes: svn path=/head/; revision=121637
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-075-3/+5
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Give each of these FORBIDDEN ports an expiration date.Mark Linimon2004-11-071-0/+2
| | | | Notes: svn path=/head/; revision=121030
* Mark FORBIDDEN: I have no doubt that many of the vulnerabilities thatJacques Vidrine2004-10-211-0/+2
| | | | | | | | have affected Mozilla and other browsers also affect these ancient Netscape versions. Notes: svn path=/head/; revision=119936
* Upgrade textproc/scim and related ports:Thierry Thomas2004-10-183-6/+6
| | | | | | | | | | | | | | | | | textproc/scim 0.99.6 --> 1.0.0 chinese/scim-chinese 0.4.1 --> 0.4.2 chinese/scim-tables 0.4.1 --> 0.4.3 korean/scim-tables 0.4.1 --> 0.4.3 japanese/scim-tables 0.4.1 --> 0.4.3 textproc/skim 0.9.5 --> 1.0.0 Pet portlint. PR: ports/71919 Submitted by: maintainer. Notes: svn path=/head/; revision=119748
* Unbroke and update to 3.1.CHOI Junho2004-10-122-5/+3
| | | | Notes: svn path=/head/; revision=118854
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-182-1/+11
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118258
* BROKEN: UnfetchableKris Kennaway2004-09-181-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118255
* Set PORTEPOCH to 1 because the last update bumped portversionHye-Shik Chang2004-09-011-0/+1
| | | | | | | backward. Notes: svn path=/head/; revision=117794
* Update to 1.0Hye-Shik Chang2004-09-013-31/+20
| | | | Notes: svn path=/head/; revision=117792
* Update to 0.14Hye-Shik Chang2004-09-013-8/+9
| | | | Notes: svn path=/head/; revision=117788
* Update to KDE 3.3Michael Nottebrock2004-08-304-6/+2
| | | | Notes: svn path=/head/; revision=117701
* Update to 2.7 and unbreak fetch.Hye-Shik Chang2004-08-243-7/+6
| | | | Notes: svn path=/head/; revision=117188
* Fix build with gcc-3.4Kirill Ponomarev2004-08-221-0/+14
| | | | Notes: svn path=/head/; revision=117066
* Mark BROKEN: UnfetchableKirill Ponomarev2004-08-221-0/+2
| | | | Notes: svn path=/head/; revision=117065
* Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.Tilman Keskinoz2004-08-222-3/+3
| | | | | | | | | | | | | | | | Update textproc/scim to 0.99.6 Update dependants: textproc/skim 0.9.4 --> 0.9.5 chinese/scim-chinese 0.4.0 --> 0.4.1 chinese/scim-tables 0.4.0 --> 0.4.1 korean/scim-tables 0.4.0 --> 0.4.1 japanese/scim-tables 0.4.0 --> 0.4.1 PR: 70501 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Notes: svn path=/head/; revision=117019
* As previously announced, remove these broken/insecure/obsolete ports.Kris Kennaway2004-08-1619-4873/+0
| | | | Notes: svn path=/head/; revision=116348
* 1: Make scim buildable on 4-X.Vanilla I. Shu2004-08-121-2/+10
| | | | | | | | | | | 2: Add sf.net to MASTER_SITE. 3: make other ports BROKEN on 4-X. PR: ports/70326 Submitted by: maintainer Notes: svn path=/head/; revision=115997