aboutsummaryrefslogtreecommitdiff
path: root/korean
Commit message (Collapse)AuthorAgeFilesLines
* - Add a patch from upstram.Jung-uk Kim2013-12-242-2/+17
| | | | | | | - Use options framework properly. Notes: svn path=/head/; revision=337395
* - Quiesce portlintEmanuel Haupt2013-11-291-1/+0
| | | | | | | | | | | - Define DOCS - Support staging PR: 184366 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=335157
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-4/+4
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* - Update LICENSE accordingly, now that OFL10 and OFL11 are definedThomas Abthorpe2013-11-052-8/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=332811
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-5/+4
| | | | Notes: svn path=/head/; revision=332687
* - Update to 4.0.6.Jung-uk Kim2013-10-252-5/+4
| | | | | | | - Support staging. Notes: svn path=/head/; revision=331614
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Support for this language has ceased within the PHP documentation.Edwin Groothuis2013-10-212-11/+0
| | | | Notes: svn path=/head/; revision=331111
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.Raphael Kubo da Costa2013-10-131-2/+1
| | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049 Notes: svn path=/head/; revision=330266
* korean/scim-hangul: add <unistd.h> for modern compilersJohn Marino2013-10-021-0/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329105
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2043-56/+56
| | | | | | | korean) Notes: svn path=/head/; revision=327739
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-121-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327041
* Use MAKE_ARGS to simplify patches.Jung-uk Kim2013-09-032-11/+1
| | | | | | | Suggested by: danfe Notes: svn path=/head/; revision=326196
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326090
* Do not extract object files from the release tarball to simplify build.Jung-uk Kim2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325723
* Fix build with Glib20 2.36.Jung-uk Kim2013-08-301-3/+4
| | | | Notes: svn path=/head/; revision=325722
* Fix build with Clang. Remove defunct master site.Jung-uk Kim2013-08-306-34/+337
| | | | Notes: svn path=/head/; revision=325718
* Update to 4.0.5.Jung-uk Kim2013-08-221-4/+4
| | | | Notes: svn path=/head/; revision=325230
* - Convert to new perl frameworkAndrej Zverev2013-07-311-1/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324054
* - Convert to new perl frameworkAndrej Zverev2013-07-313-3/+6
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324036
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-265-540/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-6/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323702
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322618
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-092-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] Notes: svn path=/head/; revision=322586
* Add local distfiles.Jung-uk Kim2013-07-081-1/+3
| | | | Notes: svn path=/head/; revision=322534
* Add local distfile and trim makefile header.Jung-uk Kim2013-07-081-6/+3
| | | | Notes: svn path=/head/; revision=322533
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-021-2/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* - Take over the maintainership. [1]Jung-uk Kim2013-06-241-12/+9
| | | | | | | | | - Use pkgconfig for detecting dependencies. Tidy up a bit while I am here. Approved by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) [1] Notes: svn path=/head/; revision=321708
* Update to 1.4.2.Jung-uk Kim2013-06-212-16/+10
| | | | Notes: svn path=/head/; revision=321508
* Add an option to build with GTK+ 3.0.Jung-uk Kim2013-06-213-13/+37
| | | | Notes: svn path=/head/; revision=321507
* Update to 1.0.0.Jung-uk Kim2013-06-213-10/+15
| | | | Notes: svn path=/head/; revision=321505
* Update to 2.1.1.Jung-uk Kim2013-06-212-4/+3
| | | | Notes: svn path=/head/; revision=321495
* Remove extra line space.Boris Samorodov2013-06-211-1/+0
| | | | Notes: svn path=/head/; revision=321494
* . delete an article from COMMENT;Boris Samorodov2013-06-211-6/+2
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=321493
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-212-6/+10
| | | | | | | | | . mute mkdir commands; . use PLIST_FILES and PORTDOCS at Makefile; . delete pkg-plist (3 lines). Notes: svn path=/head/; revision=321492
* Use @${MKDIR} instead of direct use of command command "mkdir -p".Boris Samorodov2013-06-211-1/+1
| | | | Notes: svn path=/head/; revision=321490
* . incorporate PLIST_FILES;Boris Samorodov2013-06-212-3/+1
| | | | | | | . remove pkg-plist (3 lines). Notes: svn path=/head/; revision=321488
* Update to 4.0.4.Jung-uk Kim2013-06-191-4/+4
| | | | Notes: svn path=/head/; revision=321324
* Remove redundant lines.Jung-uk Kim2013-06-171-2/+0
| | | | Notes: svn path=/head/; revision=321164
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.Jung-uk Kim2013-06-1715-65/+181
| | | | | | | - Modernize the port and make Clang happy. Notes: svn path=/head/; revision=321163
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.Jung-uk Kim2013-06-1710-33/+5271
| | | | | | | - Honor CFLAGS and make Clang happy. Notes: svn path=/head/; revision=321162
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.Jung-uk Kim2013-06-172-7/+10
| | | | | | | - Modernize the port and make portlint happy. Notes: svn path=/head/; revision=321161
* Update e-mail address on behalf of cjh as he personally requested.Jung-uk Kim2013-06-178-28/+8
| | | | Notes: svn path=/head/; revision=321160
* Update e-mail address on behalf of cjh as he personally requested.Jung-uk Kim2013-06-177-33/+7
| | | | Notes: svn path=/head/; revision=321159
* - Do not remove directories not created by this portMartin Wilke2013-06-142-6/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320881
* Add ftp.kaist.ac.kr back and remove ftp.kreonet.re.kr.Jung-uk Kim2013-06-121-2/+3
| | | | Notes: svn path=/head/; revision=320724
* - Fix build with Clang.Jung-uk Kim2013-06-125-43/+46
| | | | | | | - Modernize the port, e.g., trim makefile header. Notes: svn path=/head/; revision=320720
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-182-4/+2
| | | | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. Notes: svn path=/head/; revision=318452