Commit graph

3300 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ba5d90a862 - Fix PORTREVISION to match master port (mail/mutt) 2015-09-13 12:28:56 +00:00
Boris Samorodov
2e464fe4d9 eric6 ports: Update to version 6.0.9. 2015-09-11 18:53:30 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
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)
2015-09-03 15:44:13 +00:00
Alexey Dokuchaev
e47361f6c5 Remove BROKEN on powerpc statements: both these ports build and install fine. 2015-09-03 09:43:59 +00:00
Sunpoet Po-Chuan Hsieh
800410837a - Allow concurrent installation (USE_PYTHON=concurrent) 2015-09-02 17:03:10 +00:00
Jung-uk Kim
f6862ef651 Update LibreOffice to 5.0.1.
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).
2015-09-01 21:26:44 +00:00
Sunpoet Po-Chuan Hsieh
2d994f9a9a - Update to 4.3
- Add NO_ARCH

Changes:	https://tw.wordpress.org/2015/08/19/billie/
2015-08-31 13:32:42 +00:00
Sunpoet Po-Chuan Hsieh
4debde3ba3 - Update to 4.3
- Add NO_ARCH

Changes:	https://cn.wordpress.org/2015/08/21/billie/
2015-08-31 13:32:37 +00:00
Jan Beich
3a7475f899 Reset maintainership per mail on freebsd-ports@ list
Requested by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-08-30 20:13:29 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Boris Samorodov
b279373d91 devel/eric6 and eric6 i18n files: update to version 6.0.8
and add NO_ARCH knob for i18n ports.
2015-08-18 09:17:59 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
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
2015-08-17 14:20:40 +00:00
Sunpoet Po-Chuan Hsieh
d94ddc9219 - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:03:49 +00:00
Sunpoet Po-Chuan Hsieh
b2965ddc1e - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:03:45 +00:00
Florian Smeets
103072492e Update to 4.2.4
PR:		202107
Submitted by:	ychsiao@ychsiao.org (maintainer)
MFH:		2015Q3
Security:	ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
2015-08-06 19:55:51 +00:00
Dmitry Marakasov
2e8d299e72 - Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by:	portmgr blanket
2015-08-04 19:25:36 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
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@
2015-08-02 20:23:55 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<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
2015-08-02 15:03:19 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Bartek Rutkowski
38a9c31c7c chinese/pcmanx: fix LIB_DEPENDS typo
PR:		201628
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
MFH:		2015Q3
2015-07-20 07:39:06 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
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
2015-07-16 20:53:28 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Sunpoet Po-Chuan Hsieh
7288eefb9b - Update to 4.2.2
- Use DISTVERSIONSUFFIX instead of DISTNAME

Changes:	https://wordpress.org/news/2015/05/wordpress-4-2-2/
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-06-28 08:56:39 +00:00
Sunpoet Po-Chuan Hsieh
6f915109e8 - Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by:	portmgr (blanket)
2015-06-28 08:53:22 +00:00
Sunpoet Po-Chuan Hsieh
c8c2a22adc - Update to 11.3
- 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)
2015-06-28 08:38:43 +00:00
Sunpoet Po-Chuan Hsieh
8d75c17c0b - Update to 1.18
- 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)
2015-06-28 08:38:39 +00:00
Sunpoet Po-Chuan Hsieh
e2b26a2388 - Update to 11.3
- 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)
2015-06-28 08:38:30 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
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).
2015-06-24 15:16:23 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Kevin Lo
6a6089b8b1 Set vim's default encoding to utf-8 [1].
While here, put "exec startlxde" in dot.xinitrc.

