java/jdk16 ; port test

chukharev at mail.ru chukharev at mail.ru
Wed Mar 10 05:44:43 UTC 2010


This port has one more problem. It does not define IS_INTERACTIVE, although
it must do so (according to Porter's Handbook 4.6 :
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-user-input.html )

Otherwise 'port test' finishes successfully.

The 'port test' command (ports-mgmt/porttools) tests a port for a number of
possible errors by running portlint, building, packaging, installing, and
de-installing with a check for left files. This is done with defined PREFIX and
PKG_DBDIR variables. 'port test' command is recommended by the Porter's Handbook.

Note that the port installs the usual way.

$ cd java/jdk16 ; port test
+++++++++++++++

===> Validating port with portlint
WARN: Makefile: [264]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: [289]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: [293]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: [297]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: [350]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead.
0 fatal errors and 5 warnings found.
===> flags: PREFIX=/home/chu/tmp/jdk-1.6.0.3p4_14 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.ibz2wBAX --
===> Cleaning workspace before port test
===>  Cleaning for jdk-1.6.0.3p4_14

IMPORTANT: To build the JDK 1.6.0 port, you should have at least
2.5Gb of free disk space in the build area!

===>  Extracting for jdk-1.6.0.3p4_14
=> MD5 Checksum OK for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.
=> SHA256 Checksum OK for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.
=> MD5 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar.
=> SHA256 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar.
=> MD5 Checksum OK for jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar.
=> SHA256 Checksum OK for jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar.
=> MD5 Checksum OK for bsd-jdk16-patches-4.tar.bz2.
=> SHA256 Checksum OK for bsd-jdk16-patches-4.tar.bz2.
=> MD5 Checksum OK for tzupdater-1_3_25-2009u.zip.
=> SHA256 Checksum OK for tzupdater-1_3_25-2009u.zip.
/bin/sh /usr/ports/java/jdk16/files/license.sh
JAVA RESEARCH LICENSE
Version 1.6

I.    DEFINITIONS.

....

4.    Governing Law.  This License is governed by the laws of the
United States and the State of California, as applied to contracts
entered into and performed in California between California residents.
In no event shall this License be construed against the drafter.

5.    Export Control.   As further described at
http://www.sun.com/its, you agree to comply with the U.S. export
controls and trade laws of other countries that apply to Technology
and Modifications.

Do you agree to the above license terms? [yes or no]


More information about the freebsd-qa mailing list