1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

2211 Commits

Author SHA1 Message Date
Alex Dupre
8bd46279a9 Update to 4.0.1 release. 2007-10-12 05:43:28 +00:00
Vasil Dimov
e819d623ec Remove expired leaf ports:
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
2007-10-11 19:35:08 +00:00
Greg Lewis
8ba89d398a . Explicitly pull in X dependencies instead of depending on the open-motif
dependency to implicitly pull in the X libraries we need.

Requested by:	linimon
2007-10-11 02:18:15 +00:00
Martin Wilke
37500a0153 - Update maintainer mail adress
PR:		117073
Submitted by:	 Ronald Klop <ronald@echteman.nl> (maintainer)
2007-10-10 17:20:13 +00:00
Martin Wilke
4135ea3a62 - Unbreak
- Update to 6.0.5

PR:		117023
Submitted by:	Anton Yudin <contact@toha.org.ua> (maintainer)
2007-10-08 16:54:07 +00:00
Greg Lewis
603644e762 . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier. 2007-10-07 04:35:08 +00:00
Martin Wilke
27d2e14610 - Remove pr-patch 2007-10-06 08:09:28 +00:00
Martin Wilke
e42ae23d49 Development using the properties file is performed by Java by the setting
file of J2EE application, internationalization correspondence with desktop
application, etc. being sufficient. However, you have to change the multi-byte
character in a file into Unicode with the native2ascii tool of attachment in
J2SDK on the character platform un-depending.
This editor can directly edit property files written in Unicode reference
characters, and saves the time and effort of converting into Unicode through
native2ascii. In addition to the usual functions of an editor, the plugin is
integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved
in Unicode. It can use by intuitive and simple operation.

WWW:	http://propedit.sourceforge.jp/index_en.html

PR:		ports/116871
Submitted by:	Sutra Zhou <zhoushuqun at gmail.com>
2007-10-05 21:15:33 +00:00
Greg Lewis
ec3920942a . Update to 1.6.0_03 aka 6u3.
Reported by:	John Prather <john.c.prather@gmail.com>
2007-10-05 18:50:50 +00:00
Greg Lewis
2e7c611cc3 . Update to 1.5.0_13.
Reported by:	John Prather <john.c.prather@gmail.com>
2007-10-05 13:27:08 +00:00
Greg Lewis
c7f19b432d . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier. 2007-10-05 06:08:29 +00:00
Jung-uk Kim
c30cfeb507 Fix build on i386 with WITHOUT_WEB option.
PR:		ports/116700
Reported by:	Michiel Boland (michiel at boland dot org)
Approved by:	glewis (mentor)
2007-10-04 18:20:42 +00:00
Mark Linimon
8a81c160fd Mark as broken with gcc4.2. Note: this looks like abadonware. 2007-10-04 15:07:43 +00:00
Edwin Groothuis
42b9878de0 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:14:50 +00:00
Edwin Groothuis
a582224f29 Remove support for OSVERSION < 5 2007-10-03 23:08:56 +00:00
Greg Lewis
3fd95fd7c0 . Update to 2.2.3.
PR:		115346
Submitted by:	Tomas Verbaitis <tomasv@megalogika.lt>
2007-10-03 04:05:00 +00:00
Herve Quiroz
fd5f241c98 Mark the port DEPRECATED and schedule its removal after one month
Approved by:	glewis, znerd
2007-10-01 19:44:02 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Alex Dupre
0368eeb7ef Update to 4.0 release. 2007-09-29 07:39:35 +00:00
Mark Linimon
4e430b1c03 Mark as broken: fails to fetch. 2007-09-28 07:51:46 +00:00
Martin Wilke
72ea644b7e - Update to 0.6.13
PR:		116634
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2007-09-27 20:59:01 +00:00
Martin Wilke
18eeac8f54 Implementaion of the OMG OCL for EMF-based models.
WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl

PR:		ports/115825
Submitted by:	Veit Jahns <vj562001 at yahoo.de>
2007-09-23 17:27:22 +00:00
Rong-En Fan
9216cabdbe - Update to 4.2.1.GA
PR:		ports/116465
Submitted by:	Sebastian Mindling <dev at mindling.com>
Approved by:	Jonathan Chen <jonc at chen.org.nz> (maintainer)
2007-09-23 05:55:37 +00:00
Alex Dupre
8f78a7c8f7 Update to 3.10.1 release:
- install files in correct locations
- add retrace executable
- remove dead pkg-message
- take maintainership
2007-09-20 12:57:27 +00:00
Greg Lewis
260ffa12c0 . Default UseThreadPriorities to false on BSD. This can be toggled by
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
  priority threads got time slices.  Instead, just call pthread_yield().
  On FreeBSD 7.x with libthr, this will still give lower priority threads
  some time (with the above flag turned on), although such behaviour is
  not guaranteed by POSIX.  This boosts FreeBSD performance by 7-fold on
  an 8 core system, putting it on a par with Solaris (benchmarks by kris@).

  The Java standard and the JCK tests are somewhat contradictory on thread
  priority being guaranteed to work, and in this case the performance
  benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
  patching it into a file at build time.  This simplifies the Makefile.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2007-09-20 03:35:30 +00:00