PR: 200657 [1]
Submitted by: Ray-Cherng Yu <raycherng at gmail dot com>
2015-06-08 01:43:23 +00:00
Dmitry Marakasov
444bd13790 - Style improvements 2015-06-07 16:53:36 +00:00
Dmitry Marakasov
74816a593f - Add LICENSE
- Strip libraries
- Use options helpers
2015-06-03 14:34:23 +00:00
Dmitry Marakasov
df030655f8 - Strip binary
- Add LICENSE
2015-05-28 11:40:37 +00:00
Dmitry Marakasov
d3f47602bb - Strip library
- Add LICENSE
2015-05-28 11:40:30 +00:00
Dmitry Marakasov
00551f0979 - Strip library
- Add LICENSE
2015-05-28 11:40:24 +00:00
Dmitry Marakasov
9a054be716 - Add LICENSE
- Strip libraries
- Use options helpers
2015-05-28 11:40:15 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Sunpoet Po-Chuan Hsieh
d1f4bf1e39 - Update to 0.21
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2015-05-24 00:04:45 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Sunpoet Po-Chuan Hsieh
fe2e81bac8 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:42 +00:00
Sunpoet Po-Chuan Hsieh
f04289eb18 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:38 +00:00
Sunpoet Po-Chuan Hsieh
7689268304 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:34 +00:00
Jan Beich
aa07adab44 mail/mutt: update patches
- 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
2015-05-16 01:19:11 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- 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
2015-05-14 10:15:04 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
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
2015-05-11 18:34:57 +00:00
Dmitry Marakasov
e8f8110983 - Drop @dirrm* from plist 2015-05-11 06:46:07 +00:00
Dmitry Marakasov
261104ab3e - Simplify MASTER_SITES
- Add LICENSE
- Strip library
2015-05-10 19:41:34 +00:00
Dmitry Marakasov
b5a5e311ce - Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-09 01:12:50 +00:00
Sunpoet Po-Chuan Hsieh
460e571b40 - Update to 4.2.2
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)
2015-05-08 20:22:40 +00:00
Adam Weinberger
4647d094ca Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
2015-05-08 18:20:30 +00:00
Boris Samorodov
08b8da1bb0 eric6 ports: Update to version 6.0.5. 2015-05-07 22:23:50 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Eitan Adler
bf4fa082dd Due to the disabling of the bugzilla account, reset maintainership of
the remainder of Chris's ports.

Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:37:11 +00:00
Jan Beich
ec0d38f47a chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)
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
2015-05-01 19:36:00 +00:00
Sunpoet Po-Chuan Hsieh
e6d8d5ca8d - Update to 4.1.4
PR:		199764
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-30 11:29:39 +00:00
Sunpoet Po-Chuan Hsieh
37f130c26c - Update to 4.1.2
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
2015-04-26 09:31:23 +00:00
Sunpoet Po-Chuan Hsieh
d251cb5f48 - Update to 4.2
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
2015-04-26 09:31:18 +00:00
Jan Beich
153560fe61 Unbreak build on FreeBSD 8.x/9.x and DragonFly
./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)
2015-04-25 18:19:15 +00:00
Jung-uk Kim
cf14c210f1 Update to 4.3.7. 2015-04-25 17:30:29 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
John Marino
1ea924ae5d chinese/librime: Adjust patch to support DragonFly too
No-op for FreeBSD, it just allows cmake treat DragonFly the same way.
2015-04-18 06:17:02 +00:00
Jimmy Olgeni
85c1338e3d Pass maintainership to enlightenment@. 2015-04-17 10:42:23 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
Mathieu Arnold
18d6818fe4 ${ENV} does not exist, it is called ${SETENV}. 2015-04-13 14:49:37 +00:00
John Marino
1970ee35e2 chinese/libtabe: Unbreak fetch (slightly different distfile)
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.
2015-04-09 11:50:49 +00:00
Kevin Lo
5c3f57fd49 Update master site and mark as unbroken. 2015-04-09 07:10:51 +00:00
Boris Samorodov
cae53d2cdd eric6 ports: Update to version 6.0.4. 2015-04-08 16:58:25 +00:00
Vanilla I. Shu
9048837146 Remove tar:xz from USES.
Submitted by:	mat@
2015-04-07 12:04:15 +00:00
Vanilla I. Shu
7c8f075e68 1: upgrade to 2.0.4rc3.
2: unBROKEN.
3: move to GITHUB.

PR:		199105
Submitted by:	maintainer
2015-04-07 09:42:28 +00:00
Sunpoet Po-Chuan Hsieh
f094c357eb - Unbreak this port 2015-04-06 07:06:28 +00:00
Baptiste Daroussin
ebf441999b Mark as broken unfetchable ports 2015-04-05 18:38:33 +00:00
Sunpoet Po-Chuan Hsieh
818d52eda4 - Bump PORTREVISION to match master port (mail/mutt) 2015-04-04 15:18:17 +00:00
Xin LI
f78c79a4c7 Fix build when building in an environment with old version of fcitx
present.

PR:		ports/199112
Submitted by:	maintainer
2015-04-03 20:56:52 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
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
2015-04-03 11:26:48 +00:00
Bartek Rutkowski
36c5b41dee chinese/fcitx: update 4.2.8.5 -> 4.2.8.6
PR:		199102
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2015-04-02 10:12:21 +00:00
Jason Helfman
ec98960b32 - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:21:45 +00:00
Jason Helfman
8965b010c4 - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:20:25 +00:00
Jason Helfman
76e38c9cbf - remove do_nada from target
Approved by:	portmgr (blanket)
2015-04-01 23:16:07 +00:00
Xin LI
3dded20050 Add ibus-libpinyin 1.7.1, intelligent Pinyin engine based on libpinyin
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
2015-03-31 21:06:47 +00:00
Antoine Brodin
c0d18d41a1 Add a missing build dependency 2015-03-31 08:51:30 +00:00
Xin LI
1e0f9c5aad Major update to libpinyin, fcitx and their add ons:
- 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
2015-03-31 07:08:00 +00:00
Mikhail Teterin
e5b890bf91 Use MASTERDIR's distinfo for chinese/joe so that future upgrades of
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.
2015-03-27 18:10:25 +00:00
Dmitry Marakasov
8461775830 - Fix install from non-root
- Simplify installation
- Switch to USES=tar
- Add NO_ARCH
2015-03-27 10:29:47 +00:00
John Marino
c957361b74 chinese/libtabe: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 13:12:38 +00:00
Jung-uk Kim
0ca7ac7758 Actually make it find fonts. 2015-03-23 21:40:19 +00:00
Jung-uk Kim
c8c86081f3 Fix build. 2015-03-23 21:33:50 +00:00
Bryan Drewery
70c25f91e5 Fix MAKE_CMD to be scons after r381976 2015-03-23 14:05:49 +00:00
Baptiste Daroussin
8926e82e7f Fix dependency detection 2015-03-22 09:50:01 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
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
2015-03-21 23:05:19 +00:00
Bryan Drewery
965611a692 Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
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
2015-03-19 20:45:03 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with 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
2015-03-19 18:08:25 +00:00
Dmitry Marakasov
3d7fa73563 - Strip library 2015-03-17 03:11:52 +00:00
Sunpoet Po-Chuan Hsieh
ee0a764829 - Update to 1.4.14
- 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)
2015-03-14 17:48:29 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- 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.
2015-03-12 23:00:02 +00:00
Sunpoet Po-Chuan Hsieh
38f2343817 - Add LICENSE
- Remove regression-test:
- Sort PLIST
2015-03-12 18:26:23 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
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
2015-03-11 23:11:47 +00:00
Kevin Lo
0f629df66e No need to export a KDE path since r344893 has switched KDE4_PREFIX to
${LOCALBASE}.
2015-03-10 14:54:30 +00:00
Boris Samorodov
300972222a Eric6 localization files. 2015-03-08 10:40:13 +00:00
Dmitry Marakasov
3301b141f6 - Clarify LICENSE
- Add LICENSE_FILE
- Fix build with disabled NLS
- Add empty directory to plist
2015-03-05 03:23:30 +00:00
Dmitry Marakasov
9ea1a5cb5d - Remove unneeded MAN3 2015-03-04 05:22:30 +00:00
Baptiste Daroussin
35c339abf0 Remove Authors from pkg-descr 2015-03-02 23:09:43 +00:00
Vanilla I. Shu
29db6498d8 Fix runtime error with wrong datadir.
Obtained from:	James Hung via facebook.
2015-02-26 14:28:14 +00:00
Jung-uk Kim
a9ba86c4c8 - Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]

