Commit graph

3412 commits

Author SHA1 Message Date
Wen Heping
d2ff71776c - Fix build by adding bash as BUILD_DEPENDS
PR:		231612
Submitted by:	wen@
Approved by:	maintainer
2018-11-11 11:47:33 +00:00
Wen Heping
1b1cf50789 - Update to 0.4.9
PR:		231615
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-11-11 11:38:48 +00:00
Mark Linimon
6138ce02ca USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures.
PR:		232892
Submitted by:	Piotr Kubaj
2018-11-11 03:28:18 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Steve Wills
b313f3780b chinese/ibus-array: update to 0.2.1
PR:		233093
Submitted by:	Jia-Shiun Li <jiashiun@gmail.com> (maintainer)
2018-11-09 19:26:52 +00:00
Jung-uk Kim
3a59c8fb14 Update to 6.0.7. 2018-11-08 21:44:09 +00:00
Wen Heping
4d89958f09 - Remove webkit from depends and replace buildtools with buildtools_build
Suggested by:	tobik@
Approved by:	maintainer(via email)
2018-11-08 07:04:15 +00:00
Wen Heping
e1a928dc38 - Update to 4.2.9.6
PR:		231612
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-11-07 11:48:30 +00:00
Antoine Brodin
f75d8500a2 Mark BROKEN: fails to build
src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing]
    {'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'},
                                                            ^~~~~~

Reported by:	pkg-fallout
2018-11-04 11:50:15 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
997c4f318d chinese/librime: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_signals

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:41 (find_package)

PR:		232525
2018-10-27 00:53:05 +00:00
Wen Heping
335d8e16f1 - Update to 0.5.3
PR:		231616
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-10-24 11:48:38 +00:00
Sunpoet Po-Chuan Hsieh
ffccfe115c Fix build on powerpc64
- While I'm here:
  - Sort USES
  - Remove .include <bsd.port.options.mk>

PR:		232416
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2018-10-21 16:52:22 +00:00
Wen Heping
fc7072de53 - Update to 1.10.0
PR:		231620
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-10-15 07:44:55 +00:00
Wen Heping
17c7f03d14 - Update to 2.2.0
PR:		231611
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-10-15 07:43:30 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Wen Heping
858199a6f5 - Update to 0.2.3
PR:		231613
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-10-04 01:48:10 +00:00
Wen Heping
4e292693bf - Update to 0.3.8
PR:		231619
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-09-27 02:07:35 +00:00
Wen Heping
6dc81c2837 - Update to 0.3.6
PR:		231614
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-09-25 23:37:21 +00:00
Wen Heping
60308c34a8 - Update to 0.3.2
PR:		231617
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-09-25 09:29:59 +00:00
Wen Heping
f7155dd234 - Update to 0.4.2
PR:		231618
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-09-25 07:58:06 +00:00
Sunpoet Po-Chuan Hsieh
c39efb0796 Update WWW 2018-09-14 20:36:39 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Koop Mast
bc620d95dd This port uses python but doesn't declare it. In the GNOME 3.28 exp-run this
resulted in a plist failure, due to python3 being also available.

Declare the use of python 2.7 to fix this.

PR:		229761
2018-08-20 20:36:35 +00:00
Sunpoet Po-Chuan Hsieh
11d1f3b514 Update CPAN link 2018-08-11 14:16:21 +00:00
Li-Wen Hsu
9dd89ffa9e - Added a patch in upstream but not release yet to fix the code that
incorrectly trim URL [1]
- Sort patches
- Pet portlint

PR:		230020 [1]
Submitted by:	holishing <holishingtest@gmail.com>
2018-08-11 08:30:55 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Niclas Zeising
15dac70c75 Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
2018-07-31 18:41:30 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Dmitry Marakasov
27a17a2dcc - Pet portlint
- Fix build with clang 6
2018-07-08 19:29:48 +00:00
Jochen Neumeister
94255e9d8b Update to 4.9 2018-07-08 16:19:17 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Li-Wen Hsu
f45fbba263 - Update to 6.0.5 2018-06-26 16:30:49 +00:00
Xin LI
5507f18505 Redo r472283 with history [1]:
Readd ibus-table-chinese with github source.

Submitted by:	intron at intron ac
Reported by:	Yuri [1]
2018-06-25 06:59:17 +00:00
Xin LI
efd9e4cf94 Temporarily remove ibus-table-chinese for a history surgery. 2018-06-25 06:57:21 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mark Linimon
a875dccebc Mark ports broken on powerpc64, categories a-c.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 01:48:46 +00:00
Xin LI
6ef4ff7967 Readd ibus-table-chinese with github source.
Submitted by:	intron at intron ac
2018-06-13 04:57:55 +00:00
Kevin Lo
1377dcaf29 Remove chinese/unrar, use archivers/unrar instead. 2018-06-13 03:24:40 +00:00
Rene Ladan
7b4e2fac31 Remove expired ports:
2018-06-06 biology/ssaha: Broken for more than 6 months
2018-06-06 biology/crux: Broken for more than 6 months
2018-06-06 biology/ariadne: Broken for more than 6 months
2018-06-06 cad/sceptre: Broken for more than 6 months
2018-06-06 cad/cider: Broken for more than 6 months
2018-06-06 chinese/scim-array: Broken for more than 6 months
2018-06-06 chinese/xpdf: Broken for more than 6 months
2018-06-06 chinese/telnet: Broken for more than 6 months
2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi
2018-06-06 comms/soundmodem: Broken for more than 6 months
2018-06-06 comms/jsdr: Broken for more than 6 months
2018-06-06 comms/java-commapi: Broken for more than 6 months
2018-06-06 converters/pdf2djvu: Broken for more than 6 months
2018-06-06 databases/rdb: Broken for more than 6 months
2018-06-06 databases/animenfo-client: Broken for more than 6 months
2018-06-06 databases/ruby-mysql: Broken for more than 6 months
2018-06-06 databases/riak: Broken for more than 6 months
2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months
2018-06-06 databases/rdfdb: Broken for more than 6 months
2018-06-06 databases/riak2: Broken for more than 6 months
2018-06-06 devel/subversion-static: Broken for more than 6 months
2018-06-06 japanese/xgate: Broken for more than 6 months
2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months
2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net
2018-06-06 www/ocaml-net: Broken for more than 6 months
2018-06-06 audio/linux-genpuid: Broken for more than 6 months
2018-06-06 x11/enventor: Broken for more than 6 months
2018-06-06 audio/xmms-timidity: Broken for more than 6 months
2018-06-06 audio/kaudiocreator: Broken for more than 6 months
2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi
2018-06-06 audio/deforaos-mixer: Broken for more than 6 months
2018-06-06 audio/gkrellmss2: Broken for more than 6 months
2018-06-06 audio/ogg2mp3: Broken for more than 6 months
2018-06-06 audio/abcmidi: Broken for more than 6 months
2018-06-06 benchmarks/netpipe: Broken for more than 6 months
2018-06-06 biology/plink: Broken for more than 6 months
2018-06-07 00:34:18 +00:00
Mark Linimon
e7fd751cee Mark broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-04 22:58:16 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Li-Wen Hsu
04da0646b7 - Make input method settings consistent
Submitted by:	kevlo
2018-05-25 09:28:36 +00:00
Vanilla I. Shu
f87e3c48c8 Unbreak on 11.1. 2018-05-23 07:52:52 +00:00
Vanilla I. Shu
f039ebaccb Update to 2.8.6. 2018-05-21 15:36:12 +00:00
Li-Wen Hsu
afbc70f91b - Update to 6.0.4 2018-05-10 03:40:37 +00:00
Antoine Brodin
16edcee240 Mark BROKEN everywhere and deprecate
Reported by:	pkg-fallout
MFH:		2018Q2
2018-05-05 11:11:17 +00:00
Antoine Brodin
13b62c630f Deprecate ports broken for more than 6 months 2018-05-05 10:49:36 +00:00
Mathieu Arnold
b4b1816b21 Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by:	Absolight
2018-04-25 22:00:04 +00:00