Tim Bishop
7083867c78
- Update to 3.1.0
...
PR: 88644
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by: clement (mentor)
2005-12-14 08:30:23 +00:00
Edwin Groothuis
0661107733
Suspend maintainer
...
<plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended
2005-12-12 09:52:56 +00:00
Greg Lewis
fa9ca78083
. Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,
...
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
2005-12-11 21:59:07 +00:00
Simon Barner
b8f396f775
- Add official mastersite
...
- Update WWW
Submitted by: Andreas Kohn <andreas@syndrom23.de>
PR: ports/90234
2005-12-11 13:32:50 +00:00
Tim Bishop
5b2560de4d
- Update to 2.2.4
...
- 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)
2005-12-05 12:35:10 +00:00
Greg Lewis
984e5bbcac
. Add $FreeBSD$.
2005-12-03 05:27:55 +00:00
Greg Lewis
6f57346425
. "Privatise" the symbols in libzip.so to avoid conflicting with those
...
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>
2005-12-02 22:24:01 +00:00
Greg Lewis
b3ca7b8d1b
. The patch to use getaddrinfo() #ifdef'ed out too much code. Change that
...
to isReachable() is still available (fixes some JCK tests).
Submitted by: Christos Zoulas
2005-12-02 22:17:15 +00:00
Greg Lewis
a65c7890f8
. Chase an updated distfile. [1]
...
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>
2005-12-02 19:32:17 +00:00
Archie Cobbs
73a62517e9
Add missing files to pkglist.
2005-11-29 14:36:42 +00:00
Herve Quiroz
6a3be72a2b
- Update to 0.6.0
...
" 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]
2005-11-28 16:05:36 +00:00
Archie Cobbs
0018c9fcdc
Fix problem with -encoding flag.
...
PR: ports/89536
2005-11-27 16:54:40 +00:00
Archie Cobbs
443a78dc20
Upgrade to version 1.4.7.
2005-11-27 16:42:42 +00:00
Archie Cobbs
b720f54605
Upgrade to 0.19; disable evolving graphical stuff for now.
2005-11-27 16:42:25 +00:00
Greg Lewis
2481baa02d
. Make pkg-install install a symbolic link for the browser plugin if a
...
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
2005-11-25 03:39:42 +00:00
Pav Lucistnik
1edb739efb
- Add SHA256
2005-11-24 23:21:04 +00:00
Greg Lewis
e71c85a662
. Add $FreeBSD$.
2005-11-23 21:16:56 +00:00
Greg Lewis
44d3f3ea41
. Add SHA256.
2005-11-23 16:50:01 +00:00
Greg Lewis
e141d58fe8
. Make pkg-install install a symbolic link for the browser plugin if a
...
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
2005-11-23 10:12:33 +00:00
Simon Barner
a6a14bcb24
- Fix plist by correctly installing and registering the port's man page [1]
...
- Add SHA256
Reported by: pointyhat via kris [1]
PR: ports/89402 [1]
Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
2005-11-23 01:17:16 +00:00
Greg Lewis
37be2d027c
. Add SHA256.
2005-11-22 06:20:35 +00:00
Greg Lewis
48583ee043
. Add SHA256.
...
. SIZEify.
2005-11-22 06:19:35 +00:00
Kris Kennaway
4364b9cade
BROKEN: Unfetchable
2005-11-21 01:19:02 +00:00
Herve Quiroz
f83b5a9889
- Update to 0.9.9.1
...
- Add SHA256
PR: 89151
Submitted by: maintainer
2005-11-16 21:44:47 +00:00
Greg Lewis
0159e9ebe4
. Add SHA256.
2005-11-16 06:05:38 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
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.
2005-11-15 06:52:12 +00:00
Volker Stolz
c694bd6caf
- Update to 0.48
...
- USE_BISON
PR: ports/88550
Submitted by: maintainer
2005-11-14 14:51:26 +00:00
Herve Quiroz
bf9c1e1e5f
Assign a new maintainer
2005-11-14 00:36:48 +00:00
Herve Quiroz
697559c7ce
- Update to 1.2.3
...
- Add SHA256 checksum
- Bump PORTEPOCH
PR: 88909
Submitted by: Alex Vasylenko <lxv@omut.org>
2005-11-13 17:25:40 +00:00
Alexander Nedotsukov
b21cdf2cf2
Unbreak build with cairo 1.0.
...
Patch by: Andreas Kohn <andreas@syndrom23.de>
2005-11-06 12:44:04 +00:00
Jeremy Messenger
8477e3367e
Chase cairo shared library update, bump the PORTREVISION.
2005-11-06 06:04:35 +00:00
Kris Kennaway
b1cf59535c
Remove expired ports
2005-11-05 09:07:44 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Alex Dupre
325da450c4
Update to 3.0-rc4 release.
2005-11-03 08:30:15 +00:00
Alex Dupre
b13995d003
Commons Codec provides implementations of common encoders and decoders
...
such as Base64, Hex, various phonetic encodings, and URLs.
WWW: http://jakarta.apache.org/commons/codec/
2005-11-03 08:28:49 +00:00
Greg Lewis
dbc431427c
. Avoid an infinite loop by ignoring JAVA_HOME if its set to the location
...
of the wrapper script. I'm using a different patch than Herve submitted,
but the idea is the same.
. Bump PORTREVISION.
Submitted by: hq
2005-11-02 21:03:56 +00:00
Greg Lewis
5c2fd494ba
. Update to 1.4.2_10.
2005-11-01 22:01:12 +00:00
Herve Quiroz
d5d6dba8e3
Update to 3.2.1
...
PR: 88273
Submitted by: maintainer
2005-10-31 23:54:56 +00:00
Herve Quiroz
ed06676987
Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutions
...
PR: 86860
Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com>
2005-10-30 12:47:05 +00:00
Eric Anholt
b4d5ea2f4a
Fix pkg-plist from last upgrade.
...
Reported by: pointyhat via kris
2005-10-23 21:30:41 +00:00
Norikatsu Shigemura
e850dfce78
New style bsd.java.mk.
...
Pointed out by: hq
2005-10-23 12:07:52 +00:00
Greg Lewis
9845c7d608
. Update to 3.0.0.
...
. Try to make the packing list more future proof.
PR: 87672
Submitted by: Andreas Kohn <andreas@syndrom23.de>
2005-10-21 22:32:08 +00:00
Greg Lewis
c778807698
. Minor clean up (removed an unused variable, white space).
2005-10-21 17:44:34 +00:00
Greg Lewis
43dfdf2f3d
. Update to 1.13.0.
...
. Minor fixes for the packing list.
PR: 87700
Submitted by: Andreas Kohn <andreas@syndrom23.de>
2005-10-21 17:25:44 +00:00
Greg Lewis
aeafcb01a2
. Update the required Java version.
...
. File off the version from the installed jars to make it possible to keep
the same CLASSPATH between releases.
2005-10-20 07:12:51 +00:00
Greg Lewis
0f015129ae
. Update to 4.0.3.
...
PR: 87647
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
2005-10-19 23:49:56 +00:00
Greg Lewis
12ccde8f3d
. Update to 1.30.
...
. Add another MASTER_SITE.
. Packing list is a little better, but it still needs some work.
2005-10-18 22:37:53 +00:00
Herve Quiroz
0b2143107d
Fix javavmwrapper support added in last commit: the launcher now enforces
...
JAVA_VERSION and JAVA_OS values so that no wrong JDK can be picked up by
javavm(1).
PR: 86860
Discussed with: Panagiotis Astithas <past@ebs.gr>
2005-10-18 02:42:04 +00:00
Eric Anholt
4493844eb3
Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,
...
and on amd64!
2005-10-15 22:33:48 +00:00
Norikatsu Shigemura
ff4ffe3e99
Update to 3.1RC2.
...
o Fix install dependency problems.
PR: ports/87469
Submitted by: Mark Hobden <mark@mclgm.net>
Approved by: maintainer no response
2005-10-15 14:14:08 +00:00