Submitted by:	tijl [1]
2015-02-20 20:26:23 +00:00
Antoine Brodin
aea62ac573 Unbreak on head 2015-02-15 13:33:25 +00:00
Vanilla I. Shu
741b5934c0 Fix build on 10 (makeinfo issue)
PR:		197598
Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>
2015-02-15 03:27:59 +00:00
Vanilla I. Shu
05b0fd01a5 1: Upgrade to 0.4.0.
2: add LICENSE & LICENSE_FILE
3: add LIB_DEPENDS to sqlite3
4: sort USES
5: switch to cmake.
2015-02-09 03:21:39 +00:00
Antoine Brodin
3c36249046 Unbreak
PR:		197175
2015-02-08 13:33:52 +00:00
Sunpoet Po-Chuan Hsieh
3b52b0ef3b - Strip shared library 2015-01-19 19:50:56 +00:00
Rong-En Fan
8ed73fa040 Drop maintainership as I no longer use these software nor have time and
energy to keep up.
2015-01-16 17:28:13 +00:00
Sunpoet Po-Chuan Hsieh
fc6fd676a0 - Update to 4.1
Changes:	https://tw.wordpress.org/2015/01/08/dinah/
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q1
2015-01-15 18:01:56 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Sunpoet Po-Chuan Hsieh
bda739c8c6 - Bump PORTREVISION to match master port (mail/mutt) and remove false alarm of "pkg audit" 2014-12-29 18:37:28 +00:00
Baptiste Daroussin
d0b3abaac3 Remove gnomehack which was unused anyway
While here:
- Use OPTIONS_SUB
- Use OPTIONS_SINGLE
2014-12-25 01:26:27 +00:00
Sunpoet Po-Chuan Hsieh
dda655386a - Update to 4.1
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
2014-12-24 06:13:57 +00:00
Mark Felder
3240a1d2ff Update "BSD" license for buganini's ports 2014-12-22 17:31:49 +00:00
Sunpoet Po-Chuan Hsieh
a6a671e16c - Update to 0.13
- Add LICENSE
- Remove leading definite article from COMMENT
- Remove MAN3
- Sort PLIST

Changes:	http://search.cpan.org/dist/Lingua-Han-Utils/Changes
2014-12-20 18:18:32 +00:00
Baptiste Daroussin
ca2fb43ebb Cleanup plist 2014-12-20 17:29:47 +00:00
Jung-uk Kim
d9c58baa19 Update to 4.3.5. 2014-12-18 23:32:32 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
304562e87d Finish resetting maintainership
PR:		195059
2014-12-02 22:50:10 +00:00
Jung-uk Kim
7e46d52b46 Update to 4.3.4. 2014-11-27 08:12:23 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
7f16269960 - While I'm here, update to 4.0.1
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
2014-11-24 18:33:02 +00:00
Sunpoet Po-Chuan Hsieh
a92cf65240 - While I'm here, update to 4.0.1
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
2014-11-24 18:32:57 +00:00
Alex Kozlov
22e20c2aa1 - Remove a few remaining $Id$ from pkg-plists
Approved by:	portmgr (mat)
2014-11-06 16:30:27 +00:00
Jung-uk Kim
7b23b77c4f Update to 4.3.3. 2014-10-31 18:15:49 +00:00
Baptiste Daroussin
5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
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
2014-10-19 15:57:27 +00:00
Marcus von Appen
dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00
Vanilla I. Shu
e06196ad2e Bump version, I fix building erro on prev commit. 2014-10-18 01:19:41 +00:00
Baptiste Daroussin
791f2bc627 Reset maintainership 2014-10-17 10:23:34 +00:00
Jung-uk Kim
9cee92ad58 Update to 4.3.2. 2014-10-16 21:14:18 +00:00
Vanilla I. Shu
9e58cdde2d chase latest irc/irssi. 2014-10-16 07:08:10 +00:00
Jason E. Hale
e92b7043f1 - Convert to USES=python, limit to 2.x
- Add LICENSE
- Clean up plist
2014-10-06 14:30:54 +00:00
Sunpoet Po-Chuan Hsieh
d6897029d3 - Remove USE_PYTHON=concurrent 2014-10-04 17:38:31 +00:00
Vanilla I. Shu
2292c9b5f4 Upgrade to 3.0.12 2014-09-23 14:40:04 +00:00
Tijl Coosemans
d9aa7a8cbf print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 15:45:14 +00:00
Tijl Coosemans
c624321244 chinese/libtabe: convert to USES=libtool and bump dependent ports 2014-09-18 10:10:53 +00:00
Antoine Brodin
10eb9a55a2 Fix group of some packaged files 2014-09-14 17:36:20 +00:00
Dmitry Marakasov
d72fb9d8ed - Switch graphics/opencolorio and chinese/librime to yaml-cpp03, as they are incompatible with newer version
PR:		192330
2014-09-11 17:51:14 +00:00
Hiroki Sato
27b1d2555b - Fix a bug which prevented a bind(2) call from working.
- Support "make stage" by a non-root user.
- Set $*wnn_enable=NO by default. [*]
- Fix pkg-plist.

