1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

4072 Commits

Author SHA1 Message Date
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
Alex Dupre
ffa5cbddf4 Update to 5.2 release. 2015-01-30 09:24:20 +00:00
Muhammad Moinur Rahman
6aa2864536 java/java-checkstyle: Update version 5.8=>6.2
Differential Revision:	https://reviews.freebsd.org/D1633
Approved by:		marino(mentor)
2015-01-25 09:13:58 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Greg Lewis
6ddd76ce77 . Udpate to 8u31. 2015-01-24 08:50:08 +00:00
Greg Lewis
432be5deed . Update to 8u31. 2015-01-24 08:49:42 +00:00
Greg Lewis
aa2fd82a0a . Update to 7u75. 2015-01-24 08:25:53 +00:00
Greg Lewis
1391d92f4b . Update to 7u75. 2015-01-24 08:25:16 +00:00
Jung-uk Kim
d5ce7749e1 Update to b34. 2015-01-24 00:02:00 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Vanilla I. Shu
522e1ec6fa Upgrade to 3.0.0.20140706-2cfb468. 2015-01-21 12:54:24 +00:00
Vanilla I. Shu
d26b5788ec Upgrade to 3.3.0.2. 2015-01-21 12:15:21 +00:00
Vanilla I. Shu
a1a16fa6a8 Upgrade to 1.5.0. 2015-01-21 04:43:05 +00:00
Mikhail Teterin
ea89cb4258 Fix a long-standing problem of the jode-script trying to use the wrong
getopt JAR. Bump PORTREVISION.

While here improve various bits a bit and add the regression-test target
using the bundled tests.
2015-01-15 23:28:09 +00:00
Jung-uk Kim
a7c9e17d69 Fix build with libc++ on 10.0.
MFH:		2015Q1
2015-01-15 00:26:39 +00:00
Jung-uk Kim
349f76d284 Fix build.
MFH:		2015Q1
2015-01-14 21:20:32 +00:00
Jung-uk Kim
3715963139 Disable inline threaded version of interpreter when compiled with Clang to
fix build on 10 and later.  Modernize the port while I am here.

HFH:		2015Q1
2015-01-14 21:15:21 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Jimmy Olgeni
4df78982bb Upgrade to version 1.0.23. 2015-01-04 09:56:06 +00:00
Antoine Brodin
4c1bb8329e Allow building 10 years after 31 decembre 2004
With hat:	portmgr
2014-12-30 23:09:45 +00:00
Antoine Brodin
7cdc0b1e9e Allow building 10 years after 31 december 2004
With hat:	portmgr
2014-12-30 23:02:57 +00:00
Antoine Brodin
2fde215147 Allow building with either giflib 4.2 or 5.0 2014-12-27 07:37:59 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
d6e472c1a5 cleanup plist 2014-12-20 19:06:19 +00:00
Antoine Brodin
4d31f88897 Use GH_COMMIT 2014-12-20 17:53:01 +00:00
Jung-uk Kim
7df9bf91d2 Turn off -Werror for Clang 3.5+ and revert r374780 for now. 2014-12-16 21:37:30 +00:00
Jung-uk Kim
73bb14c0e3 Add an upstream patch to remove adlc's unused class FileBuffRegion.
https://bugs.openjdk.java.net/browse/JDK-8041620

Note this is an attempt to fix build with upcoming Clang 3.5.

Obtained from:	jdk9
2014-12-16 00:25:58 +00:00
Koop Mast
2d83dcc94d Take maintainer.
Remove something random in the MASTER_SITE section of netbeans.
2014-12-12 18:42:24 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Tilman Keskinoz
71b8fdbc77 Update to 1.5.1
* Remove IGNORE seems to work on amd64 too now
2014-11-29 20:55:33 +00:00
Kurt Jaeger
54229f9c2c New port: java/wildfly81
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
2014-11-22 17:29:50 +00:00
John Marino
568ad25d50 java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platforms 2014-11-22 13:26:24 +00:00
Greg Lewis
111c288cea . Remove the @dirrm lines from pkg-plist which I'd generated for the upgrade. 2014-11-21 02:39:09 +00:00
Jung-uk Kim
bb07796994 - Add an empty directory to plist to fix staging.
- 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]
2014-11-20 04:37:20 +00:00
Jung-uk Kim
72fe6d5b0b Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1). 2014-11-19 21:52:04 +00:00
Tom Judge
1868e53bdf Fix to use new build process and link against main libsigar.so. 2014-11-17 23:17:08 +00:00
Greg Lewis
f5a15b4243 . Update to 2014j. 2014-11-17 01:44:00 +00:00
Tom Judge
613ed0b48a New port: java/sigar
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
2014-11-14 15:40:15 +00:00
Antoine Brodin
2e3a92ee44 Cleanup plist 2014-11-14 15:38:27 +00:00
Antoine Brodin
a17498b73a Finish cleanup 2014-11-14 11:38:46 +00:00
Antoine Brodin
4f04fe3206 Cleanup plist 2014-11-14 11:30:42 +00:00
Jung-uk Kim
c8829a2519 - Fix build on i386 with clang. [1]
- Fix mismerged libnio.so. [2]

Reported by:	antoine [1]
Tested by:	antoine [1]
PR:		194941 [2]
2014-11-11 23:53:59 +00:00
Alex Dupre
c276371fc2 Update to 1.10 release. 2014-11-10 10:57:00 +00:00
Greg Lewis
ec0ba98b99 . Update to 8u25. 2014-11-09 05:23:31 +00:00
John Marino
8f243da5ec java/eclipse-cdt: Allow it to build with java > 1.6
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)
2014-11-07 09:40:34 +00:00
Greg Lewis
ba2e9ae12a . Update to 7u71. 2014-11-01 20:18:09 +00:00
Greg Lewis
dc71fc4640 . Update to 8u25. 2014-11-01 19:36:38 +00:00
Greg Lewis
2dbb2c2cb6 . Update to 8u25. 2014-11-01 19:36:05 +00:00
Greg Lewis
39da530e4d . Update to 7u71. 2014-10-31 02:57:44 +00:00
Greg Lewis
e600937dd0 . Update to 7u71. 2014-10-31 02:56:12 +00:00
Jung-uk Kim
b81354a1df Merge Linux-specific changes to BSD patches. Most importantly, this change
corrects 'os.arch' property for i386 to fix regressions.

PR:		194419
2014-10-30 16:30:36 +00:00
Greg Lewis
b90a66fe0b . Update to 2014i. 2014-10-29 01:56:37 +00:00
Alex Dupre
c6939cfdef Update to 5.1 release. 2014-10-28 14:07:04 +00:00
Marcus von Appen
b997ee32c8 - Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 17:45:13 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
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)
2014-10-18 12:20:42 +00:00
Jung-uk Kim
1c8be2bab1 - Update to b33.
- Update TimeZoneNames to tzdata2014g.
2014-10-17 05:00:20 +00:00
John Marino
1dfa52b992 java/java-checkstyle: Upgrade version 5.5 => 5.8
Assign assign submitter as maintainer

PR:		194257
Submitted by:	Muhammad Rahman
2014-10-10 12:33:12 +00:00
Steve Wills
a4664ac928 java/visualvm: update to 1.3.8
PR:		194229
Submitted by:	Jean-Francois BOEUF <JeanFrancois.Boeuf@Gmail.com>
2014-10-09 01:37:58 +00:00
Baptiste Daroussin
4064c61d2c Fix build with gmake 4.1 2014-10-08 07:25:18 +00:00
Alex Dupre
5355bd743d Doesn't build with java 6. 2014-10-03 07:22:52 +00:00
Mikhail Teterin
5d93dd73d4 Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entry
in pkg-descr.

Vendor's self tests continue to fail (timeouts), so this feature remains
disabled by default.
2014-09-29 21:31:52 +00:00
Pietro Cerutti
b7aaf05a86 - Update to 8.0.1
* Release notes: https://netbeans.org/community/releases/80/
  * New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB801
