FreeBSD Bugzilla – Attachment 168907 Details for
Bug 208471
devel/gradle: Add missing dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gradle.diff
gradle.diff (text/plain), 1.01 KB, created by
Tobias Kortkamp
on 2016-04-02 19:38:07 UTC
(
hide
)
Description:
gradle.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-04-02 19:38:07 UTC
Size:
1.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 412406) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gradle > PORTVERSION= 2.12 >+PORTREVISION= 1 > CATEGORIES= devel java > MASTER_SITES= https://services.gradle.org/distributions/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-bin >@@ -12,6 +13,11 @@ > > LICENSE= APACHE20 > >+# Gradle depends on native-platform which has a native component that >+# requires libstdc++.so.6, because it was compiled with g++. >+# See https://github.com/adammurdoch/native-platform/issues/8 >+LIB_DEPENDS= libstdc++.so.6:misc/compat9x >+ > USES= zip > USE_JAVA= yes > NO_BUILD= yes >Index: files/gradle.in >=================================================================== >--- files/gradle.in (revision 412406) >+++ files/gradle.in (working copy) >@@ -1,2 +1,2 @@ >-#!/usr/bin/env bash >+#!/bin/sh > exec "%%JAVA%%" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208471
: 168907 |
168908