PR:	149250 [*]
2014-09-11 07:48:17 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
John Marino
05f82c6e35 chinese/fcitx: Adjust pkg-plist to pass stage-qa checks
PR:	192901
2014-09-09 08:49:00 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
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
2014-09-04 19:26:24 +00:00
Baptiste Daroussin
5c9c2e45c8 Remove non staged ports without pending PR from c* 2014-09-01 12:03:09 +00:00
Tijl Coosemans
4a01a4320e textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 13:19:15 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- 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
2014-08-30 18:18:14 +00:00
Hiroki Sato
156fd58c7e Remove ports related to Adobe Reader. 2014-08-30 14:25:48 +00:00
Sunpoet Po-Chuan Hsieh
b9d2109c86 - Allow concurrent installation (USE_PYTHON=concurrent) 2014-08-30 12:00:31 +00:00
Antoine Brodin
12069ad7b6 This port stages fine as a regular user 2014-08-26 22:48:56 +00:00
John Marino
89e6d0e575 Stage chinese/cce
PR:		192986
Submitted by:	turutani
2014-08-26 21:04:26 +00:00
Adam Weinberger
357d6d5126 Add USES=iconv to fix build on 10+ 2014-08-26 19:46:08 +00:00
John Marino
fce4d1978a Stage chinese/fcitx-sunpinyin
PR:		192894
Submitted by:	Henry Hu
2014-08-21 23:07:32 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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)
2014-08-21 22:50:29 +00:00
John Marino
2be7f11e2f Stage chinese/sunpinyin and unbreak on FreeBSD 10+
PR:		192844
Submitted by:	Henry Hu
2014-08-20 23:36:35 +00:00
John Marino
0801e68c1b chinese/kcfonts: Yes, it really is jobs unsafe. Believe me. 2014-08-20 20:18:36 +00:00
John Marino
7585bd814b Add new port ibus-table-chinese
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.
2014-08-18 21:00:26 +00:00
Antoine Brodin
1ea857b509 Finish chinese/unzip removal 2014-08-17 20:38:40 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
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)
2014-08-15 20:37:31 +00:00
Sunpoet Po-Chuan Hsieh
54bbbd4eb5 - Strip shared library 2014-08-15 10:46:47 +00:00
John Marino
69f43aff5e Merge 4 unzip slave ports into archivers/unzip as non-default options
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@)
2014-08-15 10:11:10 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
11c007fbf1 - Use USES=python 2014-08-15 02:59:55 +00:00
Vanilla I. Shu
072bf015bd 1: Stagify.
2: use @sample, bump version.
2014-08-08 02:25:58 +00:00
Vanilla I. Shu
924a4b9f72 Stagify. 2014-08-07 16:32:37 +00:00
Vanilla I. Shu
ed10522ddf Stagify. 2014-08-07 16:12:21 +00:00
Vanilla I. Shu
6b9d51b151 1: Stagify.
2: rename patches.
2014-08-07 16:05:15 +00:00
Dmitry Marakasov
15cf6f8e31 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-06 14:54:16 +00:00
Adam Weinberger
cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00
Yen-Ming Lee
9fcd312280 - mark BROKEN on 11-CURRENT 2014-08-01 21:56:19 +00:00
Adam Weinberger
5e1f20f814 Fix patch. 2014-07-30 21:08:51 +00:00
Adam Weinberger
1d920b63dd Fix patch 2014-07-30 21:01:20 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
5ed82c18c0 Rename chinese/ patch-xy patches to reflect the files the modify. 2014-07-28 14:37:20 +00:00
Rene Ladan
36e34f48e2 Remove expired ports:
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
2014-07-24 18:36:19 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Adam Weinberger
95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00
Dmitry Marakasov
5ed519cc02 - Switch to USES=libtool
- Fix build on 10.x

Approved by:	portmgr blanket
2014-07-22 23:42:32 +00:00
Dmitry Marakasov
7a3bbfed60 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-07-22 22:12:41 +00:00
Baptiste Daroussin
bb7b0c4d4c Fix with TEX_DEFAULT=texlive 2014-07-21 20:55:28 +00:00
John Marino
8ecbb368fb Convert 6 chinese font ponts to include with .CURDIR
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.
2014-07-20 09:02:14 +00:00
Sunpoet Po-Chuan Hsieh
92b6104e52 - Fix MASTER_SITES 2014-07-19 09:12:44 +00:00
John Marino
cdefe81bb2 chinese/moetff: MASTER_SITES is LOCAL/marino not LOCAL/MARINO 2014-07-19 08:59:56 +00:00
John Marino
f053d91c1a chinese/moettf: Unbreak, stage, restore public distfiles
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.
2014-07-19 08:47:58 +00:00
Yen-Ming Lee
9e14d85615 - disable X11 by default
- remove local.conf which is obsoleted
- properly stage
2014-07-18 18:41:53 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
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.
2014-07-15 23:11:12 +00:00
Adam Weinberger
1c7521fb62 Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
2014-07-15 17:37:38 +00:00
Li-Wen Hsu
3ee60a3728 - Unbreak 2014-07-15 17:28:52 +00:00
Yen-Ming Lee
4d962acc36 - fix improper stage 2014-07-15 15:45:39 +00:00
Sunpoet Po-Chuan Hsieh
e8c512d5a7 - Simplify Makefile 2014-07-12 08:41:55 +00:00
Yen-Ming Lee
f99aa0b108 - add LICENSE 2014-07-10 00:30:19 +00:00
Xin LI
511be198a1 Update to 1.5.0
PR:		ports/190644
Submitted by:	maintainer
2014-07-08 00:52:37 +00:00
Xin LI
4a141bfd4a New port: The Chinese PinYin and Bopomofo conversion library.
PR:		ports/187797
Submitted by:	Henry Hu <henry hu sh gmail com>
2014-07-07 22:54:06 +00:00
Sunpoet Po-Chuan Hsieh
58a9f2a8df - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:31 +00:00
Sunpoet Po-Chuan Hsieh
9fdce81a58 - Add LICENSE
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:27 +00:00
Sunpoet Po-Chuan Hsieh
81bb7c662b - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Use single space after WWW:
2014-07-06 18:49:22 +00:00
Yen-Ming Lee
e0ce93dad1 - support stage 2014-07-06 06:31:12 +00:00
John Marino
dd9b64226a chinese/scim-tables: Add scim as BUILD_DEPENDS (dports) 2014-07-05 15:06:03 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- 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)
2014-07-05 12:19:32 +00:00
Yen-Ming Lee
8b87f69f9c - remove MAN1 2014-07-05 05:42:34 +00:00
Yen-Ming Lee
10cb91226d - support stage 2014-07-05 05:37:54 +00:00
Yen-Ming Lee
4c3b1024ca - support stage and options 2014-07-05 05:28:30 +00:00
Adam Weinberger
694152b3b3 Remove NOPORTDOCS. 2014-07-03 23:58:28 +00:00
Dmitry Marakasov
374f2fe972 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:10:05 +00:00
Dmitry Marakasov
f23c877d57 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:10:35 +00:00
Dmitry Marakasov
98cae058ae - Switch to USES=libtool, drop .la files 2014-07-01 01:21:06 +00:00
Baptiste Daroussin
050b92e155 this one should have gone as well 2014-06-30 20:14:29 +00:00
Baptiste Daroussin
fb1a28ce88 Removed unmaintained upstream xemacs ports and dependencies 2014-06-30 20:12:29 +00:00
Sunpoet Po-Chuan Hsieh
99b61650d6 - Take maintainership 2014-06-30 16:42:17 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
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)
2014-06-30 05:51:02 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
ca9f12347d Mark as broken: almost all command call are hardcoded
With hat:	portmgr
2014-06-24 22:23:00 +00:00
Jung-uk Kim
7a699892f7 Update to 4.2.5. 2014-06-24 02:40:06 +00:00
Antoine Brodin
1319425832 Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2014-06-23 20:39:14 +00:00
Baptiste Daroussin
5c89a4e380 Mark as broken: no distinfo provided
With hat:	portmgr
2014-06-22 22:08:11 +00:00
Dmitry Marakasov
6bf877fa0e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-19 13:44:30 +00:00
Vanilla I. Shu
a5de5fb15a remove NO_STAGE, editors/joe staging ready already. 2014-06-13 14:56:53 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.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
2014-06-11 14:40:31 +00:00
John Marino
b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
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
2014-06-11 10:20:41 +00:00
Dmitry Marakasov
f46ab7a9b6 - Fix plist (clean up shared directory)
Approved by:	portmgr 'just fix it' blanket
2014-06-10 21:28:03 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
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
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Bryan Drewery
7fec4c8ecf - Support staging
PR:		189637
Submitted by:	eric@camachat.org (maintainer)
2014-06-05 19:26:23 +00:00
Tijl Coosemans
f82c078795 Fix pkg-plist after previous commit. 2014-06-02 21:08:03 +00:00
Tijl Coosemans
54ec4d7796 Properly respect CFLAGS, LDFLAGS, etc.
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.
2014-06-02 20:14:24 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
Vanilla I. Shu
4d8570c771 Fix patch files to chase irc/irssi. 2014-06-01 04:07:27 +00:00
Antoine Brodin
e4e5c70803 Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
2014-05-31 15:11:07 +00:00
Rong-En Fan
7aa4bbeb41 Staging support 2014-05-30 14:11:02 +00:00
Rong-En Fan
f143413937 Staging support 2014-05-30 14:09:51 +00:00
Rong-En Fan
1de318c695 Staging support 2014-05-30 13:53:48 +00:00
Rong-En Fan
b8eb4aa6ca mail/mutt supports STAGE so does this 2014-05-30 13:21:14 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Hiroki Sato
a8687e8806 STAGEDIR support. 2014-05-24 18:29:07 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Vanilla I. Shu
f3543f4459 Add missing patch file on prev commit, and fix building.
Submitted by:	swills@
2014-05-20 06:24:00 +00:00
Xin LI
8da2472a6e Make it possible to stage without privilege.
No PORTREVISION bump because this does not change results
of the build.

Reported by:	Andrzej Tobola <ato iem pw edu pl>
2014-05-20 00:43:07 +00:00
Xin LI
84c0d57c2c Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES. 2014-05-19 13:49:14 +00:00
Vanilla I. Shu
002993c159 Support staging.
Approved by:	portmgr@
2014-05-19 07:38:34 +00:00
Antoine Brodin
8faf55e210 Mark BROKEN: Fails to patch
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-attrib.c
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-cook.c
1 out of 1 hunks failed--saving rejects to src/cook.c.rej
*** [do-patch] Error code 1

Reported by:	pkg-fallout
2014-05-18 15:48:26 +00:00
Vanilla I. Shu
d8d1c1a1c3 Support STAGEDIR.
Approved by:	portmgr@
2014-05-15 16:13:32 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
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.
2014-05-10 19:43:14 +00:00
Sunpoet Po-Chuan Hsieh
20eae52a4e - Update to 3.9.1
Changes:	http://tw.wordpress.org/2014/05/09/wordpress-3-9-1/
PR:		ports/189524
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-05-10 17:34:35 +00:00