| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Submitted by: josef@ via hq@ (packing list fixes added by me)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 91142
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Approved by: markus
|
| |
|
|
|
|
|
| |
PR: 89512
Submitted by: girgen
|
|
|
|
| |
Reported by: kris' index builder
|
|
|
|
|
|
|
|
| |
lies about what they have and prompting them one file at a time. This
is a slight rewording of the submitted patch.
PR: 84644
Submitted by: fenner
|
|
|
|
|
|
| |
PR: 88644
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by: clement (mentor)
|
|
|
|
| |
<plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended
|
|
|
|
|
|
|
| |
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
|
|
|
|
|
|
|
| |
- Update WWW
Submitted by: Andreas Kohn <andreas@syndrom23.de>
PR: ports/90234
|
|
|
|
|
|
|
|
|
|
| |
- Use sourceforge mastersite
- Added dependency on eclipse-gef
- Automatically generate pkg-plist
PR: 88649
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by: clement (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
to isReachable() is still available (fixes some JCK tests).
Submitted by: Christos Zoulas
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
PR: ports/89536
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Add SHA256
Reported by: pointyhat via kris [1]
PR: ports/89402 [1]
Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
|
| |
|
|
|
|
| |
. SIZEify.
|
| |
|
|
|
|
|
|
|
| |
- Add SHA256
PR: 89151
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
| |
- USE_BISON
PR: ports/88550
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- Add SHA256 checksum
- Bump PORTEPOCH
PR: 88909
Submitted by: Alex Vasylenko <lxv@omut.org>
|
|
|
|
| |
Patch by: Andreas Kohn <andreas@syndrom23.de>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
such as Base64, Hex, various phonetic encodings, and URLs.
WWW: http://jakarta.apache.org/commons/codec/
|
|
|
|
|
|
|
|
| |
of the wrapper script. I'm using a different patch than Herve submitted,
but the idea is the same.
. Bump PORTREVISION.
Submitted by: hq
|