1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

3880 Commits

Author SHA1 Message Date
Kurt Jaeger
e1a0244011 New port: java/hamcrest
Provides a library of matcher objects (also known as
constraints or predicates) allowing 'match' rules to
be defined declaratively, to be used in other frameworks.
Typical scenarios include testing frameworks, mocking libraries
and UI validation rules.

WWW: http://hamcrest.org/

PR:		192575
Submitted by:	danilo
2015-05-02 07:05:57 +00:00
Greg Lewis
010c48ac48 . Update to 7u80. 2015-04-28 05:40:24 +00:00
Dmitry Marakasov
9d388f2659 - Add CPE info
Approved by:	portmgr blanket
2015-04-25 02:50:55 +00:00
Baptiste Daroussin
14ff7b0977 the boostrap bundle libs, do not expose them to the pkg(8) solver 2015-04-21 23:37:20 +00:00
Greg Lewis
1520eb31b8 . Update to 8u45. 2015-04-19 18:21:19 +00:00
Greg Lewis
bf74b656d1 . Udpate to 7u80. 2015-04-19 18:07:07 +00:00
Rene Ladan
1ff2d59307 Remove expired ports:
2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf
2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef
2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update
2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update
2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update
2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
2015-04-18 10:00:00 +00:00
Bryan Drewery
90ddbe7045 Fix build with GCC with recent head kernel by disabling PCH for GCC.
The case for this is a recent head kernel building an older branch that uses
GCC in a jail.

This is discussed at https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html

It may be possible to fix GCC to do the right thing with mmap(2) but it would
not be simple to make ports use a fixed GCC on older releases and without
needlessly building a ports compiler when the system one would otherwise be
fine without PCH.

With hat:	portmgr
2015-04-15 15:30:07 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Bartek Rutkowski
6570cec6d3 java/jakarta-commons-httpclient: add CPE information
- Maintainer's timeout (ale@FreeBSD.org)

PR:		198970
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-04-09 21:03:55 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Koop Mast
f31c84a98e Update netbeans to 8.0.2.
PR:		197931
Submitted by:	hardy.schumacher@gmx.de
2015-04-02 18:45:35 +00:00
Jung-uk Kim
cd50a3fd95 Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.
Optimize fontconfig.properties while I am here.
2015-04-01 17:32:17 +00:00
Alex Dupre
e48227ea05 Update to 5.2.1 release. 2015-04-01 09:09:09 +00:00
Sunpoet Po-Chuan Hsieh
c98b86331a - Add CPE information
PR:		199034
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-30 19:03:34 +00:00
Greg Lewis
0de7ad4b53 . Update to 2015b. 2015-03-27 05:51:26 +00:00
Jung-uk Kim
213a812cd3 Update to 7u76. 2015-03-24 22:55:58 +00:00
Jung-uk Kim
bf713c5371 Catch up with distfile changes. 2015-03-24 22:29:55 +00:00
Jung-uk Kim
c94deb44cf Fix a mismerged file for OpenJDK6. 2015-03-24 21:26:18 +00:00
Jung-uk Kim
7580e924ad Tidy up default fontconfig.properties. 2015-03-24 21:17:51 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Jung-uk Kim
74a9a89a8d Catch up with font directory changes. 2015-03-24 00:56:47 +00:00
John Marino
1467a82939 java/eclipse-(ocl|quantum): Deprecate due to deprecated run dependencies
PR:	195985
2015-03-21 16:46:52 +00:00
John Marino
bb867d1e1b java/eclipse: Upgrade version 4.3.2 => 4.4.2
Note that Eclipse now requires openJDK8 to build.

PR:		195985
Submitted by:	Jimmy Kelley (maintainer)
2015-03-21 10:40:50 +00:00
John Marino
0d8b37dcfa eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.

PR:		195985
Submitted by:	Jimmy Kelley (eclipse maintainer)
Reason:		by-product of upcoming eclipse upgrade
2015-03-21 09:54:46 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Jung-uk Kim
d0b0657655 Clean up patches again. No functional change. 2015-03-16 18:53:10 +00:00
Greg Lewis
72d2e02134 . Update to 8u40. 2015-03-15 21:30:04 +00:00
Vanilla I. Shu
9ac019ed31 Add wildfly82 8.2.0, replacement for JBoss Application Server.
PR:		195336
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2015-03-09 07:19:19 +00:00
Vanilla I. Shu
31610269ee Add wildfly90 9.0.0, replacement for JBoss Application Server.
PR:		196165
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2015-03-09 07:10:07 +00:00
Greg Lewis
7fc7192782 . Update to the 7u76 docs. 2015-03-08 00:35:38 +00:00
Greg Lewis
993c274863 . Update to the 8u40 docs.
PR:		198086
2015-03-08 00:31:12 +00:00
Greg Lewis
e720e69ebb . Update to 2015a.
PR:		198167
2015-03-07 19:41:17 +00:00
Greg Lewis
7aeb6db0cf . Update to 8u40. 2015-03-06 03:20:02 +00:00
Greg Lewis
8596e54db4 . Update to 8u40. 2015-03-06 03:19:34 +00:00
Jung-uk Kim
6a5bb1c2f8 - Revert all damages done in r372338 and r379049.
- Really fix non-release builds. [1]

PR:		193009 [1]
2015-02-27 06:54:30 +00:00
Jason Helfman
5fcb727509 - back to the heap 2015-02-25 22:01:09 +00:00
Tilman Keskinoz
870bca2f5d Update to 1.5.3 2015-02-23 20:55:05 +00:00
Jung-uk Kim
879cdc9041 Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones. 2015-02-21 01:33:00 +00:00
Jason Helfman
c0e838207d - fix fetch 2015-02-19 21:44:45 +00:00
Jung-uk Kim
6ff1cd31f3 Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept(). 2015-02-16 23:58:16 +00:00
Jung-uk Kim
ea9a2868cf Remove redundant linker options added in r379049. 2015-02-16 23:48:19 +00:00
Greg Lewis
2c4da2b583 . Fix the DEBUG build.
PR:		193009
Submitted by:	Brian Gardner (openjdk@getsnappy.com)
2015-02-15 21:18:12 +00:00
Muhammad Moinur Rahman
1c1a280240 java/java-checkstyle: Update version 6.2=>6.3
Differential Revision:	https://reviews.freebsd.org/D1793
Approved by:		marino(mentor)
2015-02-07 10:02:09 +00:00
Jung-uk Kim
5f7d5d4997 Work around build breakage with recent Mesa 3D.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933
https://bugs.freedesktop.org/show_bug.cgi?id=83631

Obtained from:	Debian Project
2015-02-05 21:46:48 +00:00
Jung-uk Kim
a36fc539ce Update to 1.5.2. 2015-02-05 20:13:39 +00:00
Greg Lewis
64f02c86a0 . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation
not to treat warnings as errors.

Reported by:	mat@
2015-02-05 03:13:05 +00:00
Greg Lewis
3bc2661ea9 . Update to 8u31. 2015-02-02 06:27:11 +00:00
Greg Lewis
af02cae5b9 . Update to 7u76
. Adopt a patchset strategy similar to the openjdk8 port, which keeps the
  patch files smaller and makes the BSD differences clearer.
2015-02-02 05:00:42 +00:00
Greg Lewis
13771af25b . Fix window maximisation under Gnome 3.
PR:		196741
Submitted by:	huanghwh@gmail.com
2015-02-02 04:56:57 +00:00