2014-09-26 13:15:12 +00:00
John Marino
28c9b7b0b7 java/java3d: Set to dual GPLv2 and MIT licensing
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.
2014-09-25 20:52:28 +00:00
Tijl Coosemans
15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00
Antoine Brodin
0477f24e8a Allow staging as a regular user 2014-09-11 21:26:06 +00:00
Adam Weinberger
6581fe3012 Fix build by forcing -lpopt. 2014-09-10 22:03:13 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
e6699effeb Add USES=libtool and INSTALL_TARGET=install-strip 2014-09-08 16:45:19 +00:00
Tijl Coosemans
113ec4fc2a Add USES=libtool and INSTALL_TARGET=install-strip 2014-09-08 16:44:05 +00:00
Baptiste Daroussin
8a2ac20b34 Remove non staged ports without pending PR from j* 2014-09-01 16:48:53 +00:00
Greg Lewis
3fb44ee64f . Update to 2014f. 2014-08-31 07:15:26 +00:00
John Marino
4671731e5c Stage java/eclipse-langpack
PR:		193088
Submitted by:	turutani (Kyoto)
2014-08-30 22:14:10 +00:00
Bartek Rutkowski
fc2ede033f java/eclipse: Set a default theme and external browser
PR:		192696
Submitted by:	Jimmy Kelley <ljboiler@gmail.com>
Reviewed by:	swills (mentor), marino (mentor)
Approved by:	mentors (implicit)
2014-08-27 14:23:57 +00:00
Alex Dupre
e5ee82f004 Update to 5.0 release. 2014-08-27 12:50:27 +00:00
Greg Lewis
714b35487d . Update to 8u20. 2014-08-24 05:44:04 +00:00
Greg Lewis
64ad431e25 . Update to 8u20 2014-08-24 05:31:30 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Steve Wills
f64d997379 many ruby/rubygem ports: death of rubyforge.org
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)
2014-08-19 15:35:35 +00:00
Tijl Coosemans
efff947650 - Add USES=libtool
- Remove redundant -i.bak
2014-08-17 19:25:16 +00:00
Tijl Coosemans
1fecd6a9ee - Add USES=libtool
- Patch configure to fix detection of shared library support
2014-08-17 18:45:52 +00:00
Lev A. Serebryakov
cc2002fab7 Update to latest 1.8.10
Turn off unneded options in case of addons explicitly.
2014-08-12 15:05:00 +00:00
Antoine Brodin
8c5b79937d Finish stage support 2014-08-11 17:36:52 +00:00
Antoine Brodin
4601848c53 Finish stage conversion 2014-08-10 19:18:14 +00:00
Antoine Brodin
e7e5fc8626 Fix stage violation 2014-08-10 08:47:38 +00:00
Greg Lewis
13cc90bf0e . Update to 7u67. 2014-08-10 02:30:13 +00:00
Greg Lewis
251882790c . Update to 7u67. 2014-08-10 02:28:30 +00:00
Danilo Egea Gondolfo
e0f91e7c9b - Update from 1.1b5 to 3.1a1
- Update MASTER_SITES
- Take maintainership
- Update WWW
2014-08-03 00:09:25 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Baptiste Daroussin
2bbb53adc3 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:07:12 +00:00
Greg Lewis
6aff7f3a8a . Don't hardcode /bin/bash. Fixes build trace output. 2014-07-20 19:33:08 +00:00
Greg Lewis
c2262e1806 . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAME
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]
2014-07-20 19:29:53 +00:00
Greg Lewis
fafc5e69ef . Update to 8u11. This requires moving the patch file for 8u5 to start
with 8u05 to preserve patch file ordering.
2014-07-20 17:00:57 +00:00
Jung-uk Kim
e45d1e1be9 - Update to b32.
- Update TimeZoneNames to tzdata2014b.
- Enlist openjdk6 users as testers of ant 1.9.4.
2014-07-17 04:03:21 +00:00
Greg Lewis
63182852ca . Update to 7u65. 2014-07-16 15:21:38 +00:00
Greg Lewis
b0dffdff28 . Update to 8u11. 2014-07-16 02:59:57 +00:00
Greg Lewis
d84505a503 . Update to 8u11. 2014-07-16 02:46:51 +00:00
Greg Lewis
56f6f8d540 . Update to 7u65. 2014-07-16 02:36:31 +00:00
Greg Lewis
23b245ed03 . Update to 7u65. 2014-07-16 02:28:13 +00:00
Adam Weinberger
1f65a30b2a Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
Adam Weinberger
784be3fb78 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
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.
2014-07-15 15:45:35 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00
Kurt Jaeger
afcc833cc9 java/wildfly80: fix building as user 2014-07-12 19:48:01 +00:00
Greg Lewis
49d7c249aa . Fix unpack200 on i386/amd64 by only swapping bytes when this is actually
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]
2014-07-12 17:36:17 +00:00
John Marino
c2fff9c909 java/dbvis: Swap order-sensitive categories to unbreak PKGORIGIN
From Jim Ohlstein in response to an auto-nag.
2014-07-12 14:47:19 +00:00
John Marino
01f91b4104 java/dbvis: Update version 7.1 => 9.1.6 and stage
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)
2014-07-12 10:46:35 +00:00
John Marino
85f7db1868 Update 8 plugins following upgrade to Eclipse 4.3.2
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)
2014-07-11 22:14:15 +00:00
John Marino
855d8ebe13 java/eclipse: Fix dropins location
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)
2014-07-11 21:56:01 +00:00
Baptiste Daroussin
cbfea8568d @owner not @user 2014-07-06 14:33:40 +00:00
Baptiste Daroussin
5514779ebf @owner not @user 2014-07-06 14:33:17 +00:00
Baptiste Daroussin
dfd11e0734 Support stage 2014-07-06 14:32:54 +00:00
Baptiste Daroussin
99f928de7d Support stage 2014-07-06 14:32:09 +00:00
Baptiste Daroussin
7fdc0dd857 Allow packaging as a user 2014-07-06 14:30:06 +00:00
Baptiste Daroussin
ddea26e224 Support stage 2014-07-06 14:28:04 +00:00
Jimmy Olgeni
021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
2014-07-05 19:27:03 +00:00
Adam Weinberger
39a0370b7b Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-05 00:22:07 +00:00
Adam Weinberger
b26a28d619 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:20:03 +00:00
Sean Bruno
c81719d3f2 Correct typo declaring ONLY_FOR_ARCHS
PR:		191565
Reviewed by:	bdrewery
2014-07-02 18:18:37 +00:00
Jason E. Hale
26152f64d0 - Update to 3.9.2
- NOPORTDOCS -> DOCS option
- Silence MKDIR

