[Midnightbsd-cvs] mports [20156] trunk/java/openjdk7: add mount instructions and handler for iconv
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 31 08:43:47 EDT 2015
Revision: 20156
http://svnweb.midnightbsd.org/mports/?rev=20156
Author: laffer1
Date: 2015-08-31 08:43:46 -0400 (Mon, 31 Aug 2015)
Log Message:
-----------
add mount instructions and handler for iconv
Modified Paths:
--------------
trunk/java/openjdk7/Makefile
Added Paths:
-----------
trunk/java/openjdk7/pkg-message
Modified: trunk/java/openjdk7/Makefile
===================================================================
--- trunk/java/openjdk7/Makefile 2015-08-30 22:27:59 UTC (rev 20155)
+++ trunk/java/openjdk7/Makefile 2015-08-31 12:43:46 UTC (rev 20156)
@@ -114,6 +114,10 @@
.include <bsd.mport.options.mk>
+.if empty(ICONV_LIB)
+MAKE_ENV+= EXTRA_CFLAGS=-DLIBICONV_PLUG
+.endif
+
.if empty(PORT_OPTIONS:MDEBUG)
MAKE_ENV+= ALT_OBJCOPY="/nonexistent"
.endif
Added: trunk/java/openjdk7/pkg-message
===================================================================
--- trunk/java/openjdk7/pkg-message (rev 0)
+++ trunk/java/openjdk7/pkg-message 2015-08-31 12:43:46 UTC (rev 20156)
@@ -0,0 +1,16 @@
+======================================================================
+
+This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
+procfs(5) mounted on /proc for some functionality.
+
+If you have not done it yet, please do the following:
+
+ mount -t fdescfs fdesc /dev/fd
+ mount -t procfs proc /proc
+
+To make it permanent, you need the following lines in /etc/fstab:
+
+ fdesc /dev/fd fdescfs rw 0 0
+ proc /proc procfs rw 0 0
+
+======================================================================
Property changes on: trunk/java/openjdk7/pkg-message
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list