aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.3.3.jkim2017-05-201-5/+5
| | | | | Unfortunately, support for Firebird database is temporarily disabled because Firebird 2.5 is no longer supported.
* Update to 5.2.7.jkim2017-05-051-5/+5
|
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
| | | | | PR: 218658 Submitted by: riggs
* Update to 5.2.6.jkim2017-03-281-5/+5
|
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213
* Move devel/libcheck to devel/checksunpoet2017-02-051-1/+1
| | | | - Bump PORTREVISION for dependent ports
* Update to 5.2.5.jkim2017-02-011-5/+5
|
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-sunpoet2017-01-081-1/+1
| | | | With hat: python
* textproc/hunspell: update to 1.6.0jbeich2017-01-071-1/+1
| | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887
* Update to 5.2.4.jkim2017-01-021-5/+5
|
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* textproc/hunspell: update to 1.5.4jbeich2016-12-041-1/+1
| | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt)
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
|
* Use USES=pathfix where applicable.mat2016-10-212-2/+1
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* ${RM} already has -f.mat2016-10-213-4/+4
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Split korean/imhangul into korean/imhangul-gtk2 and korean/imhangul-gtk3.jkim2016-09-1611-23/+70
|
* Unbreak and modernize the port.jkim2016-09-152-25/+26
|
* - Unbreak and modernize the port.jkim2016-09-154-23/+44
| | | | - Switch to GTK3 by default.
* Unbreak the port and modernize.jkim2016-09-155-66/+23
|
* Unbreak the port and modernize.jkim2016-09-154-21/+35
|
* GOOGLE_CODE has gone away.mat2016-09-144-0/+8
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* Fix a package installation error: dvipsk must be installed to run updmaptijl2016-09-104-13/+14
| | | | | and POSIXLY_CORRECT must be undefined to handle --enable correctly. Use --disable to properly disable the font maps.
* - Switch to options helpersamdmi32016-07-222-7/+9
| | | | - Regenerate patches with `make makepatch`
* - Switch to options helpersamdmi32016-07-152-5/+7
| | | | | - Silence mkdirs - Regenerate patches with `make makepatch`
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
| | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+0
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-199-13/+13
| | | | Approved by: portmgr blanket
* Update to 5.0.6.jkim2016-05-071-4/+4
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0114-22/+22
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 20160201.jkim2016-03-263-44/+45
| | | | | | | - Add an option to include Eco font family. Default is off. - Prefer USES=7z. [1] PR: 208292 [1]
* Update to 5.0.5.jkim2016-02-161-4/+4
|
* korean/engdic: USES+= ncurses, respect LDFLAGSmarino2016-02-051-1/+2
| | | | Also link with libncurses, not libtermcap
* Update to 5.0.4.jkim2015-12-181-4/+4
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-054-25/+25
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Update to 5.0.3.jkim2015-11-041-4/+4
|
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2
|
* Update to 5.0.2.jkim2015-09-242-6/+6
|
* Update to 1.5.0.jkim2015-09-106-64/+23
|
* Strip binary and modernize the port.jkim2015-09-102-28/+15
|
* Update to 13.1.jkim2015-09-103-8/+7
|
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
| | | | | | | | | Unfortunately, LibreOffice project completely dropped support for pre-C++11 compilers and libraries since 4.4. Therefore, we cannot easily build it on FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason, the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with no language packs).
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Fix build with fmake.jkim2015-07-251-2/+2
|
* Update to 20141022 snapshot.jkim2015-07-233-27/+37
|
* Remove the unused license file since r332811.jkim2015-07-231-96/+0
|
* MASTER_SITES cleanup.mat2015-05-144-8/+4
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Update to 4.3.7.jkim2015-04-261-4/+4
|
* Major update to libpinyin, fcitx and their add ons:delphij2015-03-315-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | - New port: chinese/brise Rime schema repository - Update chinese/fcitx to 4.2.8.5. - Update chinese/fcitx-chewing to 0.2.2. - Update chinese/fcitx-cloudpinyin to 0.3.4. - Update chinese/fcitx-configtool to 0.4.8. - Update chinese/fcitx-libpinyin to 0.3.1. - Update chinese/fcitx-rime to 0.3.1. - Update chinese/fcitx-sunpinyin to 0.4.1. - Update chinese/fcitx-table-extra to 0.3.7. - Add LICENSE and update website (mainly move off Google Code) for various ports. - Update chinese/libpinyin to 1.1.0. - Update chinese/librime to 1.1. - Update chinese/opencc to 0.4.3. - Update japanese/fcitx-anthy to 0.2.1. - New port: japanese/fcitx-skk SKK support for Fcitx - Update korean/fcitx-hangul to 0.3.0. - Update textproc/fcitx-m17n to 0.2.3. PR: ports/198743 Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij
* - Install the fonts to a better place.jkim2015-03-232-5/+8
| | | | - Correct the pkg-message to reflect the new directory.
* Fix pkg-message to display the correct directory.jkim2015-03-231-1/+1
|
* Update PORTREVISION to catch up with the master port change.jkim2015-03-231-1/+1
|
* Make fonts repecting XDGbapt2015-03-2216-124/+67
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* Update KDE SC to 4.14.3alonso2015-03-122-2/+4
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* - Update to 4.3.6.jkim2015-02-211-4/+4
| | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1]
* korean/baekmukfonts-ttfs: correct LICENSE (BSD => MIT)marino2015-02-061-1/+2
| | | | | | PR: 197085 Submitted by: Jordan Irwin Approved by: n/a (unmaintained)
* cleanup plistbapt2014-12-216-7/+0
|
* Update to 4.3.5.jkim2014-12-191-4/+4
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Update to 4.3.4.jkim2014-11-271-4/+4
|
* Does not work anymorebapt2014-11-197-143/+0
|
* Cleanup plistantoine2014-11-1221-243/+11
|
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+0
| | | | Approved by: portmgr (mat)
* Update to 4.3.3.jkim2014-11-011-4/+4
|
* Remove @dirrm and @dirrmtry entries from the Qt ports.rakuco2014-10-241-2/+0
|
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-202-4/+2
| | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit)
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-193-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
* Update to 4.3.2.jkim2014-10-172-5/+4
|
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-2/+4
| | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* - Fix a bug which prevented a bind(2) call from working.hrs2014-09-111-1/+0
| | | | | | | | - Support "make stage" by a non-root user. - Set $*wnn_enable=NO by default. [*] - Fix pkg-plist. PR: 149250 [*]
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-113-2/+3
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* textproc/scim:tijl2014-08-311-1/+1
| | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
* Remove ports related to Adobe Reader.hrs2014-08-303-14/+0
|
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-4/+3
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* More unzip removalantoine2014-08-181-1/+0
|
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Merge 4 unzip slave ports into archivers/unzip as non-default optionsmarino2014-08-154-63/+0
| | | | | | | | | | | | | | | | | | | | | | It is practically impossible to use any of the unzip slave ports. This is because archivers/unzip is used by the ports infrastruction (via USES=zip, USES=zip:infozip) and each slave port conflicts with it. If you install the slave port first, then the port infrastructure can't install archivers/unzip (although if attempted, the extracts dependency might be satisfied by the slave port so it might actually work). In any case, this change: * Adds "iconv" support as an non-default option * Add a localization group that can have zero or one selection * That group contains Chinese, Korean, or Russian support * WITH_UNZIP_UNREDUCE support was removed (I'm not sure it even worked) * Makefile was simplified (several loops removed) * Removes unzip-iconv, Chinese, Korean, Russian slave ports PR: 190349 Reported by: Mikhail Rokhin Unzip overhaul: marino Approved by: maintainer (ehaupt@)
* Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-301-1/+1
| | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports)
* Rename korean/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0
|
* Remove expired ports:rene2014-07-2510-2294/+0
| | | | | | | | | | | | | | | | | | | | | | | 2014-07-23 chinese/big5con: Fails to build with new utmpx 2014-07-23 chinese/hztty: Fails to build with new utmpx 2014-07-23 irc/solid-ircd: Fails to build with new utmpx 2014-07-23 korean/eterm: Fails to build with new utmpx 2014-07-23 mail/biffer: Fails to build with new utmpx 2014-07-23 misc/c-hey: Fails to build with new utmpx 2014-07-23 misc/wminfo: Fails to build with new utmpx 2014-07-23 net/sendfile: Fails to build with new utmpx 2014-07-23 net-im/centericq: Fails to build with new utmpx 2014-07-23 security/chkrootkit: Fails to build with new utmpx 2014-07-23 security/openfwtk: Fails to build with new utmpx 2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx 2014-07-23 security/srp: Fails to build with new utmpx 2014-07-23 security/sud: Fails to build with new utmpx 2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx 2014-07-23 sysutils/lookupd: Fails to build with new utmpx 2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx 2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx 2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx 2014-07-23 sysutils/yawho: Fails to build with new utmpx
* Do not try to remove directories not createdbapt2014-07-221-2/+0
|
* Stagify.vanilla2014-07-142-11/+1
| | | | Approved by: portmgr@ (blanket)
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-062-2/+2
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileadamw2014-07-054-48/+35
| | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
* - Stagifyamdmi32014-07-041-5/+3
| | | | | | | - Use new LIB_DEPENDS syntax - Convert USE_XZ to USES Approved by: portmgr blanket
* - Switch to USES=libtoolamdmi32014-07-041-2/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-5/+3
| | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* - Switch to USES=libtoolamdmi32014-07-041-1/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-3/+3
| | | | Approved by: portmgr blanket
* Convert GMAKE to MAKE_CMDbapt2014-06-251-2/+2
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Update to 4.2.5.jkim2014-06-241-4/+4
|
* Deprecate ports failing to build with new utmpxantoine2014-06-241-0/+3
| | | | | | Maintainers had more than 4 years to fix them With hat: portmgr
* Support LIBS like LDFLAGS.tijl2014-06-112-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to libreoffice 4.2.4bapt2014-06-111-4/+4
| | | | | | | | - Speed staging phase by really installing to the stagedir directly - Rework to use predefined targets for build and install - Strip binaries - Remove now unnecessary dependencies on autotools - Add patches to fix crashes with icu 53.1
* Add staging supportpawel2014-05-302-10/+11
|
* Add staging supportpawel2014-05-301-5/+4
|
* - Add staging supportpawel2014-05-302-8/+3
| | | | - Use canonical name for patch
* Add staging supportpawel2014-05-301-8/+6
|
* Port is stage safepawel2014-05-301-1/+0
|
* Add staging supportpawel2014-05-301-12/+5
|
* Add staging supportpawel2014-05-301-4/+2
|
* - Add staging supportpawel2014-05-301-23/+10
| | | | - Use options subs, helpers
* - Convert gmake to USESmiwi2014-05-264-7/+4
| | | | Approved by: portmgr
* STAGEDIR support.hrs2014-05-252-16/+7
|
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-111-2/+2
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* - Don't remove mtree directoriesamdmi32014-05-101-1/+0
| | | | Approved by: portmgr
* Support stagebapt2014-05-091-1/+0
|
* Re-add accidentally removed PLIST_DIRS and PLIST_FILES in r339059.jkim2014-05-072-1/+5
| | | | | Submitted by: platypus01 at gmail dot com Pointyhat to: jkim
* Update to 4.1.6.jkim2014-05-071-4/+4
|
* Convert all :U to :tu and :L to :tlbapt2014-05-052-5/+5
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-252-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-2/+57
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* Use USES=tar:bzip2.jkim2014-03-151-2/+1
|
* Simplify MASTER_SITES and use USES=tar:xz.jkim2014-03-151-3/+2
|
* - STAGEDIR supporthrs2014-03-114-13/+8
| | | | | - Eliminate duplicate files installed by each */FreeWnn-lib. - Bump PORTREVISION because of dependency and pkg-plist changes.
* Convert k* to USES=zipbapt2014-03-102-2/+2
|
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* Support stagingehaupt2014-02-271-6/+4
|
* Update to 4.1.5. It is partially based on the following PR.jkim2014-02-261-4/+4
| | | | PR: ports/186265
* Remove trailing whitespaces from category koreanehaupt2014-02-211-1/+1
|
* Support stagingehaupt2014-02-201-9/+4
|
* Support stagingehaupt2014-02-201-4/+3
|
* Support stagingehaupt2014-02-201-8/+3
|
* Support stagingehaupt2014-02-201-2/+1
|
* Support stagingehaupt2014-02-201-2/+1
|
* Support stagingehaupt2014-02-201-5/+4
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-184-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Update gimp-help ports to 2.8.1. Polish translation has been removed, newmakc2014-02-011-3/+3
| | | | | | | | | translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer)
* Fix properties on pkg-plistbapt2014-01-224-4/+0
|
* Simplify and support staging.jkim2014-01-086-60/+19
|
* Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.jkim2014-01-071-13/+5
|
* - Stagefy, convert to USES=gmake, convert LIB_DEPENDS to new format.jkim2014-01-071-9/+14
| | | | - Use options framework to select the default keyboard layout.
* Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.jkim2014-01-072-11/+7
|
* In preparation for Qt 5 ports:makc2014-01-072-17/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :)
* With gtk 2.4.22, immodule cache has moved from gtk.immodules toantoine2014-01-052-13/+5
| | | | | | | | | immodules.cache. gtk-query-immodules-2.0 has a new option, --update-cache that does what we want too. Use this new option. While here, add stage support to non slave ports Reviewed by: kwm (immodules part)
* - Add a patch from upstram.jkim2013-12-252-2/+17
| | | | - Use options framework properly.
* - Quiesce portlintehaupt2013-11-291-1/+0
| | | | | | | | - Define DOCS - Support staging PR: 184366 Submitted by: Takefu <takefu@airport.fm>
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-4/+4
| | | | | | - Adapt plists. With hat on: kde
* - Update LICENSE accordingly, now that OFL10 and OFL11 are definedtabthorpe2013-11-052-8/+2
| | | | With hat: portmgr
* Support stage, use bsdtar to extractbapt2013-11-041-5/+4
|
* - Update to 4.0.6.jkim2013-10-262-5/+4
| | | | - Support staging.
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery)
* Support for this language has ceased within the PHP documentation.edwin2013-10-212-11/+0
|
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-141-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
* korean/scim-hangul: add <unistd.h> for modern compilersmarino2013-10-031-0/+10
| | | | Approved by: portmgr (bapt, implicit)
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runbapt2013-09-241-1/+0
| | | | Exp-run by: bdrewery
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-2143-56/+56
| | | | korean)
* Add explicit dependency on pkgconf (20 ports)marino2013-09-121-1/+1
| | | | Approved by: portmgr (bapt, implicit)
* Use MAKE_ARGS to simplify patches.jkim2013-09-042-11/+1
| | | | Suggested by: danfe
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Do not extract object files from the release tarball to simplify build.jkim2013-08-311-1/+1
|
* Fix build with Glib20 2.36.jkim2013-08-311-3/+4
|
* Fix build with Clang. Remove defunct master site.jkim2013-08-316-34/+337
|
* Update to 4.0.5.jkim2013-08-231-4/+4
|
* - Convert to new perl frameworkaz2013-07-311-1/+1
| | | | - Trim Makefile header
* - Convert to new perl frameworkaz2013-07-313-3/+6
| | | | - Trim Makefile header
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-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
* - switch simple inline replacement from perl to sedaz2013-07-261-6/+2
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-101-0/+1
|
* KDE4 l10n fixes.rakuco2013-07-102-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]
* Add local distfiles.jkim2013-07-091-1/+3
|
* Add local distfile and trim makefile header.jkim2013-07-091-6/+3
|
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-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.
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-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.
* - Take over the maintainership. [1]jkim2013-06-251-12/+9
| | | | | | - Use pkgconfig for detecting dependencies. Tidy up a bit while I am here. Approved by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) [1]
* Update to 1.4.2.jkim2013-06-222-16/+10
|
* Add an option to build with GTK+ 3.0.jkim2013-06-223-13/+37
|
* Update to 1.0.0.jkim2013-06-223-10/+15
|
* Update to 2.1.1.jkim2013-06-222-4/+3
|
* Remove extra line space.bsam2013-06-221-1/+0
|
* . delete an article from COMMENT;bsam2013-06-221-6/+2
| | | | . trim Makefile headers.
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;bsam2013-06-222-6/+10
| | | | | | . mute mkdir commands; . use PLIST_FILES and PORTDOCS at Makefile; . delete pkg-plist (3 lines).
* Use @${MKDIR} instead of direct use of command command "mkdir -p".bsam2013-06-221-1/+1
|
* . incorporate PLIST_FILES;bsam2013-06-222-3/+1
| | | | . remove pkg-plist (3 lines).
* Update to 4.0.4.jkim2013-06-201-4/+4
|
* Remove redundant lines.jkim2013-06-181-2/+0
|
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.jkim2013-06-1815-65/+181
| | | | - Modernize the port and make Clang happy.
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.jkim2013-06-1810-33/+5271
| | | | - Honor CFLAGS and make Clang happy.
* - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.jkim2013-06-182-7/+10
| | | | - Modernize the port and make portlint happy.
* Update e-mail address on behalf of cjh as he personally requested.jkim2013-06-188-28/+8
|
* Update e-mail address on behalf of cjh as he personally requested.jkim2013-06-187-33/+7
|
* - Do not remove directories not created by this portmiwi2013-06-142-6/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* Add ftp.kaist.ac.kr back and remove ftp.kreonet.re.kr.jkim2013-06-131-2/+3
|
* - Fix build with Clang.jkim2013-06-135-43/+46
| | | | - Modernize the port, e.g., trim makefile header.
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+2
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-123-3/+3
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Add DIST_SUBDIR to fix a fetch error because the distfiles are often replacedhrs2013-05-102-2/+3
| | | | with the same names in every release.
* Update to 4.0.3.jkim2013-05-101-4/+4
|
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-064-25/+17
|
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-063-9/+4
| | | | instead to make migration to TeXLive easier.
* Update to 3.03.hrs2013-05-014-29/+55
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+0
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-272-2/+2
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-255-5/+5
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
| | | | Approved by: portmgr (bapt)
* Do not install UnBom font. There was a copyright dispute and the upstreamjkim2013-04-241-2/+2
| | | | | | decided to stop redistribution of the font. https://kldp.org/node/135598
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-232-2/+2
|
* Update to 4.0.2.jkim2013-04-171-4/+4
| | | | Feature safe: yes
* Trim Makefile header.jkim2013-04-171-5/+0
| | | | Feature safe: yes
* Update to 3.1.jkim2013-04-173-11/+28
| | | | Feature safe: yes
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-273-15/+69
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* - Add explicit pkgconf dependencybdrewery2013-03-241-5/+2
| | | | | | | | - Trim headers PR: ports/177306 Reported by: John Marino <draco@marino.st> With hat: portmgr
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Update to 4.0.1.jkim2013-03-091-4/+4
|
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)gahr2013-02-071-2/+2
| | | | Approved by: portmgr
* Update to 3.6.5.jkim2013-02-051-4/+4
|
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-26/+13
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-041-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4]
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - Update to 0.2.0wen2012-12-163-4/+6
| | | | | PR: 174123 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Add fcitx-hangul, Korean input back-end to the Fcitx IM framework.danfe2012-11-085-0/+47
| | | | Feature safe: yes
* - Update to 0.4.0.jkim2012-11-035-22/+30
| | | | | | | - Fix dependencies and tweak pkg-message. - Trim makefile header, add license, and convert to optionsNG. Feature safe: yes
* - Update to 3.5.7.jkim2012-10-272-9/+4
| | | | | | - Trim Makefile headers. Feature safe: yes
* - Update to 0.5.6.jkim2012-10-092-8/+4
| | | | - Trim makefile header.
* - Update to 3.5.6.jkim2012-08-241-4/+4
| | | | | | | - Use system mdds. - Fix build with the recent Clang (CURRENT). - Enable visibility for recent Clang (9.1 and CURRENT). - Attempt to fix build on 7.x and 8.x (not tested).
* Fix typos in COMMENTcs2012-07-292-2/+2
| | | | Approved by: portmgr@ (implicit)
* Fix typos in COMMENTcs2012-07-281-1/+1
| | | | Approved by: portmgr@ (implicit)
* - Chase ibus update. [1]jkim2012-07-201-4/+6
| | | | | | - Convert to optionsNG framework. Reported by: beat
* - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4
| | | | - Add new language packs, i.e., ast, bo, kn, lb, and ug.
* - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4
| | | | | | | | for FreeBSD platform! Now with system boost-1.48 support and powered by clang-3.1 by default Dima, behalf of FreeBSD Office team
* Remove BROKEN now that imlib is fixed.kwm2012-06-201-2/+0
|
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-152-3/+2
| | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php
* - Mark BROKEN: does not compilepav2012-06-141-0/+2
| | | | | | undefined reference to `PrintGifError' Reported by: pointyhat
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-0112-5/+12
|
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-253-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
* Fix PLIST.jkim2012-05-042-0/+2
| | | | Reported by: pointyhat
* Fix newly added ibus-setup-hangul utility and desktop icons.jkim2012-05-013-0/+16
|
* Update to 1.4.1.jkim2012-05-014-86/+13
|
* - upgrade to 3.5.2bapt2012-04-234-0/+22
| | | | | | | | | | | | | | | | - switch and force compiler to clang using the one from base on 9 and CURRENT, the one from ports if not found in base - now only build en_US version, all localisation are available through separated ports. - Graphite smart font is now used by default - Rebundle boost to easier upgrading boost - Rebundle mdds the one from the ports seems incompatible with clang - Unbundle all the fonts Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and feedback Thank you to iXsystems for providing resources to build/test libreoffice
* korean/unfonts-ttf||2012-03-16|Was divided into korean/unfonts-core and ↵dougb2012-03-175-71/+0
| | | | | | | | korean/unfonts-extra Last dependent was updated, so it is now safe to remove Feature safe: yes
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-2/+4
| | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
* - Fix plistpav2012-01-221-0/+2
| | | | Reported by: pointyhat
* Improve a patch for IBus 1.4.0 from upstream and reduce diff.jkim2012-01-102-11/+51
|
* Update to 1.3.2.jkim2012-01-105-16/+48
|
* - Update to 2.1.0.jkim2012-01-044-15/+5
| | | | - Update project URL.
* - Update to 0.99.11.jkim2012-01-043-5/+5
| | | | - Update project URL.
* - update to 0.1.0scheidell2011-12-215-23/+19
| | | | | | | | - update master sites to google PR: ports/163260 Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) Approved by: gabor (mentor)
* Fix FONTSDIR.hrs2011-12-141-2/+2
| | | | Reported by: pav
* Update dependency because korean/unfonts-ttf is split into -core and -extra.hrs2011-12-061-2/+2
| | | | | Spotted by: dougb Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-192-2/+2
| | | | Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0219-797/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* Add a comment indicating what ports depend on these 2dougb2011-11-021-1/+2
|