summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.Michael Nottebrock2004-12-222-2/+2
|
* Change one use of BROKEN to IGNORE and make all uses of IGNORE renderMark Linimon2004-12-191-2/+2
| | | | their text better.
* 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.
* 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.
* Tweak IGNORE string to give a better-worded error message.Kris Kennaway2004-12-182-2/+2
|
* Canonicalize definition of BROKEN.Mark Linimon2004-12-171-1/+1
|
* Update to KDE 3.3.2Michael Nottebrock2004-12-132-2/+2
|
* Update to 0.15.CHOI Junho2004-12-053-13/+21
|
* Update to 0.9.11.CHOI Junho2004-12-042-5/+5
|
* Fix omitted dot. Oops.CHOI Junho2004-12-041-1/+1
| | | | Submitted by: FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
* Fix build in amd64.CHOI Junho2004-12-042-4/+4
| | | | | PR: ports/63414 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* - Standardize an EXPIRATION_DATE format.Sergey Matveychuk2004-11-241-1/+1
| | | | Approved by: krion
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-153-4/+1
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-075-3/+5
| | | | big upgrade.
* Give each of these FORBIDDEN ports an expiration date.Mark Linimon2004-11-071-0/+2
|
* 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.
* 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.
* Unbroke and update to 3.1.CHOI Junho2004-10-122-5/+3
|
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-182-1/+11
| | | | Approved by: portmgr (self)
* BROKEN: UnfetchableKris Kennaway2004-09-181-0/+2
| | | | Approved by: portmgr (self)
* Set PORTEPOCH to 1 because the last update bumped portversionHye-Shik Chang2004-09-011-0/+1
| | | | backward.
* Update to 1.0Hye-Shik Chang2004-09-013-31/+20
|
* Update to 0.14Hye-Shik Chang2004-09-013-8/+9
|
* Update to KDE 3.3Michael Nottebrock2004-08-304-6/+2
|
* Update to 2.7 and unbreak fetch.Hye-Shik Chang2004-08-243-7/+6
|
* Fix build with gcc-3.4Kirill Ponomarev2004-08-221-0/+14
|
* Mark BROKEN: UnfetchableKirill Ponomarev2004-08-221-0/+2
|
* 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>
* As previously announced, remove these broken/insecure/obsolete ports.Kris Kennaway2004-08-1619-4873/+0
|
* 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
* - Update WWWPav Lucistnik2004-07-301-1/+1
| | | | | PR: ports/69777 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-236-46/+22
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Add new port for aleefonts-ttf 0.3,Hye-Shik Chang2004-07-235-0/+45
| | | | a fascinating Hangul truetype fonts set.
* Pet portlint.Michael Nottebrock2004-07-114-2/+6
|
* BROKEN: Does not buildKris Kennaway2004-07-111-0/+2
|
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Add scim-tables 0.4.0, SCIM table based Korean input methods.Vanilla I. Shu2004-07-028-0/+99
| | | | | | PR: ports/67133 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Somepart by: me
* Remove expired port, superseded by sysutils/cdrtools-cjk.Alexander Leidinger2004-07-0212-294/+0
| | | | | Reminded by: marius Approved by: cjh
* - Unify print/gsfonts dependency checkPav Lucistnik2004-06-171-1/+1
| | | | | PR: ports/67999, ports/68035 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* BROKEN: Does not buildKris Kennaway2004-06-151-0/+2
|
* BROKEN: Size mismatchKris Kennaway2004-06-081-0/+2
|
* sysutils/cdrtools-cjk supersedes korean/mkisofs. Since this port has aAlexander Leidinger2004-06-071-0/+4
| | | | | | | | maintainer, just mark it as deprecated (and broken, it conflicts with sysutils/cdrtools*) and let the maintainer do the appropriate action (removing it or adding a conflicts line). Maintainer informed.
* Mark as deprecated. These ports have failed to fetch from their mainMark Linimon2004-05-274-0/+8
| | | | | | | mastersite since late 2002. PR: ports/62567 Approved by: maintainer silence (3 months)
* - Fix dependencies and installation target.Hye-Shik Chang2004-05-032-9/+20
| | | | - Put correct translations for bonobo entry description.
* Add missing @dirrmKris Kennaway2004-04-151-0/+1
|
* Fix LATEST_LINK conflictsMaho Nakata2004-04-121-0/+1
| | | | | | | NO_LATEST_LINK=yes for openoffice-1.0 ports since they may be deprecated in future... Pointed out by: kris
* rpm2cpio is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-111-1/+1
|
* Tidy up whitespace.Trevor Johnson2004-04-102-2/+2
|
* Trim whitespace.Trevor Johnson2004-04-102-17/+17
|