- Fix broken preprocessor directives.

- Use sysctl(3) instead of procfs(5) when we need executable path from PID.

MFH:		2015Q3
This commit is contained in:
Jung-uk Kim
2015-07-02 18:17:12 +00:00
parent 6d3cd0eac4
commit fd492a9fe5
4 changed files with 148 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \