in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
building either native threads or HotSpot. This is due to libcmm
always wanting to link against a pthread library, which was causing
problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
This should really fix the problem.
Pointed out by: pointyhat via kris
failed to build the jdk14 port in a jail under FreeBSD 5.4
FreeBSD 4.11 works.
The problem is that mount don't list the linprocfs,
and this make the selfcheck fail.
maintainer emailed:
So 6 Nov 2005 11:21:20 CET
Approved by: (maintainer timeout)
This patch updates java/eclipse-cdt to the latest version
3.0.1. It also installs the native shared libraries that
were previously missing. In order to do this the distfile
of the cdt-sdk had to be used instead. A static pkg-plist
is also used to help people searching through the ports
files.
PR: ports/89893
Submitted by: Panagiotis Astithas <past@ebs.gr>
Approved by: maintainer timeout
Update java/jboss4 to 4.0.3 SP1, which includes the usual
bugfixes and minor tweaks. I tweaked the Makefile so that
it can handle the SP1 version properly and while keeping
the Makefile valid and passes portlint.
PR: ports/91066
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
in the systems libz.so. This conflict broke applications such as
Eclipse which is linked with libz.so (via gtk+ I believe).
This is a slightly modified version of the submitter's patch.
A better solution may be to link with the system's libz.so and remove
the JDK's internal zlib code altogether, but I'd like to test that a
little more first. Until then this solves the problem.
. Bump PORTREVISION since Eclipse seems to be quite widely used.
Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
Although this is only documentation, the changes (fixing of URLs, etc.)
were enough for me to bump PORTREVISION.
. Add SHA256.
Submitted by: Adam Stroud <adam.stroud@gmail.com>
" The new version delivers a cumulative update of new developments, bug
fixes, and improvements, including an upgrade to JDK 1.4. "
- Set JAVA_VERSION=1.4+
- Add 'math' category [1]
- Use USE_ANT
- Fix COMMENT: some words seemed to be missing, turning the comment to a
nonsense sentence
- ECHO_CMD -> ECHO_MSG
- Cleanup: remove "ex:ts=8" and uneeded targets
- Use ${FIND} | ${INSTALL_DATA} to install documentation files
- Take maintainership
Reported by: portlint [1]
valid one doesn't currently exist.
. Add a pkg-deinstall which removes the symbolic link if this port owns it.
. Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather
than manually using ${SED} ourselves.
Approved by: maintainer timeout
valid one doesn't currently exist.
. Add a pkg-deinstall which removes the symbolic link if this port owns it.
. Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather
than manually using ${SED} ourselves.
Approved by: maintainer timeout