PR:		191441 (based on)
Submitted by:	m.tsatsenko@gmail.com (maintainer)
2014-06-29 16:19:46 +00:00
John Marino
2716b101e4 Remove java/eclipse-devel as java/eclipse is newer
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
2014-06-28 22:47:33 +00:00
Antoine Brodin
6cdf4863c9 Restore eclipse Makefile.plugins instead of breaking/expiring ports using it 2014-06-27 21:36:33 +00:00
Antoine Brodin
4ffa30e22c Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNORE
Deprecate them while here

With hat:	portmgr
2014-06-27 20:42:26 +00:00
Jung-uk Kim
6d8c62429c Implement current and signal methods for sun.nio.ch.NativeThread. Note this
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>
2014-06-27 18:41:19 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
John Marino
ea098ec9f3 java/eclipse: Change include <pre>/<post> to <options> 2014-06-26 10:14:56 +00:00
John Marino
222a0c8885 java/eclipse: Put back Makefile.plugins to unbreak index
At least one port is still using Makefile.plugins.  Put in a placeholder
to unbreak the index.

PR: 188659
2014-06-26 09:22:12 +00:00
John Marino
1fc2c068b4 java/eclipse: Remove troublesome comment completely
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
2014-06-26 09:13:00 +00:00
John Marino
635115204e java/eclipse: Tweak comment to satisfy freshports sanity check
A space character was missing in a comment that made the freshport
sanity check think it was a bad shell command.
2014-06-26 08:55:08 +00:00
John Marino
7a492ac2b5 java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainer
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
2014-06-26 08:48:10 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
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
2014-06-25 05:35:31 +00:00
Baptiste Daroussin
27be15bfd7 Remove interractive this ports can be installed without the graphical installer
While here, update to 3.1.1
2014-06-22 23:44:12 +00:00
Antoine Brodin
fda1d2e5f1 Unbreak
Reported by:	pkg-fallout
2014-06-21 15:28:09 +00:00
Greg Lewis
488a94e0ed . Update to 2014e. 2014-06-19 02:49:55 +00:00
Vanilla I. Shu
5e497ab473 Stagify.
Approved by:	portmgr@
2014-06-17 12:13:58 +00:00
Vanilla I. Shu
5d6545d27c Stagify.
Approved by:	portmgr@
2014-06-17 12:02:34 +00:00
Vanilla I. Shu
487083b7d4 Stagify.
Approved by:	portmgr@
2014-06-17 10:18:20 +00:00
Vanilla I. Shu
764acb06d8 Stagify. 2014-06-17 10:12:58 +00:00
Vanilla I. Shu
8f20178892 Stagify. 2014-06-17 10:10:38 +00:00
Vanilla I. Shu
9eead0ee34 Stagify. 2014-06-17 10:06:38 +00:00
Vanilla I. Shu
ba1ddc0b3d Stagify. 2014-06-17 10:03:54 +00:00
Vanilla I. Shu
223e2341e8 Stagify. 2014-06-17 09:57:58 +00:00
Vanilla I. Shu
e093d7ea85 Stagify. 2014-06-17 09:54:47 +00:00
Vanilla I. Shu
71496f6779 Stagify. 2014-06-17 09:51:33 +00:00
Vanilla I. Shu
13946b5a69 Stagify. 2014-06-17 09:43:35 +00:00
Vanilla I. Shu
bdeb25bf13 Stagify. 2014-06-17 09:40:22 +00:00
Vanilla I. Shu
ea2e5a3457 Stagify.
Approved by:	portmgr@
2014-06-17 09:33:41 +00:00
Vanilla I. Shu
f6f74eefb8 Stagify.
Approved by:	portmgr@
2014-06-17 09:24:14 +00:00
Vanilla I. Shu
bf859a1b21 Stagify.
Approved by:	portmgr@
2014-06-17 08:03:55 +00:00
Vanilla I. Shu
ecf43beb7e Stagify.
Approved by:	portmgr@
2014-06-17 08:00:10 +00:00
Vanilla I. Shu
5a10f3e51c Stagify.
Approved by:	portmgr@
2014-06-17 07:58:21 +00:00
Vanilla I. Shu
f2dc0757ae Stagify.
Approved by:	portmgr@
2014-06-17 07:55:47 +00:00
Vanilla I. Shu
83c5e88c47 Stagify.
Approved by:	portmgr@
2014-06-17 07:53:12 +00:00
Lev A. Serebryakov
146867e802 subversion port has been overhauled. Some optional parts was extracted
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).
2014-06-16 13:12:21 +00:00
Jung-uk Kim
bc31769ff9 Remove redundant uses of NO_CDROM with RESTRICTED.
Reported by:	eadler
2014-06-11 18:16:42 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
Dmitry Sivachenko
fdce02a97a USE_XZ --> USES=tar:xz. 2014-06-10 11:29:39 +00:00
Nicola Vitale
bc6216d407 - Update to 2.8.2
- Add support for stage dir
- Sort variables
- Remove post-install target
- Remove files/pkg-install.in

