1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

2748 Commits

Author SHA1 Message Date
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
c00c28c641 cad/gtkwave: update to 3.3.93 2018-08-04 15:17:34 +00:00
Adam Weinberger
0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +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
Edward Tomasz Napierala
2736cff237 Mark broken on FreeBSD 10. 2018-07-30 12:37:40 +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
Michael Reifenberger
b1f67f517e Add a port of the KiCAD Project Templates 2018-07-28 09:49:26 +00:00
Niclas Zeising
f5e81775b9 cad/gtkwave: Update to 3.3.92 2018-07-26 21:07:16 +00:00
Edward Tomasz Napierala
f66723f6bb Unbreak. 2018-07-24 08:55:36 +00:00
Antoine Brodin
4c13ebc7b9 Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
2018-07-22 08:27:22 +00:00
Steve Wills
0d80ae4685 cad/calculix: update to version 2.14
PR:		228260
Submitted by:	pfg (maintainer)
2018-07-18 16:42:31 +00:00
Antoine Brodin
f26b2df872 Deprecate ports broken for more than 5 months 2018-07-17 08:56:32 +00:00
Yuri Victorovich
c5110864ff cad/admesh: Update 0.95 -> 0.98.3
Port changes:
* Project moved to github
* Add LICENSE_FILE
* Add USE_LDCONFIG: it now installs the shared library
* Remove do-install: it now installs by itself

Reported by:	repology
2018-07-15 08:12:56 +00:00
Thomas Zander
ff783a1280 Update to upstream version 2.14
Detailed maintainer log:
- New version with many enhancements.
  See http://www.dhondt.de/new_calc.htm
- Drop metis-edf: metid-edf will be deprecated and it's less
  confusing to just use metis4.

PR:		228259
Submitted by:	pfg (maintainer)
2018-07-09 21:05:27 +00:00
Jan Beich
c9823df960 cad/kicad-devel: flatten GitHub link 2018-07-09 19:41:57 +00:00
Michael Reifenberger
15ae9ac0d0 Really bunp PORTREVISION this time...
Reported by:	linimon
2018-07-09 13:57:36 +00:00
Jan Beich
e1d5e23e2b cad/kicad-devel: unbreak with boost 1.68
3d-viewer/3d_cache/3d_cache.cpp:37:10: fatal error: 'boost/uuid/sha1.hpp' file not found
 #include <boost/uuid/sha1.hpp>
          ^

PR:		229569
2018-07-09 13:26:24 +00:00
Michael Reifenberger
c05aa3c736 Bump PORTREVISION to fix pkg building. 2018-07-09 10:09:58 +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
Michael Reifenberger
469c3c02bf Add two missing patches. 2018-07-07 18:28:47 +00:00
Mark Linimon
fd22400b4e Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.

Approved by:	portmgr (tier-2 blanket)
2018-07-07 06:44:07 +00:00
Antoine Brodin
e8243c5f11 Fix PKGNAMEs 2018-07-06 17:43:22 +00:00
Michael Reifenberger
c1afe16732 Complete the switch to qt5 and upgrade to 3.21.1.1
Submitted by:	Tamas Tevesz ice@extreme.hu
2018-07-06 12:24:07 +00:00
Michael Reifenberger
3ca16fb331 Follow upstream and split the kicad-library-devel port into
kicad-library-footprints-devel kicad-library-packages3d-devel and
kicad-library-symbols-devel
2018-07-06 08:24:33 +00:00
Michael Reifenberger
9f682b4085 Update to r20180703172316. 2018-07-05 14:07:03 +00:00
Mark Linimon
aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +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
Rene Ladan
f53adf6df0 Simplify EXTRACT_ONLY
Submitted by:	mat
MFH:		2018Q2 (with r473335)
2018-06-26 06:31:45 +00:00
Danilo Egea Gondolfo
892b80d343 - Unbreak build on ARM. Use malloc instead of sbrk. 2018-06-26 02:28:18 +00:00
Rene Ladan
20e3689533 cad/feappv: fix, update to version 4.1i and update WWW
PR:		223412 (modified)
Submitted by:	smars@yuntech.edu.tw
MFH:		2018Q2
2018-06-25 20:05:53 +00:00
Michael Reifenberger
ad838920f6 Update to version 3.20.1.7 and use QT5 due to compile errors when using QT4. 2018-06-22 12:07:31 +00:00
Danilo Egea Gondolfo
47c0b3dea0 - Update to 3.10.10 2018-06-21 21:29:38 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mathieu Arnold
6cb7ca00bb Use EMACS_FLAVOR for dependencies.
FLAVOR is the flavor of the current port, and it should not trickle
down.

Sponsored by:	Absolight
2018-06-20 16:59:37 +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
Tijl Coosemans
c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +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
b3be2bc994 Mark as broken on powerpc64.
Although portlint complains about the new line, I don't see anything I
can do about that.

Approved by:	portmgr (tier-2 blanket)
2018-06-04 22:51:18 +00:00
Niclas Zeising
2c4c411c05 cad/gtkwave: Update to 3.3.91 2018-06-04 15:22:12 +00:00
Don Lewis
85899a4a5c Unbreak qfsm build with clang 6.0 by fixing two instances of:
error: cannot initialize return object of type 'Project *' with an
  rvalue of type 'bool'

Pet portlint.
2018-06-03 23:41:53 +00:00
Jose Alonso Cardenas Marquez
8ce367f9f1 - Bump PORTREVISION (editors/lazarus was updated) 2018-06-03 08:15:31 +00:00
Niclas Zeising
bda8d58f1a cad/gtkwave: update to 3.3.90 2018-06-01 19:16:23 +00:00
Joseph Mingrone
107b408c31 USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
2018-05-31 01:18:05 +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
Antoine Brodin
7a7b9c66ba kicad-* are not compatible with python3 2018-05-27 11:10:24 +00:00
Jose Alonso Cardenas Marquez
ae635a951d - Moved ports to Uses/lazarus.mk
- Add FLAVORS

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D14661
2018-05-25 16:31:21 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Jochen Neumeister
6736bae8b5 Pass maintainership to submitter
PR:		228355
Submitted by:	Neel Chauhan <neel@neelc.org>
2018-05-19 15:07:10 +00:00
Dmitry Marakasov
dfa670f62b - Whitespace fix
Approved by:	portmgr blanket
2018-05-11 17:44:02 +00:00
Jan Beich
67a9073255 Drop FreeBSD 10.3 support
Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
2018-05-07 22:29:46 +00:00