1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

969 Commits

Author SHA1 Message Date
Jimmy Olgeni
ec15891f82 Upgrade to Eclipse 2.1.2. 2003-12-04 10:26:11 +00:00
Greg Lewis
6bd0b534a8 . Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:30:15 +00:00
Greg Lewis
fe28c4529a . Simplify the packing list [1]
. Add missing BUILD_DEPENDS entry.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:21:26 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Alexey Zelkin
1db29d0ac9 Fix path to patched file.
Reported by:	Nelis Lamprecht <nelis@brabys.co.za>
2003-11-12 14:11:39 +00:00
Alexey Zelkin
be57f40929 Fix bootstrap jdk detection process, so it work in case if no valid jdk
installed.  Previously BUILD_DEPENDS was not set correctly.

Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
2003-11-12 12:38:03 +00:00
Alexey Zelkin
37eb6bfcea Add patch to fix build problems on 5.x system reported by many people.
It was last minute change and since this tool (unpack) is not used while
building jdk14 port, I did not paid enough attention to test this change
at -CURRENT system.  Sorry.
2003-11-12 12:13:35 +00:00
Ying-Chieh Liao
892153f481 add jfreechart 0.9.13
A free Java class library for generating charts
2003-11-12 00:53:03 +00:00
Ying-Chieh Liao
8a5ee179f9 add jcommon 0.8.8
A collection of useful classes used by JFreeChart and JFreeReport
2003-11-12 00:47:19 +00:00
Greg Lewis
8f47442883 . Update to 1.4.2_02. 2003-11-11 23:34:26 +00:00
Alexey Zelkin
371e6b4b5c Update to 1.4.2p5.
Important changes since last patchset:

. jdk14 port is now JDK 1.4.2 based!
. JavaWS distributing with jdk
. Runway problem fixed (fork() is no more problem for java apps)
. Sound support updated
. IPv6 support overhauled
. Drag'n'Drop support fixed (require open-motif mods)

As for now there's no more outstanding issues with this port!

FreeBSD port is also got a important of changes:

. optimized setup is now default (to get debuging bins/libs use WITH_DEBUG)

. bootstrap jdk autodetection.  If WITH_LINUX_BOOTSTRAP is not set, then
  it checks all known to work JDKs installed.  If nothing found, forces
  to install of linux-sun-jdk14

. Because of above change there's no NATIVE_BOOTSTRAP option anymore.  If
  native jdk14 is installed, it will be used by default.
2003-11-11 16:16:20 +00:00
Sergey A. Osokin
0308040a12 Update commons-[dbcp|pool] to 1.1.
Utilize DOCSDIR and PORTDOCS macros.

Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
PR:		59050
2003-11-11 11:55:59 +00:00
Archie Cobbs
b0adb5aa7c Add iconv encoding support.
PR:		ports/57725
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-11-10 23:07:07 +00:00
Alexey Zelkin
d5087e4a45 Don't redefine ECHO_MSG to echo explicitly. It b0rked IGNORE messages.
PR:		java/58902
Reported by:	Linh Pham <question@closedsrc.org>
2003-11-10 12:18:05 +00:00
Greg Lewis
4d78fef3f2 . Update to 3.2.2
. Fix an owner/permission problem that stops JBoss starting up correctly.
. Change maintainer to jonc@chen.org.nz

PR:		58743
Approved by:	des (previous maintainer)
2003-11-04 17:55:46 +00:00
Kris Kennaway
b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00
Edwin Groothuis
97bef68cec undo previous commit. 2003-11-02 03:43:45 +00:00
Edwin Groothuis
03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00
Edwin Groothuis
df3c9e78bd ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:48:08 +00:00
Edwin Groothuis
252c692f11 Fix email address
PR:		58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:29:21 +00:00
Sergei Kolobov
97f8811dad - Chase MAINTAINER e-mail changes
PR:		58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
2003-10-30 13:19:55 +00:00
Jimmy Olgeni
4188bfa318 Fix a comment, the first line was "apache New ports" (apache -> #). 2003-10-30 12:54:12 +00:00
Alexander Kabaev
748e12677b People should report problems with this port to maintainers. Make the
confusion less likely by removing all non-relevant email addresses from
the Makefile.
2003-10-30 07:39:23 +00:00
Alexey Zelkin
7d2d0599c7 . Add fix for "runaway process" problem. It should fix of stalled
processes problem for people who use Runtime.getRuntime.exec() method
  and related things.  Least five people reported that this patch fixed
  problem for them.

  IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x
  and use libc_r at FreeBSD 5.x to upgrade.

. Stop removing "src.zip" from installation bundle.  Since -p4 it builds
  correctly and there's no reason to forbit people to use it.

. Bump PORTREVISION.
2003-10-29 08:20:59 +00:00
Greg Lewis
a4ecff6df9 . Fix the plugin build when LOCALBASE is not /usr/local.
PR:		58618
Submitted by:	harti
2003-10-28 18:15:01 +00:00
Max Khon
fe2875bc66 Update to 1.8.
Fix build on -CURRENT.
Utilize DOCSDIR, obey NOPORTDOCS.
2003-10-27 18:56:27 +00:00
Greg Lewis
ef1188728d . Update to 1.4.1 Service Release 1.
Prompted by:	Marco Wertejuk <wertejuk@mwcis.com>
2003-10-23 18:56:13 +00:00
Greg Lewis
a3bacdacb1 . Add PLIST_SUB settings that somehow didn't get committed. This unbreaks
the package list.

PR:		58398
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-10-23 04:26:01 +00:00
Greg Lewis
1fecbe771d . Sort PTHREAD_FILES.
. Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES.  Should
  fix plugin compilation on -CURRENT.  Mea culpa.

PR:		58269
Submitted by:	Scott Dodson <sdodson@sdodson.com>
2003-10-21 00:10:04 +00:00
Greg Lewis
367cb1bae4 . Update to 1.1.16.
. Allow build with any native JDK, not just 1.1.8.  The default is the
  Diablo Caffe JDK.  This part should be revisited once bsd.java.mk 2.0
  hits the scene.  One could also consider doing it so it could install
  for all the native JDKs, not just one at a time.
. Fix build on 5.x.
. Respect NOPORTDOCS.
2003-10-17 06:35:54 +00:00
Greg Lewis
4609603989 . Fix pre-everything target.
PR:		58148
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-16 23:06:29 +00:00
Kris Kennaway
d894e365fe BROKEN on 5.x: does not compile 2003-10-15 22:23:25 +00:00
Greg Lewis
e2a7da4b51 . Add a missing BUILD_DEPENDS on NSPR so the plugin builds.
Forgotten by:	glewis
2003-10-13 20:57:50 +00:00
Greg Lewis
dcee19701b . Override PKGINSTALL to place it in WRKDIR, which is writeable, rather
than PORTSDIR, which may not be.

Submitted by:	kris
2003-10-13 03:31:42 +00:00
Greg Lewis
42189f5a5d . Install system preferences during post-install to avoid annoying error
messages.
2003-10-11 05:39:21 +00:00
Greg Lewis
4bb0df0d3b . Update to 1.4.1p4.
. Use ${PTHREAD_LIBS} rather than -pthread or -lc_r.
. Install system preferences to avoid annoying and constant error messages.

Approved by:	phantom (the update, anyway)
2003-10-11 05:16:50 +00:00
Greg Lewis
97c3e77bbb . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generate
warnings that 2.95 doesn't and breaks the build on -CURRENT.
2003-10-11 05:13:11 +00:00
Greg Lewis
63aa2c0ddd . Update to 1.3
PR:		57764
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org> (maintainer)
2003-10-10 14:56:43 +00:00
Edwin Groothuis
5d077f992c [maintainer update] Update java/jakarta-oro
The jakarta-oro port no longer fetches.  There's also a
	newer version

PR:		ports/57763
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org>
2003-10-10 11:57:18 +00:00
Sergey A. Osokin
d2534ef045 Add slash to WWW tag.
Also remove pair new-lines for portlint(1) happy.

Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2003-10-08 09:51:45 +00:00
Greg Lewis
846f8c04ea . Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by:	mi
2003-10-08 00:45:01 +00:00
Greg Lewis
38e03fb03a . Make HotSpot compile with gcc 3.3.1.
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
Reminded by:	mi
2003-10-08 00:42:23 +00:00
Greg Lewis
fa3b135cb8 . Update to 1.2.2.017.
. Some minor syncing with the linux-sun-jdk13 port while I'm here.
2003-10-06 17:09:27 +00:00
Ernst de Haan
3fddb0b9fd New port: Jakarta Commons DBCP.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:28:48 +00:00
Ernst de Haan
1cbf754707 New port: Jakarta Commons Pool.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:27:58 +00:00
Greg Lewis
fff2f05c8f . Update to 0.35.
PR:		57581
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-10-05 06:22:57 +00:00
Greg Lewis
d30646a29b . Sync with the change to linux-sun-jdk14 (it now installs in
/usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
2003-10-01 16:14:20 +00:00
Greg Lewis
3ad6d5bee5 . Install in ${LOCALBASE}/linux-sun-jdk1.4.2, not
${LOCALBASE}/linux-sun-jdk1.4.2_01 as the latter is wrong and breaks
  detection in bsd.java.mk.
. Bump PORTREVISION for this fix.

PR:		57420
2003-09-30 23:42:51 +00:00
Greg Lewis
a443c5dcee . Unbreak this port. The binaries call the program "arch" to determine
the architecture.  Unfortunately arch doesn't exist on FreeBSD or in
  linux_base or linux_base-8.  Since "arch" is simply "uname -m" implement
  it as such and make sure its in the path when running any of the
  binaries.
2003-09-29 18:20:06 +00:00