aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.7.2.delphij2015-10-053-3/+4
| | | | | PR: ports/203029 Approved by: maintainer (Henry Hu)
* Update to 0.3.2.delphij2015-10-054-14/+5
| | | | | PR: ports/203030 Approved by: maintainer timeout
* Update to 1.2.0.delphij2015-10-053-7/+11
| | | | | PR: ports/203027 Approved by: maintainer timeout
* - Update to 4.3.1sunpoet2015-10-012-5/+4
| | | | | | | - Cleanup MASTER_SITES Changes: https://tw.wordpress.org/2015/09/16/wordpress-4-3-1/ MFH: 2015Q3
* - Update to 4.3.1sunpoet2015-10-012-5/+4
| | | | | | | - Cleanup MASTER_SITES Changes: https://wordpress.org/news/2015/09/wordpress-4-3-1/ MFH: 2015Q3
* Remove the chinese specific version of joe's editorbapt2015-09-262-18/+0
| | | | The regular editors/joe now support chinese
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-264-10/+10
|
* Update to 5.0.2.jkim2015-09-244-12/+12
|
* - Add NO_ARCHamdmi32015-09-242-2/+3
| | | | | | - Sync xpdfrc permissions with graphics/xpdf, fixing stage-qa Approved by: portmgr blanket
* Remove build dependency on the python symlinkantoine2015-09-231-2/+3
|
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-212-2/+2
|
* - Add NO_ARCHsunpoet2015-09-181-0/+1
|
* - Add NO_ARCHsunpoet2015-09-181-0/+1
|
* Make it so that the default Perl is always called perl5.mat2015-09-142-5/+5
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* - Fix PORTREVISION to match master port (mail/mutt)sunpoet2015-09-131-1/+1
|
* eric6 ports: Update to version 6.0.9.bsam2015-09-121-2/+2
|
* Uses/iconv.mk: Set iconv-related CMake variables.rakuco2015-09-032-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way we deal with iconv in base and ports across different FreeBSD releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with a different prototype for iconv(3) and later versions have the right iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we must always use the libiconv port. This is why there are so many checks in Uses/iconv.mk: we need to know the situation we currently have in order to decide whether to pull iconv from converters/libiconv, whether to just use its header (and pull the library from base) or whether to use everything from base. r384038 adjusted several CMake-based ports, but did so in a way that was not very scalable and required a few intrusive patches to some ports. Most ports that have both USES=cmake and USES=iconv use variations of FindIconv.cmake that behave similarly. This change passes the header and library values we really want to use to CMake using the most common variable names, bypassing the calls to find_path() and find_library() that would sometimes end up finding the wrong file. The few ports that use different variable names have had their Makefiles adjusted (we manually pass the values we want via CMAKE_ARGS). Other changes: - chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we always want the version from ports because of USES=iconv:wchar_t. - editors/calligra: Explicitly use iconv:translit because Kexi needs it. - irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not be entirely removed because the check_library_exists() calls are wrong. Sent upstream: https://github.com/weechat/weechat/pull/513 - textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used. PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because their dependency list has changed in 10.2 and later as the ports version is always used now. PR: 202798 Reviewed by: antoine, tijl Approved by: portmgr (antoine)
* Remove BROKEN on powerpc statements: both these ports build and install fine.danfe2015-09-032-4/+0
|
* - Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2015-09-031-1/+1
|
* Update LibreOffice to 5.0.1.jkim2015-09-022-8/+8
| | | | | | | | | 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).
* - Update to 4.3sunpoet2015-08-312-3/+4
| | | | | | - Add NO_ARCH Changes: https://tw.wordpress.org/2015/08/19/billie/
* - Update to 4.3sunpoet2015-08-312-3/+4
| | | | | | - Add NO_ARCH Changes: https://cn.wordpress.org/2015/08/21/billie/
* Reset maintainership per mail on freebsd-ports@ listjbeich2015-08-312-2/+2
| | | | Requested by: Joe Horn <joehorn@gmail.com> (maintainer)
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-1913-257/+92
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* devel/eric6 and eric6 i18n files: update to version 6.0.8bsam2015-08-181-2/+2
| | | | and add NO_ARCH knob for i18n ports.
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-172-4/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* Update to 4.2.4flo2015-08-072-3/+3
| | | | | | | PR: 202107 Submitted by: ychsiao@ychsiao.org (maintainer) MFH: 2015Q3 Security: ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-3/+3
| | | | Approved by: portmgr blanket
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-1/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* chinese/pcmanx: fix LIB_DEPENDS typorobak2015-07-201-2/+2
| | | | | | PR: 201628 Submitted by: Ting-Wei Lan <lantw44@gmail.com> MFH: 2015Q3
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-1/+1
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* - Update to 4.2.2sunpoet2015-06-282-4/+4
| | | | | | | - Use DISTVERSIONSUFFIX instead of DISTNAME Changes: https://wordpress.org/news/2015/05/wordpress-4-2-2/ Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Use DISTVERSIONSUFFIX instead of DISTNAMEsunpoet2015-06-281-1/+1
| | | | Approved by: portmgr (blanket)
* - Update to 11.3sunpoet2015-06-283-14/+6
| | | | | | | | | - Strip binary executable Changes: https://github.com/buganini/chiconv/releases PR: 201019 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 1.18sunpoet2015-06-283-14/+6
| | | | | | | | | - Strip binary executable Changes: https://github.com/buganini/bug5/releases PR: 201018 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.3sunpoet2015-06-284-50/+13
| | | | | | | | | | - Strip shared library - Use PLIST_FILES Changes: https://github.com/buganini/bsdconv-opencc/releases PR: 201016 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-241-1/+0
| | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers).
* Reset maintainership for obrienerwin2015-06-131-1/+1
| | | | Approved by: portmgr
* Set vim's default encoding to utf-8 [1].kevlo2015-06-083-3/+38
| | | | | | | While here, put "exec startlxde" in dot.xinitrc. PR: 200657 [1] Submitted by: Ray-Cherng Yu <raycherng at gmail dot com>
* - Style improvementsamdmi32015-06-081-8/+4
|
* - Add LICENSEamdmi32015-06-031-13/+9
| | | | | - Strip libraries - Use options helpers
* - Strip binaryamdmi32015-05-281-1/+9
| | | | - Add LICENSE
* - Strip libraryamdmi32015-05-281-1/+5
| | | | - Add LICENSE
* - Strip libraryamdmi32015-05-281-1/+5
| | | | - Add LICENSE
* - Add LICENSEamdmi32015-05-281-11/+8
| | | | | - Strip libraries - Use options helpers
* - Don't cat pkg-message from Makefilesamdmi32015-05-272-6/+0
| | | | Approved by: portmgr blanket
* - Update to 0.21sunpoet2015-05-242-4/+3
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-3/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-194-8/+10
| | | | | With hat: portmgr Sponsored by: Absolight
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
|
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
|
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
|
* mail/mutt: update patchesjbeich2015-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | - Fix sidebar patch [1]. This version introduces a new config variable "sidebar_shortpath" which is set to yes by default to ensure backwards compatibility. - Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1 stops exporting the GPG_AGENT_INFO environment variable, so mutt can't check for the presence of that to ensure the agent is running). - Fix pgp key selection [2]. - Bump port revision because of major change to sidebar patch and gpg handling. PR: 199727 PR: 199115 [1] PR: 199341 [2] Submitted by: Udo.Schweigert@siemens.com (maintainer) MFH: 2015Q2
* MASTER_SITES cleanup.mat2015-05-1410-13/+9
| | | | | | | | | | | | | | | | | | | - 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
* Cleanup DIST* variables.mat2015-05-125-9/+7
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Drop @dirrm* from plistamdmi32015-05-111-3/+0
|
* - Simplify MASTER_SITESamdmi32015-05-111-2/+6
| | | | | - Add LICENSE - Strip library
* - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-092-3/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Update to 4.2.2sunpoet2015-05-092-3/+3
| | | | | | | | | Changes: https://tw.wordpress.org/2015/05/07/wordpress-4-2-2/ https://tw.wordpress.org/2015/04/29/wordpress-4-2-1/ https://tw.wordpress.org/2015/04/29/wordpress-4-2/ PR: 200030 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* Reassign chinese/ perl modules to perl@.adamw2015-05-0911-12/+12
| | | | | | | Also: - sort plists - p5-Lingua-ZH-Keywords fails 'make test' but did so before - p5-Lingua-ZH-Summarize hangs during t/1-basic.t
* eric6 ports: Update to version 6.0.5.bsam2015-05-081-2/+2
|
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-068-17/+9
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Due to the disabling of the bugzilla account, reset maintainership ofeadler2015-05-041-1/+1
| | | | | | the remainder of Chris's ports. Submitted by: "Chris Petrik" <chris@bsdjunk.com>
* chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)jbeich2015-05-021-1/+1
| | | | | | | | | | | | | | | In file included from src/setup.cc:9: In file included from include/rime/module.h:13: include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std' include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std' include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std' include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std' include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std' include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std' Reported by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q2
* - Update to 4.1.4sunpoet2015-04-302-3/+3
| | | | | | | PR: 199764 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2
* - Update to 4.1.2sunpoet2015-04-262-3/+3
| | | | | | | | Changes: https://tw.wordpress.org/2015/04/22/wordpress-4-1-2/ PR: 199701 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2
* - Update to 4.2sunpoet2015-04-262-3/+3
| | | | | | | | Changes: https://cn.wordpress.org/2015/04/24/powell/ PR: 199700 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2
* Unbreak build on FreeBSD 8.x/9.x and DragonFlyjbeich2015-04-262-1/+12
| | | | | | | | | | | | | | | | | | ./PYSignal.h:35:22: error: expected namespace name using namespace std::placeholders; ~~~~~^ ./PYSignal.h:49:18: error: no type named 'function' in namespace 'std' typedef std::function<R()> func_type; ~~~~~^ ./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std' typedef std::shared_ptr<Editor> EditorPtr; ~~~~~^ PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope while ((read = getline (&linebuf, &size, dictfile)) != -1) { ^ PR: 199408 Reported by: pkg-fallout, DPorts Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
* Update to 4.3.7.jkim2015-04-262-8/+8
|
* Update icu to 55.1bapt2015-04-241-0/+1
|
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-4/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* chinese/librime: Adjust patch to support DragonFly toomarino2015-04-181-9/+9
| | | | No-op for FreeBSD, it just allows cmake treat DragonFly the same way.
* Pass maintainership to enlightenment@.olgeni2015-04-171-1/+1
|
* converters/libiconv:tijl2015-04-152-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* ${ENV} does not exist, it is called ${SETENV}.mat2015-04-131-1/+1
|
* chinese/libtabe: Unbreak fetch (slightly different distfile)marino2015-04-093-26/+24
| | | | | | | | | | | | | | I don't know why, but the other repositories use a version of libtabe that's about 5 days newer, although both are listed as version 0.2.6. Apparently it was re-rolled about 11 years ago. A patch had to be regenerated as a result. I reviewed differences between the two tarballs and everything was innocent (a good chunk of different was html documentation in chinese. The DEBIAN_POOL magic doesn't support libraries, so MASTER_SITE_DEBIAN had to be manually tweaked to use the Debian pool. While here, clean up the X11 option a bit and wrap lines at 80 columns.
* Update master site and mark as unbroken.kevlo2015-04-091-4/+2
|
* eric6 ports: Update to version 6.0.4.bsam2015-04-091-2/+2
|
* Remove tar:xz from USES.vanilla2015-04-072-3/+3
| | | | Submitted by: mat@
* 1: upgrade to 2.0.4rc3.vanilla2015-04-076-66/+70
| | | | | | | | 2: unBROKEN. 3: move to GITHUB. PR: 199105 Submitted by: maintainer
* - Unbreak this portsunpoet2015-04-061-1/+0
|
* Mark as broken unfetchable portsbapt2015-04-0610-0/+10
|
* - Bump PORTREVISION to match master port (mail/mutt)sunpoet2015-04-041-1/+1
|
* Fix build when building in an environment with old version of fcitxdelphij2015-04-042-2/+12
| | | | | | | present. PR: ports/199112 Submitted by: maintainer
* Remove OSVERSION checks that do not make sense any more.mat2015-04-033-41/+0
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* chinese/fcitx: update 4.2.8.5 -> 4.2.8.6robak2015-04-022-3/+3
| | | | | PR: 199102 Submitted by: Zhihao Yuan <lichray@gmail.com>
* - remove do_nada from targetjgh2015-04-021-3/+1
| | | | Approved by: portmgr (blanket)
* - remove do_nada from targetjgh2015-04-021-1/+1
| | | | Approved by: portmgr (blanket)
* - remove do_nada from targetjgh2015-04-021-3/+1
| | | | Approved by: portmgr (blanket)
* Add ibus-libpinyin 1.7.1, intelligent Pinyin engine based on libpinyindelphij2015-04-015-0/+119
| | | | | | | | | for IBus. This is based on an old version of ibus-libpinyin submitted by Henry Hu <henry.hu.sh gmail com> with updates from myself. PR: 197116
* Add a missing build dependencyantoine2015-03-311-1/+1
|
* Major update to libpinyin, fcitx and their add ons:delphij2015-03-3185-431/+893
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* Use MASTERDIR's distinfo for chinese/joe so that future upgrades ofmi2015-03-282-6/+3
| | | | | | | editors/joe do not break the slave port. Deprecate the slave port, because its difference with the master is too trivial to warrant a separate package.
* - Fix install from non-rootamdmi32015-03-272-19/+6
| | | | | | - Simplify installation - Switch to USES=tar - Add NO_ARCH
* chinese/libtabe: Add DragonFly supportmarino2015-03-261-6/+112
| | | | Bring in fix from dports (port is not maintained)
* Actually make it find fonts.jkim2015-03-241-1/+1
|
* Fix build.jkim2015-03-241-1/+2
|
* Fix MAKE_CMD to be scons after r381976bdrewery2015-03-231-1/+1
|
* Fix dependency detectionbapt2015-03-221-1/+1
|
* Make fonts repecting XDGbapt2015-03-2212-54/+31
| | | | | | | | | | 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
* Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inbdrewery2015-03-201-2/+2
| | | | | | | | | r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the tag fetched from github by defaulting GH_TAGNAME to the same value as DISTVERSION would get by only when GH_COMMIT is not set (when using the new scheme). With hat: portmgr
* Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵bdrewery2015-03-201-1/+0
| | | | | | | | | | | GITHUB. The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and only having GH_TAGNAME default to DISTVERSION. All of these ports as-is. With hat: portmgr
* - Strip libraryamdmi32015-03-171-1/+6
|
* - Update to 1.4.14sunpoet2015-03-154-21/+41
| | | | | | | | | | | | | - While I'm here: - Use = instead of += - Remove PROJECTHOST - Sort PLIST - Update WWW Changes: https://github.com/definite/ibus-chewing/blob/master/ChangeLog PR: 198577 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Approved by: Eric Camachat <eric@camachat.org> (maintainer)
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-136-6/+6
| | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
* - Add LICENSEsunpoet2015-03-132-5/+5
| | | | | - Remove regression-test: - Sort PLIST
* Update KDE SC to 4.14.3alonso2015-03-123-4/+5
| | | | | | | | | | | | | | | | 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
* No need to export a KDE path since r344893 has switched KDE4_PREFIX tokevlo2015-03-102-0/+13
| | | | ${LOCALBASE}.
* Eric6 localization files.bsam2015-03-083-0/+10
|
* - Clarify LICENSEamdmi32015-03-052-1/+4
| | | | | | - Add LICENSE_FILE - Fix build with disabled NLS - Add empty directory to plist
* - Remove unneeded MAN3amdmi32015-03-041-2/+0
|
* Remove Authors from pkg-descrbapt2015-03-032-4/+0
|
* Fix runtime error with wrong datadir.vanilla2015-02-262-0/+16
| | | | Obtained from: James Hung via facebook.
* - Update to 4.3.6.jkim2015-02-212-8/+8
| | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1]
* Unbreak on headantoine2015-02-151-3/+7
|
* Fix build on 10 (makeinfo issue)vanilla2015-02-152-5/+23
| | | | | PR: 197598 Submitted by: Ting-Wei Lan <lantw44 at gmail.com>
* 1: Upgrade to 0.4.0.vanilla2015-02-097-53/+37
| | | | | | | 2: add LICENSE & LICENSE_FILE 3: add LIB_DEPENDS to sqlite3 4: sort USES 5: switch to cmake.
* Unbreakantoine2015-02-082-31/+24
| | | | PR: 197175
* - Strip shared librarysunpoet2015-01-201-0/+1
|
* Drop maintainership as I no longer use these software nor have time andrafan2015-01-177-7/+7
| | | | energy to keep up.
* - Update to 4.1sunpoet2015-01-162-3/+3
| | | | | | | Changes: https://tw.wordpress.org/2015/01/08/dinah/ Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q1
* Add missing USE_OPENSSL=yestijl2015-01-151-1/+1
| | | | PR: 195796
* - Bump PORTREVISION to match master port (mail/mutt) and remove false alarm ↵sunpoet2014-12-301-1/+1
| | | | of "pkg audit"
* Remove gnomehack which was unused anywaybapt2014-12-251-11/+5
| | | | | | While here: - Use OPTIONS_SUB - Use OPTIONS_SINGLE
* - Update to 4.1sunpoet2014-12-242-3/+3
| | | | | | | Changes: https://cn.wordpress.org/2014/12/23/dinah/ Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer, via email) MFH: 2014Q4
* Update "BSD" license for buganini's portsfeld2014-12-233-3/+4
|
* - Update to 0.13sunpoet2014-12-213-9/+6
| | | | | | | | | - Add LICENSE - Remove leading definite article from COMMENT - Remove MAN3 - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-Han-Utils/Changes
* Cleanup plistbapt2014-12-212-2/+0
|
* Update to 4.3.5.jkim2014-12-192-8/+8
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Finish resetting maintainershipbapt2014-12-033-3/+3
| | | | PR: 195059
* Update to 4.3.4.jkim2014-11-272-8/+8
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2638-40/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - While I'm here, update to 4.0.1sunpoet2014-11-252-4/+3
| | | | | | | | Changes: https://cn.wordpress.org/2014/11/21/wordpress-4-0-1/ https://cn.wordpress.org/2014/09/05/benny/ PR: ports/194932 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2014Q4
* - While I'm here, update to 4.0.1sunpoet2014-11-252-4/+3
| | | | | | | | Changes: https://tw.wordpress.org/2014/11/21/wordpress-4-0-1/ https://tw.wordpress.org/2014/09/05/benny/ PR: ports/194931 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2014Q4
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+0
| | | | Approved by: portmgr (mat)
* Update to 4.3.3.jkim2014-11-012-8/+8
|
* Cleanup plistbapt2014-10-2071-412/+1
|
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-196-37/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-193-5/+8
| | | | | | USES=python Approved by: portmgr (implicit)
* Bump version, I fix building erro on prev commit.vanilla2014-10-181-1/+1
|
* Reset maintainershipbapt2014-10-172-2/+2
|
* Update to 4.3.2.jkim2014-10-174-10/+8
|
* chase latest irc/irssi.vanilla2014-10-161-63/+78
|
* - Convert to USES=python, limit to 2.xjhale2014-10-062-2/+4
| | | | | - Add LICENSE - Clean up plist
* - Remove USE_PYTHON=concurrentsunpoet2014-10-051-1/+1
|
* Upgrade to 3.0.12vanilla2014-09-233-70/+5
|
* print/freetype:tijl2014-09-191-0/+1
| | | | | - Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports
* chinese/libtabe: convert to USES=libtool and bump dependent portstijl2014-09-183-11/+9
|
* Fix group of some packaged filesantoine2014-09-152-2/+2
|
* - Switch graphics/opencolorio and chinese/librime to yaml-cpp03, as they are ↵amdmi32014-09-121-2/+4
| | | | | | incompatible with newer version PR: 192330
* - Fix a bug which prevented a bind(2) call from working.hrs2014-09-111-0/+15
| | | | | | | | - 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-1112-7/+12
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* chinese/fcitx: Adjust pkg-plist to pass stage-qa checksmarino2014-09-092-5/+2
| | | | PR: 192901
* Change INSTALL_DATA to install with mode 644antoine2014-09-051-5/+1
| | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
* Remove non staged ports without pending PR from c*bapt2014-09-0178-12759/+0
|
* textproc/scim:tijl2014-08-313-3/+3
| | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
* dns/libidn:tijl2014-08-311-3/+3
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Remove ports related to Adobe Reader.hrs2014-08-305-30/+0
|
* - Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2014-08-301-1/+1
|
* This port stages fine as a regular userantoine2014-08-271-1/+0
|
* Stage chinese/ccemarino2014-08-2714-31/+317
| | | | | PR: 192986 Submitted by: turutani
* Add USES=iconv to fix build on 10+adamw2014-08-271-1/+1
|
* Stage chinese/fcitx-sunpinyinmarino2014-08-221-5/+1
| | | | | PR: 192894 Submitted by: Henry Hu
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-225-5/+5
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Stage chinese/sunpinyin and unbreak on FreeBSD 10+marino2014-08-212-1/+14
| | | | | PR: 192844 Submitted by: Henry Hu
* chinese/kcfonts: Yes, it really is jobs unsafe. Believe me.marino2014-08-211-1/+1
|
* Add new port ibus-table-chinesemarino2014-08-195-0/+77
| | | | | | | | | PR: 185198 Submitted by: dennylin93 (hs.ntnu.edu.tw) Chinese input tables for the Intelligent Input Bus (IBus) input method framework. The IBus-table is an Input Method Engine particularly suited to support Chinese.
* Finish chinese/unzip removalantoine2014-08-181-1/+0
|
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-164-2/+4
| | | | | | | | | | | | | | | | | | | 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)
* - Strip shared librarysunpoet2014-08-151-0/+3
|
* Merge 4 unzip slave ports into archivers/unzip as non-default optionsmarino2014-08-152-28/+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@)
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)sunpoet2014-08-151-1/+1
| | | | Notified by: koobs, wg
* - Use USES=pythonsunpoet2014-08-151-3/+2
|
* 1: Stagify.vanilla2014-08-082-18/+11
| | | | 2: use @sample, bump version.
* Stagify.vanilla2014-08-082-22/+16
|
* Stagify.vanilla2014-08-081-6/+5
|
* 1: Stagify.vanilla2014-08-086-20/+18
| | | | 2: rename patches.
* - Switch to USES=libtool, drop .la filesamdmi32014-08-062-3/+3
| | | | Approved by: portmgr blanket
* In some straightforward situations, protect examples behind PORTEXAMPLES,adamw2014-08-062-4/+6
| | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option.
* - mark BROKEN on 11-CURRENTleeym2014-08-021-0/+4
|
* Fix patch.adamw2014-07-311-1/+1
|
* Fix patchadamw2014-07-311-3/+3
|
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-303-6/+3
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-3011-0/+0
| | | | '__' instead.
* Rename chinese/ patch-xy patches to reflect the files the modify.adamw2014-07-2830-18/+11
|
* Remove expired ports:rene2014-07-2514-263/+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
* Reset maintainership for ports not staged with no pending PRbapt2014-07-247-7/+7
| | | | With hat: portmgr
* Remove backslashes from single- and double-quotes in COMMENT and _DESCadamw2014-07-231-1/+1
| | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports)
* - Switch to USES=libtoolamdmi32014-07-233-2/+22
| | | | | | - Fix build on 10.x Approved by: portmgr blanket
* - Switch to USES=libtoolamdmi32014-07-231-2/+2
| | | | Approved by: portmgr blanket
* Fix with TEX_DEFAULT=texlivebapt2014-07-221-2/+1
|
* Convert 6 chinese font ponts to include with .CURDIRmarino2014-07-206-18/+12
| | | | | | | | | These ports were including chinese/ttfm/Makefile.ttf using an absolute path using PORTSDIR instead of a relative one using .CURDIR. In specific use cases, PORTSDIR will fail but .CURDIR always works. As a bonus, this allows <pre> & <post> inclusions to be removed as well. Covered by an old blanket permission (bapt) but only two of these ports have maintainers anyway.
* - Fix MASTER_SITESsunpoet2014-07-191-1/+1
|
* chinese/moetff: MASTER_SITES is LOCAL/marino not LOCAL/MARINOmarino2014-07-191-1/+1
|
* chinese/moettf: Unbreak, stage, restore public distfilesmarino2014-07-192-33/+22
| | | | | | | | | | | | | | | | | | | | | | This port was in bad shape! 1) It had a MASTER_SITES definition pointing to a FreeBSD mirror. This was a circular dependency that broke when the "real" master site domain disappeared. Fix this by hosting at LOCAL/MARINO 2) The kai-pc ttf font was never installed (always broken) 3) It broke (more) with recent chinese font work 4) It included makefile.tty by absolute ${PORTDIR} instead of correct ${.CURDIR}, which also unnecessarily required <pre>, <post> 5) It wasn't staged So fix all that. Also improve efficiency of staging by copying directly from distfiles to stage directory instead of first copying to WRKSRC then STAGEDIR. The post-install target is no longer needed, nor is the pkg-plist file.
* - disable X11 by defaultleeym2014-07-195-38/+14
| | | | | - remove local.conf which is obsoleted - properly stage
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-1/+1
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* Correct all instances where OPTIONS_DEFINE was being overwrittenadamw2014-07-161-3/+1
| | | | by multiple definitions.
* - Unbreaklwhsu2014-07-165-17/+14
|
* - fix improper stageleeym2014-07-152-2/+5
|
* - Simplify Makefilesunpoet2014-07-121-4/+0
|
* - add LICENSEleeym2014-07-101-1/+2
|
* Update to 1.5.0delphij2014-07-084-65/+34
| | | | | PR: ports/190644 Submitted by: maintainer
* New port: The Chinese PinYin and Bopomofo conversion library.delphij2014-07-085-0/+101
| | | | | PR: ports/187797 Submitted by: Henry Hu <henry hu sh gmail com>
* - Add LICENSEsunpoet2014-07-073-12/+14
| | | | | | - Remove unnecessary MASTER_SITE_SUBDIR - Reformat pkg-descr - Use single space after WWW:
* - Add LICENSEsunpoet2014-07-073-11/+12
| | | | | - Reformat pkg-descr - Use single space after WWW:
* - Add LICENSEsunpoet2014-07-073-6/+8
| | | | | | - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Use single space after WWW:
* - support stageleeym2014-07-061-4/+3
|
* chinese/scim-tables: Add scim as BUILD_DEPENDS (dports)marino2014-07-051-1/+2
|
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* - remove MAN1leeym2014-07-051-1/+0
|
* - support stageleeym2014-07-053-11/+8
|
* - support stage and optionsleeym2014-07-053-25/+24
|
* Remove NOPORTDOCS.adamw2014-07-041-1/+3
|
* - Switch to USES=libtool, drop .la filesamdmi32014-07-032-8/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-012-3/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-012-3/+2
|
* this one should have gone as wellbapt2014-07-015-617/+0
|
* Removed unmaintained upstream xemacs ports and dependenciesbapt2014-07-011-1/+0
|
* - Take maintainershipsunpoet2014-07-013-3/+3
|
* multiple: reset gslin's maintainereadler2014-06-304-4/+4
| | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-0/+1
| | | | Approved by: portmgr (myself)
* Mark as broken: almost all command call are hardcodedbapt2014-06-251-1/+2
| | | | With hat: portmgr
* Update to 4.2.5.jkim2014-06-242-8/+8
|
* Deprecate ports failing to build with new utmpxantoine2014-06-242-0/+5
| | | | | | Maintainers had more than 4 years to fix them With hat: portmgr
* Mark as broken: no distinfo providedbapt2014-06-231-1/+2
| | | | With hat: portmgr
* - Switch to USES=libtool, drop .la filesamdmi32014-06-192-2/+3
| | | | Approved by: portmgr blanket
* remove NO_STAGE, editors/joe staging ready already.vanilla2014-06-131-1/+0
|
* Support LIBS like LDFLAGS.tijl2014-06-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-112-8/+8
| | | | | | | | - 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
* chinese/bitchx: Bump to acquire MASTERDIR fix, stage toomarino2014-06-111-2/+1
| | | | | | | | Related to: PR: 186425 It looks NO_STAGE should have been removed when irc/bitchx was staged. Late add: Fix master irc/bitchx to not override PORTREVISION
* - Fix plist (clean up shared directory)amdmi32014-06-111-0/+1
| | | | Approved by: portmgr 'just fix it' blanket
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-105-5/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-0921-21/+21
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* Remove all space characters from Makefile assignments.olgeni2014-06-091-2/+2
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* - Support stagingbdrewery2014-06-061-1/+0
| | | | | PR: 189637 Submitted by: eric@camachat.org (maintainer)
* Fix pkg-plist after previous commit.tijl2014-06-032-1/+2
|
* Properly respect CFLAGS, LDFLAGS, etc.tijl2014-06-033-22/+24
| | | | | | | | | When building a port with base system make, variables like CC and CFLAGS need to be defined using '=' in the makefile. With '+=' values from make.conf can be picked up. Normally the ports system values for these variables are passed to a configure script which generates a makefile with them. If there's no configure script the makefile has to be patched to use the right values.
* - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)ohauer2014-06-0216-31/+16
|
* Fix patch files to chase irc/irssi.vanilla2014-06-011-4/+11
|
* Unbreak: @exec/@unexec already handle the symlink in the plistantoine2014-05-312-6/+0
| | | | While here, remove a directory belonging to mtree from the plist
* Staging supportrafan2014-05-301-6/+5
|
* Staging supportrafan2014-05-301-4/+3
|