Martin Wilke
74ddc02cd9 2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
2007-09-18 16:06:44 +00:00
Greg Lewis
66d5ba15ae . Fix build problems with cpu.h being picked up from /usr/local/include.
Since the structure members being deferenced into the variables are
  short*, just use short as the variable type and eliminate the use of
  fastInt and the header include altogether.
2007-09-09 17:35:48 +00:00
Greg Lewis
7245a00e83 . Fix build failures by setting LC_ALL="C" in MAKE_ENV.
PR:		116204
Submitted by:	nrgmilk <nrgmilk@gmail.com>
2007-09-08 20:02:32 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Greg Lewis
7cd4bc4e34 . Update to tzupdater 1.2.2. 2007-09-07 22:17:17 +00:00
Greg Lewis
d6b547767b . Update to tzupdater 1.2.2. 2007-09-07 20:41:52 +00:00
Greg Lewis
e536dbe496 . Update to tzupdater 1.2.2. 2007-09-07 06:42:55 +00:00
Greg Lewis
250dbde570 . Update to tzupdater 1.2.2. 2007-09-07 04:29:59 +00:00
Volker Stolz
d8bd03f6af Remove expired port: Modern versions of jdk support generics natively 2007-09-04 09:17:51 +00:00
Greg Lewis
53ea106755 . Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work
to be made gcc 4.2 compliant.
2007-09-02 06:00:00 +00:00
Greg Lewis
483a3a3beb . Fix another problem with exec() by using the same static initialisation
block that Linux and Solaris use.

  This was already fixed in the repo but I'd neglected to commit the fix
  to the port and it was independently submitted as noted below.

Submitted by:	Michiel Boland <michiel@boland.org>
2007-09-02 05:54:44 +00:00
Greg Lewis
1d3ef52383 . Sync the BSD specific code with the changes between 1.5 and 1.6 and
start closing file descriptors at FAIL_FILENO + 1 rather than 3.  This
  fixes the problem with determining the exit code for exec()'ed processes.

PR:		115557
Submitted by:	Michiel Boland <michiel@boland.org>
2007-08-28 15:24:32 +00:00
Greg Lewis
eff6b6a07a . Correctly respect WITHOUT_WEB. This should fix the default amd64 build
on 7.x.
2007-08-23 14:54:54 +00:00
Greg Lewis
8f4ced1aa0 . Add USE_XORG configuration. I'm guessing that prior to the modular
xorg ports the Open Motif dependency pulled in the appropriate X11
  libraries since this hasn't been a problem previously.

Reported by:	pointyhat (via kris)
2007-08-21 06:11:17 +00:00
Greg Lewis
1d01e0702c . Make sure ${PREFIX}/share/applications exists before installing files
there.

Pointed out by:	pointyhat (via kris)
2007-08-21 05:53:17 +00:00
Greg Lewis
a1cf618ad1 . New port which installs the Java SE 6 documentation as provided by Sun. 2007-08-19 20:22:13 +00:00
MANTANI Nobutaka
47aed69b76 Correct dependencies to fix package build.
Reported by:	pointyhat via kris
2007-08-19 05:37:15 +00:00
Greg Lewis
ffb6ff4a93 . Add unzip to BUILD_DEPENDS.
Pointed out by:	pointyhat (via kris)
2007-08-18 06:56:25 +00:00
Jung-uk Kim
3165706a2d Add browser plugin support for amd64. It is turned off by default as it is
still experimental.

Tested by:	Huang wen hui (hwh at gddsn dot org dot cn)
Approved by:	glewis (maintainer)
2007-08-16 18:55:53 +00:00
Jung-uk Kim
a677d6f303 Unbreak build on -CURRENT.
Approved by:	glewis (maintainer)
2007-08-16 18:50:38 +00:00
Ion-Mihai Tetcu
00f056e77c Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs. 2007-08-14 12:20:38 +00:00
Ion-Mihai Tetcu
7c59f183d5 Update to the latest version and unbreak.
Submitted by:	linimon@'s broken ports reminder
2007-08-14 11:08:32 +00:00
Greg Lewis
d2083f0649 . Split the JRL agreement out into a separate script that is only run
during the port build and not during the package install.

Requested by:	kris
2007-08-14 03:36:15 +00:00
Greg Lewis
8d991a0856 . Split the JRL agreement out into a separate script that is only run
during the port build and not during the package install.

Requested by:	kris
2007-08-13 04:57:47 +00:00
Jung-uk Kim
7bd1daa3df - Set LANG environment variable to C for non-US locale users.
- Install FreeBSD-specific NSPR header file instead of default Solaris header.

Note the port revision is not updated because it does not affect most users.

Approved by:	glewis (maintainer)
2007-08-09 22:54:34 +00:00