Release Notes:	http://pydev.org/history_pydev.html
2014-06-10 02:45:13 +00:00
Greg Lewis
a9eddf5ed5 . Add a pkg-message explaining that procfs and fdescfs may be required.
PR:		177779
Submitted by:	navymaker@rambler-co.ru
2014-06-10 01:33:48 +00:00
Jung-uk Kim
8f8af7b642 Java Development Kit 8 Documentation. Contains release information,
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
2014-06-10 00:02:31 +00:00
Jung-uk Kim
c060aceae5 Chase distfile change and support staging. 2014-06-09 23:50:24 +00:00
Jung-uk Kim
ee253d5adb Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE. 2014-06-09 23:47:29 +00:00
Jung-uk Kim
75c0bd3255 Remove unnecessary NO_STAGE. 2014-06-09 23:46:44 +00:00
Jung-uk Kim
02f9e55e21 Update to 7u60. 2014-06-09 23:27:02 +00:00
Jung-uk Kim
566905fff2 Support staging. 2014-06-09 23:03:07 +00:00
Mikhail Teterin
b890d0fc74 Support staging. While here, get rid of the two-line pkg-plist. 2014-06-09 22:45:46 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Jimmy Olgeni
ac30cb067f Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
Vanilla I. Shu
3925dc2bce Stagify. 2014-06-08 04:06:19 +00:00
Vanilla I. Shu
6c080e5abe Stagify. 2014-06-08 04:03:51 +00:00
Greg Lewis
6f1ddbf6db Update to 7u60. 2014-06-07 23:37:24 +00:00
Jung-uk Kim
ca590d213b Mark it as unsafe for parallel build. 2014-06-06 23:40:56 +00:00
Jung-uk Kim
8fbb04a969 Work around build failures with JDK7 and later.
Reported by:	exp-run (PR190511)
2014-06-05 21:21:11 +00:00
Jimmy Olgeni
4809de2a35 Upgrade to version 1.9.2.
- Add LICENSE
- Fix portlint warnings
- Use PORT_OPTIONS
2014-06-05 18:18:44 +00:00
Alex Dupre
ac01db4fa8 Force java 1.6 only. 2014-06-05 07:41:12 +00:00
Jung-uk Kim
b7b91fc0fd Fix build with java/openjdk7 and support staging. Note it does not build
with java/openjdk8.

