aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 8u45.Greg Lewis2015-04-204-10/+8
|
* . Udpate to 7u80.Greg Lewis2015-04-206-530/+641
|
* Remove expired ports:Rene Ladan2015-04-1889-2925/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix build with GCC with recent head kernel by disabling PCH for GCC.Bryan Drewery2015-04-152-1/+11
| | | | | | | | | | | | | | 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
* converters/libiconv:Tijl Coosemans2015-04-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* java/jakarta-commons-httpclient: add CPE informationBartek Rutkowski2015-04-101-0/+2
| | | | | | | - Maintainer's timeout (ale@FreeBSD.org) PR: 198970 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-7/+1
| | | | | | | | | | 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
* Update netbeans to 8.0.2.Koop Mast2015-04-032-4/+4
| | | | | PR: 197931 Submitted by: hardy.schumacher@gmx.de
* Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.Jung-uk Kim2015-04-023-49/+55
| | | | Optimize fontconfig.properties while I am here.
* Update to 5.2.1 release.Alex Dupre2015-04-012-4/+4
|
* - Add CPE informationSunpoet Po-Chuan Hsieh2015-03-311-1/+2
| | | | | PR: 199034 Submitted by: shun <shun.fbsd.pr@dropcut.net>
* . Update to 2015b.Greg Lewis2015-03-273-7/+3
|
* Update to 7u76.Jung-uk Kim2015-03-256-10/+10
|
* Catch up with distfile changes.Jung-uk Kim2015-03-255-10/+13
|
* Fix a mismerged file for OpenJDK6.Jung-uk Kim2015-03-251-1/+1
|
* Tidy up default fontconfig.properties.Jung-uk Kim2015-03-254-133/+141
|
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-254-24/+2
| | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket
* Catch up with font directory changes.Jung-uk Kim2015-03-244-40/+41
|
* java/eclipse-(ocl|quantum): Deprecate due to deprecated run dependenciesJohn Marino2015-03-222-0/+6
| | | | PR: 195985
* java/eclipse: Upgrade version 4.3.2 => 4.4.2John Marino2015-03-217-1164/+1056
| | | | | | | Note that Eclipse now requires openJDK8 to build. PR: 195985 Submitted by: Jimmy Kelley (maintainer)
* eclipse plugins: Deprecate 25 for removal, ignore 1 to be updatedJohn Marino2015-03-2124-0/+94
| | | | | | | | 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
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-202-2/+2
| | | | | | | | | | | | | | | | | 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
* Clean up patches again. No functional change.Jung-uk Kim2015-03-172-44/+2
|
* . Update to 8u40.Greg Lewis2015-03-165-1069/+344804
|
* Add wildfly82 8.2.0, replacement for JBoss Application Server.Vanilla I. Shu2015-03-098-0/+1223
| | | | | PR: 195336 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
* Add wildfly90 9.0.0, replacement for JBoss Application Server.Vanilla I. Shu2015-03-098-0/+1379
| | | | | PR: 196165 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
* . Update to the 7u76 docs.Greg Lewis2015-03-082-4/+4
|
* . Update to the 8u40 docs.Greg Lewis2015-03-082-4/+4
| | | | PR: 198086
* . Update to 2015a.Greg Lewis2015-03-083-7/+3
| | | | PR: 198167
* . Update to 8u40.Greg Lewis2015-03-063-4/+8
|
* . Update to 8u40.Greg Lewis2015-03-063-777/+643
|
* - Revert all damages done in r372338 and r379049.Jung-uk Kim2015-02-277-115/+25
| | | | | | - Really fix non-release builds. [1] PR: 193009 [1]
* - back to the heapJason Helfman2015-02-261-1/+1
|
* Update to 1.5.3Tilman Keskinoz2015-02-242-3/+3
|
* Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones.Jung-uk Kim2015-02-212-3/+20
|
* - fix fetchJason Helfman2015-02-201-2/+1
|
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim2015-02-174-0/+34
|
* Remove redundant linker options added in r379049.Jung-uk Kim2015-02-171-2/+2
|
* . Fix the DEBUG build.Greg Lewis2015-02-162-6/+60
| | | | | PR: 193009 Submitted by: Brian Gardner (openjdk@getsnappy.com)
* java/java-checkstyle: Update version 6.2=>6.3Muhammad Moinur Rahman2015-02-072-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1793 Approved by: marino(mentor)
* Work around build breakage with recent Mesa 3D.Jung-uk Kim2015-02-061-0/+11
| | | | | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933 https://bugs.freedesktop.org/show_bug.cgi?id=83631 Obtained from: Debian Project
* Update to 1.5.2.Jung-uk Kim2015-02-065-312/+67
|
* . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilationGreg Lewis2015-02-051-0/+1
| | | | | | not to treat warnings as errors. Reported by: mat@
* . Update to 8u31.Greg Lewis2015-02-024-603/+36135
|
* . Update to 7u76Greg Lewis2015-02-0211-136800/+233347
| | | | | . Adopt a patchset strategy similar to the openjdk8 port, which keeps the patch files smaller and makes the BSD differences clearer.
* . Fix window maximisation under Gnome 3.Greg Lewis2015-02-021-0/+11
| | | | | PR: 196741 Submitted by: huanghwh@gmail.com
* Update to 5.2 release.Alex Dupre2015-01-302-3/+3
|
* java/java-checkstyle: Update version 5.8=>6.2Muhammad Moinur Rahman2015-01-252-5/+4
| | | | | Differential Revision: https://reviews.freebsd.org/D1633 Approved by: marino(mentor)
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-2412-21/+21
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* . Udpate to 8u31.Greg Lewis2015-01-242-3/+3
|
* . Update to 8u31.Greg Lewis2015-01-242-5/+5
|
* . Update to 7u75.Greg Lewis2015-01-243-45/+6
|
* . Update to 7u75.Greg Lewis2015-01-243-47/+8
|
* Update to b34.Jung-uk Kim2015-01-246-5412/+351
|
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-241-2/+0
|
* Upgrade to 3.0.0.20140706-2cfb468.Vanilla I. Shu2015-01-213-46/+53
|
* Upgrade to 3.3.0.2.Vanilla I. Shu2015-01-213-48/+388
|
* Upgrade to 1.5.0.Vanilla I. Shu2015-01-212-4/+3
|
* Fix a long-standing problem of the jode-script trying to use the wrongMikhail Teterin2015-01-164-20/+21
| | | | | | | getopt JAR. Bump PORTREVISION. While here improve various bits a bit and add the regression-test target using the bundled tests.
* Fix build with libc++ on 10.0.Jung-uk Kim2015-01-151-3/+39
| | | | MFH: 2015Q1
* Fix build.Jung-uk Kim2015-01-151-1/+3
| | | | MFH: 2015Q1
* Disable inline threaded version of interpreter when compiled with Clang toJung-uk Kim2015-01-152-33/+32
| | | | | | fix build on 10 and later. Modernize the port while I am here. HFH: 2015Q1
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Upgrade to version 1.0.23.Jimmy Olgeni2015-01-042-3/+3
|
* Allow building 10 years after 31 decembre 2004Antoine Brodin2014-12-311-0/+11
| | | | With hat: portmgr
* Allow building 10 years after 31 december 2004Antoine Brodin2014-12-311-0/+11
| | | | With hat: portmgr
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-271-0/+14
|
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | Approved by: bapt
* cleanup plistBaptiste Daroussin2014-12-212-7/+0
|
* Use GH_COMMITAntoine Brodin2014-12-211-2/+1
|
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-175-810/+6
|
* Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-163-0/+810
| | | | | | | | https://bugs.openjdk.java.net/browse/JDK-8041620 Note this is an attempt to fix build with upcoming Clang 3.5. Obtained from: jdk9
* Take maintainer.Koop Mast2014-12-132-3/+2
| | | | Remove something random in the MASTER_SITE section of netbeans.
* - Reset maintainership of my portsPietro Cerutti2014-12-112-2/+2
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 1.5.1Tilman Keskinoz2014-11-302-7/+7
| | | | * Remove IGNORE seems to work on amd64 too now
* New port: java/wildfly81Kurt Jaeger2014-11-238-0/+1217
| | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 194478 Submitted by: yerenkow@gmail.com
* java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platformsJohn Marino2014-11-221-6/+11
|
* . Remove the @dirrm lines from pkg-plist which I'd generated for the upgrade.Greg Lewis2014-11-211-16/+0
|
* - Add an empty directory to plist to fix staging.Jung-uk Kim2014-11-202-4/+17
| | | | | | | | - Fix build for 8.x on amd64. [1] - Use tar(1) to extract all distfiles. [2] PR: 194988 [1] Submitted by: Mikhail T. (mi at aldan dot algebra dot com) [2]
* Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).Jung-uk Kim2014-11-202-17/+36
|
* Fix to use new build process and link against main libsigar.so.Tom Judge2014-11-182-5/+7
|
* . Update to 2014j.Greg Lewis2014-11-173-12/+19
|
* New port: java/sigarTom Judge2014-11-144-0/+91
| | | | | | | | | | | | | | | | | | | | | The Sigar API provides a portable interface for gathering system information such as: * System memory, swap, cpu, load average, uptime, loginsi * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration info and metrics * TCP and UDP connection tables * Network route table This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. The core API is implemented in pure C with bindings currently implemented for Java, Perl, Ruby, Python, Erlang, PHP and C#. This port provides the Java bindings. WWW: https://support.hyperic.com/display/SIGAR/Home
* Cleanup plistAntoine Brodin2014-11-1430-5825/+2876
|
* Finish cleanupAntoine Brodin2014-11-141-1/+0
|
* Cleanup plistAntoine Brodin2014-11-1434-775/+31
|
* - Fix build on i386 with clang. [1]Jung-uk Kim2014-11-122-4/+22
| | | | | | | | - Fix mismerged libnio.so. [2] Reported by: antoine [1] Tested by: antoine [1] PR: 194941 [2]
* Update to 1.10 release.Alex Dupre2014-11-102-3/+6
|
* . Update to 8u25.Greg Lewis2014-11-0915-1399/+414675
|
* java/eclipse-cdt: Allow it to build with java > 1.6John Marino2014-11-071-2/+2
| | | | | It builds with openjdk7 at least. I have no idea if it works, but the rest of the eclipse ports have moved past 1.6. (port is unmaintained)
* . Update to 7u71.Greg Lewis2014-11-023-2138/+13209
|
* . Update to 8u25.Greg Lewis2014-11-023-5/+9
|
* . Update to 8u25.Greg Lewis2014-11-023-3/+6
|
* . Update to 7u71.Greg Lewis2014-10-312-3/+3
|
* . Update to 7u71.Greg Lewis2014-10-313-177/+178
|
* Merge Linux-specific changes to BSD patches. Most importantly, this changeJung-uk Kim2014-10-313-3/+25
| | | | | | corrects 'os.arch' property for i386 to fix regressions. PR: 194419
* . Update to 2014i.Greg Lewis2014-10-293-23/+4
|
* Update to 5.1 release.Alex Dupre2014-10-283-5/+4
|
* - Convert ports from german/, java/, japanese/ and ports-mgmt/ to newMarcus von Appen2014-10-201-2/+1
| | | | | | USES=python Approved by: portmgr (implicit)
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-183-6/+85
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* - Update to b33.Jung-uk Kim2014-10-174-715/+1485
| | | | - Update TimeZoneNames to tzdata2014g.
* java/java-checkstyle: Upgrade version 5.5 => 5.8John Marino2014-10-102-5/+8
| | | | | | | Assign assign submitter as maintainer PR: 194257 Submitted by: Muhammad Rahman
* java/visualvm: update to 1.3.8Steve Wills2014-10-093-21/+26
| | | | | PR: 194229 Submitted by: Jean-Francois BOEUF <JeanFrancois.Boeuf@Gmail.com>
* Fix build with gmake 4.1Baptiste Daroussin2014-10-081-0/+11
|
* Doesn't build with java 6.Alex Dupre2014-10-031-1/+1
|
* Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entryMikhail Teterin2014-09-304-9/+7
| | | | | | | in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default.
* - Update to 8.0.1Pietro Cerutti2014-09-263-532/+111
| | | | | * Release notes: https://netbeans.org/community/releases/80/ * New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB801
* java/java3d: Set to dual GPLv2 and MIT licensingJohn Marino2014-09-261-3/+3
| | | | | | | | | | | PR: 193186 Submitted by: pfg@ After examining the LICENSE files in the existing tarball, Pedro came to the conclusion that the license is a combination between GPLv2 and some MIT-like licenses. The package is redistributable; the outdated restriction is probably left over from a previous version, so it has been removed.
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+2
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* Allow staging as a regular userAntoine Brodin2014-09-121-4/+1
|
* Fix build by forcing -lpopt.Adam Weinberger2014-09-111-0/+2
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1140-33/+40
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-092-13/+5
|
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-092-5/+5
|
* Remove non staged ports without pending PR from j*Baptiste Daroussin2014-09-0223-715/+0
|
* . Update to 2014f.Greg Lewis2014-08-313-16/+5
|
* Stage java/eclipse-langpackJohn Marino2014-08-314-24/+13
| | | | | PR: 193088 Submitted by: turutani (Kyoto)
* java/eclipse: Set a default theme and external browserBartek Rutkowski2014-08-273-3/+61
| | | | | | | PR: 192696 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Reviewed by: swills (mentor), marino (mentor) Approved by: mentors (implicit)
* Update to 5.0 release.Alex Dupre2014-08-272-3/+3
|
* . Update to 8u20.Greg Lewis2014-08-243-6/+3
|
* . Update to 8u20Greg Lewis2014-08-243-184/+232
|
* Canonicalize a few LICENSE_PERMSAntoine Brodin2014-08-221-1/+1
| | | | With hat: portmgr
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
* - Add USES=libtoolTijl Coosemans2014-08-182-14/+9
| | | | - Remove redundant -i.bak
* - Add USES=libtoolTijl Coosemans2014-08-183-9/+36
| | | | - Patch configure to fix detection of shared library support
* Update to latest 1.8.10Lev A. Serebryakov2014-08-121-1/+4
| | | | Turn off unneded options in case of addons explicitly.
* Finish stage supportAntoine Brodin2014-08-122-16/+6
|
* Finish stage conversionAntoine Brodin2014-08-112-2/+1
|
* Fix stage violationAntoine Brodin2014-08-101-1/+1
|
* . Update to 7u67.Greg Lewis2014-08-102-3/+3
|
* . Update to 7u67.Greg Lewis2014-08-102-5/+5
|
* - Update from 1.1b5 to 3.1a1Danilo Egea Gondolfo2014-08-033-9/+10
| | | | | | - Update MASTER_SITES - Take maintainership - Update WWW
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | With hat: portmgr
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-211-0/+11
|
* . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEGreg Lewis2014-07-211-2/+4
| | | | | | | | and MASTER_SITES. This fixes the download URL. [1] . Add a dependency on fontconfig. [2] Pointed out by: Chris Sabo <csabo2@gmail.com> [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2]
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-214-17/+6011
| | | | with 8u05 to preserve patch file ordering.
* - Update to b32.Jung-uk Kim2014-07-175-141/+310
| | | | | - Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4.
* . Update to 7u65.Greg Lewis2014-07-163-2239/+9703
|
* . Update to 8u11.Greg Lewis2014-07-162-3/+3
|
* . Update to 8u11.Greg Lewis2014-07-162-5/+5
|
* . Update to 7u65.Greg Lewis2014-07-162-3/+3
|
* . Update to 7u65.Greg Lewis2014-07-162-5/+5
|
* Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.Adam Weinberger2014-07-161-1/+1
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-153-2/+4
| | | | | Apologies in advance, I know java drives its short bus very, very slowly through qat. Building these 3 ports will probably wedge it for weeks.
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | With hat: portmgr
* java/wildfly80: fix building as userKurt Jaeger2014-07-132-4/+3
|
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-133-7/+30
| | | | | | | | | | | | a big endian machine. [1] . Bump PORTREVISION for the fix. . Speed up the build on multi-core machines using the MAKE_JOBS trickery from the openjdk8 Makefile. . Enlist openjdk7 users as testers of ant 1.9.4. . Add a dependency on fontconfig. PR: 191735 [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2]
* java/dbvis: Swap order-sensitive categories to unbreak PKGORIGINJohn Marino2014-07-121-1/+1
| | | | From Jim Ohlstein in response to an auto-nag.
* java/dbvis: Update version 7.1 => 9.1.6 and stageJohn Marino2014-07-122-7/+13
| | | | | | | | | | | Also: * Annotate dbVisualizer license * Switch categories from "java devel" to "java databases" * Switch absolute dbvis symlink to relative one (marino) * passing maintainership to submitter PR: 186947 Submitted by: jim (ohlste.in)
* Update 8 plugins following upgrade to Eclipse 4.3.2John Marino2014-07-1212-36/+35
| | | | | | | | | | | | | | | | | The following plugins must be updated after upgrading Eclipse to version 4.3.2 because they don't currently work: * java/eclipse-datatools (assign maintainership too) * java/eclipse-emf * java/eclipse-gef * java/eclipse-pydev * java/eclipse-webtools * java/eclipse-windowbuilder * devel/scala-ide * devel/subversive PR: 191798 Submitted by: Eclipse maintainer (Jimmy Kelly)
* java/eclipse: Fix dropins locationJohn Marino2014-07-121-0/+3
| | | | | | | | | The new 4.3.2 Eclipse port doesn't look for dropins in the "standard" FreeBSD location (/usr/local/share/eclipse/dropins) as expected. The eclipse.ini file has been modified to make that happen. PR: 191766 Submitted by: maintainer (Jimmy Kelly)
* @owner not @userBaptiste Daroussin2014-07-061-2/+2
|
* @owner not @userBaptiste Daroussin2014-07-061-1/+1
|
* Support stageBaptiste Daroussin2014-07-062-4/+6
|
* Support stageBaptiste Daroussin2014-07-062-12/+6
|
* Allow packaging as a userBaptiste Daroussin2014-07-061-0/+4
|
* Support stageBaptiste Daroussin2014-07-061-6/+3
|
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-0614-14/+14
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileAdam Weinberger2014-07-052-4/+10
| | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-0410-109/+98
|
* Correct typo declaring ONLY_FOR_ARCHSSean Bruno2014-07-031-1/+1
| | | | | PR: 191565 Reviewed by: bdrewery
* - Update to 3.9.2Jason E. Hale2014-06-302-15/+9
| | | | | | | | - NOPORTDOCS -> DOCS option - Silence MKDIR PR: 191441 (based on) Submitted by: m.tsatsenko@gmail.com (maintainer)
* Remove java/eclipse-devel as java/eclipse is newerJohn Marino2014-06-2912-8805/+0
| | | | | | | | | Given the amount of work required to maintain a single version of eclipse, it was thought prudent to focus maintenance efforts on a single port, especially since the plugins are designed for java/eclipse, not the development version. Discussed in PR. PR: 188659
* Restore eclipse Makefile.plugins instead of breaking/expiring ports using itAntoine Brodin2014-06-281-4/+12
|
* Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNOREAntoine Brodin2014-06-281-1/+3
| | | | | | Deprecate them while here With hat: portmgr
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-288-4/+158
| | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com>
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* java/eclipse: Change include <pre>/<post> to <options>John Marino2014-06-261-2/+2
|
* java/eclipse: Put back Makefile.plugins to unbreak indexJohn Marino2014-06-261-0/+4
| | | | | | | At least one port is still using Makefile.plugins. Put in a placeholder to unbreak the index. PR: 188659
* java/eclipse: Remove troublesome comment completelyJohn Marino2014-06-261-2/+0
| | | | | | | | | | Freshports won't update the entry due to choking on the MAVEN_OPTS comment. Truthfully the comment is more trouble than it's worth. First, it's MVN_OPTS, not MAVEN_OPTS. Secondly, "+=" is a no-op, so the definition should be there anyway. Thirdly, MVN_OPTS is undefined. Just remove the whole mess. PR: 188659
* java/eclipse: Tweak comment to satisfy freshports sanity checkJohn Marino2014-06-261-1/+1
| | | | | A space character was missing in a comment that made the freshport sanity check think it was a bad shell command.
* java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainerJohn Marino2014-06-2613-8809/+3551
| | | | | | | | | | | | At long last, eclipse has been updated to the latest release and is now under the stewardship of Jimmy Kelly. This version supports OpenJDK8 runtime environments. A special thanks to Jonathan Chen for getting the ball rolling after the PR stalled. PR: 188659 Submitted by: Jimmy Kelly Distfiles by: Jonathan Chen Verified by: F10/amd64 poudriere
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-252-3/+3
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Remove interractive this ports can be installed without the graphical installerBaptiste Daroussin2014-06-234-15/+22
| | | | While here, update to 3.1.1
* UnbreakAntoine Brodin2014-06-211-1/+1
| | | | Reported by: pkg-fallout
* . Update to 2014e.Greg Lewis2014-06-192-3/+3
|
* Stagify.Vanilla I. Shu2014-06-171-8/+7
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-6/+5
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-6/+5
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-7/+6
|
* Stagify.Vanilla I. Shu2014-06-171-8/+7
|
* Stagify.Vanilla I. Shu2014-06-171-9/+8
|
* Stagify.Vanilla I. Shu2014-06-171-4/+3
|
* Stagify.Vanilla I. Shu2014-06-171-9/+8
|
* Stagify.Vanilla I. Shu2014-06-171-8/+7
|
* Stagify.Vanilla I. Shu2014-06-171-4/+3
|
* Stagify.Vanilla I. Shu2014-06-171-4/+3
|
* Stagify.Vanilla I. Shu2014-06-171-4/+3
|
* Stagify.Vanilla I. Shu2014-06-171-8/+7
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-6/+2
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-7/+7
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-3/+2
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-8/+7
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-3/+2
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-171-7/+6
| | | | Approved by: portmgr@
* subversion port has been overhauled. Some optional parts was extractedLev A. Serebryakov2014-06-162-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | to separate ports. These ports are: www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. If you used devel/subversion with one (or more) of these non-standard options, you should install appropriate port after subversion upgrade. "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it has been depended on TOOLS option), but is not activated by default, you may need to edit apache's configuration file. devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. Official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. All libraries and binaries are now stripped if MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn).
* Remove redundant uses of NO_CDROM with RESTRICTED.Jung-uk Kim2014-06-125-5/+0
| | | | Reported by: eadler
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* USE_XZ --> USES=tar:xz.Dmitry Sivachenko2014-06-101-2/+1
|
* - Update to 2.8.2Nicola Vitale2014-06-103-53/+21
| | | | | | | | | - Add support for stage dir - Sort variables - Remove post-install target - Remove files/pkg-install.in Release Notes: http://pydev.org/history_pydev.html
* . Add a pkg-message explaining that procfs and fdescfs may be required.Greg Lewis2014-06-101-0/+16
| | | | | PR: 177779 Submitted by: navymaker@rambler-co.ru
* Java Development Kit 8 Documentation. Contains release information,Jung-uk Kim2014-06-104-0/+47
| | | | | | | | API documentation, guides to new features and tool documentation. The documentation will be installed in ${PREFIX}/share/doc/jdk8/ WWW: http://www.oracle.com/us/technologies/java/index.html
* Chase distfile change and support staging.Jung-uk Kim2014-06-102-10/+7
|
* Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE.Jung-uk Kim2014-06-101-3/+2
|
* Remove unnecessary NO_STAGE.Jung-uk Kim2014-06-101-1/+0
|
* Update to 7u60.Jung-uk Kim2014-06-102-11/+7
|
* Support staging.Jung-uk Kim2014-06-102-7/+10
|
* Support staging. While here, get rid of the two-line pkg-plist.Mikhail Teterin2014-06-102-10/+2
|
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-092-12/+12
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-081-1/+1
|
* Stagify.Vanilla I. Shu2014-06-081-6/+5
|
* Stagify.Vanilla I. Shu2014-06-081-4/+3
|
* Update to 7u60.Greg Lewis2014-06-084-2436/+54126
|
* Mark it as unsafe for parallel build.Jung-uk Kim2014-06-071-3/+2
|
* Work around build failures with JDK7 and later.Jung-uk Kim2014-06-061-0/+1
| | | | Reported by: exp-run (PR190511)
* Upgrade to version 1.9.2.Jimmy Olgeni2014-06-063-12/+30
| | | | | | - Add LICENSE - Fix portlint warnings - Use PORT_OPTIONS
* Force java 1.6 only.Alex Dupre2014-06-051-1/+1
|
* Fix build with java/openjdk7 and support staging. Note it does not buildJung-uk Kim2014-06-051-5/+4
| | | | | | with java/openjdk8. Reported by: exp-run (PR190511)
* Update to 7u60.Jung-uk Kim2014-06-056-201/+402
|
* . Update to 2014c.Greg Lewis2014-06-012-3/+3
|
* - Add staging supportPawel Pekala2014-05-312-20/+11
| | | | - Convert to new options framework, add EXAMPLES option
* Add staging supportPawel Pekala2014-05-311-4/+1
|
* - Add staging supportPawel Pekala2014-05-311-34/+9
| | | | - Convert to new options framework
* Add staging supportPawel Pekala2014-05-311-3/+5
|
* - Add staging supportPawel Pekala2014-05-311-18/+13
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-12/+7
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-9/+3
| | | | - Remove leading article from COMMENT
* - Add staging supportPawel Pekala2014-05-311-30/+19
| | | | - Convert to new options framework, add EXAMPLES option
* - Add staging supportPawel Pekala2014-05-311-9/+6
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-7/+7
| | | | - Convert to USES=tar:bzip2
* - Add staging supportPawel Pekala2014-05-311-24/+14
| | | | | - Convert to new options framework - Remove RUN_DEPENDS on javavmwrapper, it's pulled in by java port
* - Add staging supportPawel Pekala2014-05-311-15/+8
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-33/+13
| | | | | | - Convert to new options framework - USE_ANT, ALL_TARGET, MAKE_ARGS instead of custom do-build target - Use PLIST_FILES and not generated plist file
* - Add staging supportPawel Pekala2014-05-311-32/+12
| | | | | | - Convert to new options framework - USE_ANT, ALL_TARGET instead of custom do-build target - Use PLIST_FILES and not generated plist file
* - Add staging supportPawel Pekala2014-05-311-14/+13
| | | | | - Remove leading article from COMMENT - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-17/+12
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-16/+8
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-30/+13
| | | | - Convert to new options framework
* - Add staging supportPawel Pekala2014-05-311-10/+6
| | | | - Convert to new options framework
* java/eclipse*: specify extraction with ${TAR}John Marino2014-05-302-7/+7
| | | | | | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the extraction tool needs to be tar, so let's specify it directly. The eclipse ports have pending PRs to update the version, although I don't know if they include staging. Each Eclipse is a huge port so staging is out scope of this extraction tool work. Approved by: portmgr (implicit)
* java/wildfly80: New port: WildFly - replacement for JBoss Application ServerKurt Jaeger2014-05-278-0/+1991
| | | | | | PR: ports/188339 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Approved by: jadawin (mentor)
* Upgrade to version 1.0.17.Jimmy Olgeni2014-05-262-19/+17
| | | | | | | | - Add LICENSE - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT
* Upgrade to version 1.0.22.Jimmy Olgeni2014-05-262-16/+17
| | | | | | | | | - Add LICENSE - Convert to USES=zip - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT
* - Covert gmake, xz to USESMartin Wilke2014-05-266-10/+6
| | | | Approved by: portmgr
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+2
| | | | With hat: portmgr
* LEGAL: fix multiple portsEitan Adler2014-05-261-0/+1
| | | | | | Sync make -VLEGAL and /usr/ports/LEGAL Approved by: portmgr (implicit)