Commit graph

20 commits

Author SHA1 Message Date
Mark Linimon
0cebdd826f Mark as broken on powerpc64. While here, pet portlint.
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test
  (default-test) on project snappy-java: Execution default-test of goal
  org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test failed: The forked
  VM terminated without saying properly goodbye. VM crash or System.exit called ?

Approved by:	portmgr (tier-2 blanket)
2018-06-03 11:04:08 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mark Linimon
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
John Marino
91b481df9c archivers/snappy-java: new fedora MASTER_SITE to unbreak 2016-09-20 15:19:52 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Kurt Jaeger
d4053317e6 archivers/snappy-java: force correct maven, submitter becomes maintainer
PR:		204666
Submitted by:	Mark Dixon <mark@tranquillussoftware.co.uk>
Approved by:	Radum Kolar <hsn@sendmail.cz> (maintainer)
2016-03-11 06:19:26 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Mark Felder
923667c2a4 archivers/snappy-java: Allow JAVA_VERSIONS 1.7+
This prevents duplicate java versions from being installed if a port
requires a newer jdk and snappy-java.

PR:		206240
Approved by:	maintainer timeout
2016-02-02 01:36:45 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
Mathieu Arnold
6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Baptiste Daroussin
ef49fa1572 Replace GMAKE by MAKE_CMD 2014-06-24 21:47:12 +00:00
Baptiste Daroussin
6a84798a29 Simplification and cleanup of the port 2014-04-04 12:58:01 +00:00
Pawel Pekala
cc4b462793 - Install native library [1]
- Support staging

PR:		ports/185794 [1]
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2014-02-01 13:01:24 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Baptiste Daroussin
208261f48b Propertly run make with the right ENV and ARGS and define the C++ compiler via MAKE_ARGS, this allows the package to build with clang 2013-08-26 17:28:28 +00:00
Jason Helfman
d3cca4f775 Snappy-java is a Java port of snappy, a fast C++
compresser/decompresser developed by Google.

WWW: https://github.com/xerial/snappy-java

PR:		ports/178560 (based on)
Submitted by:	Radim Kolar <hsn@filez.com>
2013-05-17 17:09:05 +00:00