Reported by:	exp-run (PR190511)
2014-06-04 21:50:22 +00:00
Jung-uk Kim
c3818dca2c Update to 7u60. 2014-06-04 19:19:51 +00:00
Greg Lewis
49e37d6ee0 . Update to 2014c. 2014-05-31 20:56:46 +00:00
Pawel Pekala
fc37e9702f - Add staging support
- Convert to new options framework, add EXAMPLES option
2014-05-31 14:53:53 +00:00
Pawel Pekala
901f8a6ab1 Add staging support 2014-05-31 14:48:05 +00:00
Pawel Pekala
217333838c - Add staging support
- Convert to new options framework
2014-05-31 14:39:57 +00:00
Pawel Pekala
febf657cf2 Add staging support 2014-05-31 14:33:59 +00:00
Pawel Pekala
ee648104e5 - Add staging support
- Convert to new options framework
2014-05-31 14:22:28 +00:00
Pawel Pekala
70e0487f6e - Add staging support
- Convert to new options framework
2014-05-31 14:08:39 +00:00
Pawel Pekala
8a5080229f - Add staging support
- Remove leading article from COMMENT
2014-05-31 14:04:01 +00:00
Pawel Pekala
e16b6dc6a1 - Add staging support
- Convert to new options framework, add EXAMPLES option
2014-05-31 14:03:07 +00:00
Pawel Pekala
b39633f69e - Add staging support
- Convert to new options framework
2014-05-31 13:46:04 +00:00
Pawel Pekala
e91eb32c49 - Add staging support
- Convert to USES=tar:bzip2
2014-05-31 13:26:33 +00:00
Pawel Pekala
e4f61f6046 - Add staging support
- Convert to new options framework
- Remove RUN_DEPENDS on javavmwrapper, it's pulled in by java port
2014-05-31 12:48:50 +00:00
Pawel Pekala
845b4ef666 - Add staging support
- Convert to new options framework
2014-05-31 12:03:44 +00:00
Pawel Pekala
4e24a1e8dc - Add staging support
- 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
2014-05-31 11:50:14 +00:00
Pawel Pekala
aa4e33bcb6 - Add staging support
- Convert to new options framework
- USE_ANT, ALL_TARGET instead of custom do-build target
- Use PLIST_FILES and not generated plist file
2014-05-31 11:08:34 +00:00
Pawel Pekala
a3bd135ce7 - Add staging support
- Remove leading article from COMMENT
- Convert to new options framework
2014-05-30 18:33:59 +00:00
Pawel Pekala
1dda6ea844 - Add staging support
- Convert to new options framework
2014-05-30 18:19:15 +00:00
Pawel Pekala
9c08a14ba3 - Add staging support
- Convert to new options framework
2014-05-30 18:02:03 +00:00
Pawel Pekala
e951e71296 - Add staging support
- Convert to new options framework
2014-05-30 17:49:55 +00:00
Pawel Pekala
c5bf39abc1 - Add staging support
- Convert to new options framework
2014-05-30 17:14:44 +00:00
John Marino
fe6f98f724 java/eclipse*: specify extraction with ${TAR}
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)
2014-05-29 22:30:22 +00:00
Kurt Jaeger
54b3ec00c2 java/wildfly80: New port: WildFly - replacement for JBoss Application Server
PR:             ports/188339
Submitted by:   Alexander Yerenkow <yerenkow@gmail.com>
Approved by:    jadawin (mentor)
2014-05-27 08:12:46 +00:00
Jimmy Olgeni
d33e6bd187 Upgrade to version 1.0.17.
- Add LICENSE
- Replace WITHOUT_COMPILE with COMPILE option
- Replace NOPORTDOCS with MDOCS
- Use COPYTREE_SHARE
- Remove indefinite article from COMMENT
2014-05-26 15:16:12 +00:00
Jimmy Olgeni
8207817427 Upgrade to version 1.0.22.
- Add LICENSE
- Convert to USES=zip
- Replace WITHOUT_COMPILE with COMPILE option
- Replace NOPORTDOCS with MDOCS
- Use COPYTREE_SHARE
- Remove indefinite article from COMMENT
2014-05-26 15:05:14 +00:00
Martin Wilke
1e3322fef2 - Covert gmake, xz to USES
Approved by:	portmgr
2014-05-26 12:19:32 +00:00
Baptiste Daroussin
1e279835ef Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 08:44:34 +00:00
Eitan Adler
fdbc00e17d LEGAL: fix multiple ports
Sync make -VLEGAL and /usr/ports/LEGAL

Approved by:	portmgr (implicit)
2014-05-26 02:38:34 +00:00
Jung-uk Kim
0702846b6c Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be used
to print a generated PostScript file.  When lpd(8) is used, lpr(1) from base
must be used.  Also, status command for lpc(8) requires a printer name.  If
no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the
command usage, i.e., "usage: status  {all | printer ...}".  Unfortunately,
"usage" is interpreted as a printer name because ":" is included.  Add "all"
and adjust an expression for grep(1).
2014-05-21 20:06:16 +00:00
Jung-uk Kim
d7cffff692 - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be
used to print a generated PostScript file.  When lpd(8) is used, lpr(1) from
base must be used.  Also, status command for lpc(8) requires a printer name.
If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays
the command usage, i.e., "usage: status  {all | printer ...}".
Unfortunately, "usage" is interpreted as a printer name because ":" is
included.  Add "all" and adjust an expression for grep(1). [1]
- Use /proc/curproc/file to find its executable path if available.  It fixes
java/icedtea-web, for example. [2]

PR:		ports/178856 [1]
PR:		java/189905 [2]
2014-05-21 20:03:14 +00:00
Jung-uk Kim
a763513dab Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be used
to print a generated PostScript file.  When lpd(8) is used, lpr(1) from base
must be used.  Also, status command for lpc(8) requires a printer name.  If
no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the
command usage, i.e., "usage: status  {all | printer ...}".  Unfortunately,
"usage" is interpreted as a printer name because ":" is included.  Add "all"
and adjust an expression for grep(1).

PR:		ports/178856
2014-05-21 19:57:11 +00:00
Lev A. Serebryakov
86b3bba34a (1) Update to latest 1.8.9
(2) USES=libtool instead of USE_AUTOTOOLS=libtool
 (3) Bump required Java version to 1.7 for java/java-subversion.
 (4) Build java/kava-subversion with system clang, not "any" gcc
     on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8).
2014-05-18 15:13:21 +00:00