1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

3674 Commits

Author SHA1 Message Date
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
Jung-uk Kim
eff95d7ef9 Remove a hack to create symlink to libjli.so. java/openjdk8 does not need
this hack any more because it is statically linked now.
2014-05-17 06:19:24 +00:00
Jung-uk Kim
a548434ab2 Always link libjli statically. When launchers are symlinked, it may not be
able to find libjli.so from RPATH because argv[0] points to the symlink.
Note it seems Linux does not have the problem when /proc/self/exe exists.
If it does not exist, it also fails to find libjli.so.  Clean up patches
while I am here.
2014-05-17 06:14:58 +00:00
Carlo Strub
ed09e29e51 Withdraw maintainership
PR:		ports/189730
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Approved by:	portmgr (implicit)
2014-05-16 21:13:15 +00:00
Jung-uk Kim
3eb0319a7b Add upstream patches to support java/openjdk8. Note OpenJDK8 is not
officially supported by the upstream and the next major release will drop
support for OpenJDK6.
2014-05-16 00:01:02 +00:00
Jung-uk Kim
86dcea5c7a Add support for java/icedtea-web. Clean up some patches while I am here. 2014-05-15 23:53:56 +00:00
Jimmy Olgeni
6de57c38f6 Add staging support. 2014-05-14 12:41:33 +00:00
Jimmy Olgeni
b75c7f298e Add staging support. 2014-05-14 12:15:10 +00:00
Jimmy Olgeni
82249b2135 Add staging support. 2014-05-14 12:07:23 +00:00
Jimmy Olgeni
0ebda89bcb Add staging support. 2014-05-13 19:39:45 +00:00
Jimmy Olgeni
34b551c8e8 Add staging support. 2014-05-13 19:39:19 +00:00
Alex Dupre
64730c2b08 Stagify. 2014-05-12 15:56:57 +00:00
Alex Dupre
2a9230859c Stagify. 2014-05-12 15:51:52 +00:00
Alex Dupre
fd0413eb2d Stagify. 2014-05-12 15:51:11 +00:00
Alex Dupre
ecbf1f618d Stagify. 2014-05-12 15:50:19 +00:00
Alex Dupre
3342beb24d Stagify. 2014-05-12 15:47:44 +00:00
Rene Ladan
dcb0b9861a Remove expired ports:
2014-05-10 java/linux-sun-jre16: Unsupported and known for multiple security vulnerabilities
2014-05-10 java/linux-sun-jdk16: Unsupported and known for multiple security vulnerabilities
2014-05-11 13:25:26 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +00:00
Greg Lewis
dce9c0bf02 . Handle spaces in CC, CXX or HOST_CC [1]
. Convert a space to a tab [2]
. Pet portlint by changing /nonexistent to ${NONEXISTENT} [2]

PR:		189385 [2]
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> [1]
		Takefu <takefu@airport.fm> [2]
2014-05-09 01:36:19 +00:00
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Jung-uk Kim
82dc8daa1a Set JAVA_VERSION to exclude java/openjdk8. It is not supported yet. 2014-05-02 23:11:09 +00:00
Jung-uk Kim
459df51bd5 Add a separate comment for the package. 2014-05-02 18:05:45 +00:00
Jung-uk Kim
7b606a8a55 Add a slave port to create JRE-only package for java/openjdk8. 2014-05-02 18:00:49 +00:00
Danilo Egea Gondolfo
3b7dd98360 - Install junit4.jar to fix detection in math/scilab
PR:		ports/189201
Submitted by:	Max Brazhnikov <makc@FreeBSD.org>
2014-05-02 13:02:01 +00:00
Max Brazhnikov
99e94fef94 Grab unmaintained dependencies for math/scilab 2014-05-01 16:49:42 +00:00
Max Brazhnikov
b83ffb5777 java/jgraphx:
- Update to 2.5.1.0
- Use direct link instead of GITHUB (doesn't work for me)
- Remove needless JAVA_VERSION
- Take maintainership (the port is required for math/scilab)

PR:		ports/189203
Approved by:	crees (former maintainer)
2014-05-01 16:28:52 +00:00
Jung-uk Kim
09a9ed6002 Merge more HotSpot patches from java/openjdk6 and clean up. 2014-05-01 04:43:39 +00:00
Jung-uk Kim
31f1b998e4 Include bundled header files before others. For example, this fixes build
with conflicting header files from graphics/jpeg.  Note OTHER_INCLUDES or
OTHER_CPPFLAGS may be used instead.  However, I think this is the least
intrusive change.  Also, note java/openjdk6 already has a similar fix and
java/openjdk8 does not need it.

Tested by:	Jonathan Chen (jonc at chen dot org dot nz)
2014-04-30 04:47:25 +00:00
Baptiste Daroussin
0bec74d5fb Reassign eclipse ports to the heap
eclipse@ is a failure resulting in eclipse ports being badly maintainer:
- outdated
- not adapted to infrastructure modification
- failures with clang

With hat:	portmgr
2014-04-29 07:25:36 +00:00
Max Brazhnikov
4d2a6e6d62 java/jakarta-commons-collections:
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Clean up Makefile
2014-04-29 06:48:03 +00:00
Jung-uk Kim
50649382a2 - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.
- Move jspawnhelper to jre/lib/<arch> directory as Solaris does. [1]
- Add sigset(2) wrapper for libsig.so.
- Disable UseMembar by default.

Inspired by:	Kurt Miller (kurt at intricatesoftware dot com) [1]
2014-04-29 05:25:45 +00:00
Greg Lewis
139ca58e28 . Fix spawning external processes from the JVM. [1]
. Remove some patches that have been merged to the upstream repository.

PR:		188979, 188980 [1]
Obtained from:	Kurt Miller (via the upstream bsd-port repo) [1]
2014-04-29 04:15:11 +00:00
Jung-uk Kim
272cfd36b7 Add couple of patches missed in the previous commit. 2014-04-28 19:43:16 +00:00
Jung-uk Kim
e3b3ad973c Merge more patches for JDK from java/openjdk6 and clean up. 2014-04-28 19:27:48 +00:00
Max Brazhnikov
afc9c7c8a3 java/javahelp:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Amend COMMENT, update WWW

java/jrosetta:
- Add stage support
- Drop JAVA_VERSION

math/jlatexmath:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop JAVA_VERSION
- Use options helpers
2014-04-25 11:51:05 +00:00
Jung-uk Kim
db1cc7694d - Disable ccache. Precompiled headers seem to cause troubles with it. [1]
- Add more BSD patches for Java files and fix endianness issues for C files.

Reported by:	Jenkins (via swills) [1]
2014-04-25 05:02:35 +00:00
Jung-uk Kim
c20dd5b4a1 - Update to r351880.
- Bundle libfreetype.so.6.
2014-04-23 03:25:08 +00:00
Thierry Thomas
6404645136 - Fix the fetch link;
- Support staging.
2014-04-22 20:30:15 +00:00
Jung-uk Kim
a8eeed9413 Refine the patch again. No functional change. 2014-04-21 22:54:16 +00:00
Jung-uk Kim
70c243430e Update to 8u5. 2014-04-21 21:30:04 +00:00
Jung-uk Kim
1f64c6c6fb Refine the previous patch. No functional change. 2014-04-21 21:07:26 +00:00
Jung-uk Kim
ed5e9e275a Fix build with clang. 2014-04-21 20:56:10 +00:00
Greg Lewis
95e1070605 . Update to 7u55.
. Use version 1.9.3 of ant [1]
. Don't insist on GCC since compilation with clang now works [2].

Obtained from:	jkim@'s openjdk7 redport repo ([1], [2])
2014-04-20 22:56:18 +00:00
Greg Lewis
8f385d253f . Update to the cacerts file included in the latest Linux distribution (7u55). 2014-04-20 22:45:36 +00:00
Jung-uk Kim
b6d57d8f3a Reduce diff between Orcle/Sun Java ports and clean up. 2014-04-18 22:48:45 +00:00
Jung-uk Kim
a08a97b36f - Remove unnecessary use of chown to make it more staging friendly. [1]
- Use USES=shebangfix instead of rolling our own.  Simplify and clean up.

Reported by:	Andrzej Tobola (ato at iem dot pw dot edu dot pl)
2014-04-18 21:40:32 +00:00
Jung-uk Kim
c979edf70f Actually fix the mis-merge. 2014-04-17 18:32:06 +00:00
Jung-uk Kim
ec9037822d Fix couple of mis-merges. 2014-04-17 18:24:47 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Jung-uk Kim
ba490d88af Update to b31. 2014-04-16 01:43:53 +00:00
Jung-uk Kim
64beea93f9 Update to 7u55. 2014-04-15 22:23:26 +00:00
Jung-uk Kim
6be39dd8d3 Update to 8u5. 2014-04-15 22:17:02 +00:00
Antoine Brodin
f88a4f55ad Finish stage support 2014-04-13 13:04:31 +00:00
Greg Lewis
b947f3bb26 . Update internal fallback logic, including:
. Remove support for diablo* and j* ports.
  . Add support for linux-oracle* ports.
  . Remove support for Java version 1.5.
  . Add support for Java version 1.8.
  . Add support for Oracle as a vendor.
. Bump PORTVERSION.
. Remove CONFLICTS for ports that no longer exist.
2014-04-12 19:43:17 +00:00
Jung-uk Kim
41d2d6662e Mark deprecated and set expiration. 2014-04-11 18:33:50 +00:00
Jung-uk Kim
f235319d91 Replace hardcoding of "8" with ${JRE_VERSION}. 2014-04-11 17:34:34 +00:00
Pietro Cerutti
30cf4a8a62 - Update netbeans to version 8.0
Release notes: https://netbeans.org/community/releases/80/relnotes.html
  New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80
- IGNORE netbeans-devel
2014-04-11 08:07:34 +00:00
Baptiste Daroussin
6b16064740 Minimum version of java is now 1.6
With hat:	portmgr
2014-04-10 07:17:17 +00:00
Baptiste Daroussin
e8eeb2ffc7 Removed Long ago EOLed port 2014-04-10 07:02:43 +00:00
Baptiste Daroussin
036cbe3e12 support stage 2014-04-10 06:41:21 +00:00
Baptiste Daroussin
fa29a2f8f7 stage support
respect examples
2014-04-10 06:37:28 +00:00
Baptiste Daroussin
e8ec298067 Better handling of gjdoc manpage 2014-04-10 06:27:19 +00:00
Baptiste Daroussin
d04570bd0e Fix 2014-04-10 06:25:56 +00:00
Baptiste Daroussin
70faea26f1 Support stage 2014-04-10 06:25:11 +00:00
Jung-uk Kim
70b053ef8b Update to 1.5. 2014-04-10 05:24:06 +00:00
Greg Lewis
be52855fcd . Replace hardcoding of "8" with ${JRE_VERSION} 2014-04-10 05:15:56 +00:00
Greg Lewis
ccad5ca20f . Fix a reference to JDK 7.
. Replace hardcoding of "8" with ${JDK_VERSION}.
2014-04-10 05:15:26 +00:00
Greg Lewis
f3d1cb0a13 Missed the addition of linux-oracle-jdk18, removing this duplicate. 2014-04-10 04:34:54 +00:00
Greg Lewis
99ab8a3105 Add a port of Oracle Linux JDK 8. 2014-04-10 03:59:03 +00:00
Baptiste Daroussin
67a015afbc Convert from USE_GECKO to USES=gecko
While here stagify what was not staged yet
Convert to USES=webplugin where needed and add desktop-file-utils dependency to icedtea-web
2014-04-09 10:29:48 +00:00
Baptiste Daroussin
da20543449 Support stage
Use options helpers
Modernise LIB_DEPENDS
use pax instead of copytree_share to install, this allows preserving the modes and thus avoid playing with ${CHMOD}
2014-04-06 22:48:52 +00:00
Baptiste Daroussin
17d202fe85 s/-script:// 2014-04-04 13:43:53 +00:00
Jung-uk Kim
8daa9b7db2 Fix build on 8.3. We still have to support it for few more weeks. 2014-04-03 20:54:07 +00:00
Jung-uk Kim
107e3f1e06 The Oracle Java 8 JDK/JRE for Linux.
WWW: http://www.oracle.com/us/technologies/java/index.html
2014-04-01 01:08:12 +00:00
Jung-uk Kim
6dec40e9f5 - Fix a typo, which may add an unnecessary run-time dependency.
- Prefer PKGNAMESUFFIX to deprecated LATEST_LINK.

Reported by:	sunpoet
2014-03-31 21:01:26 +00:00
Greg Lewis
801b7b488f . Fix packing list.
Reported by:	swills@
2014-03-31 05:03:50 +00:00
Greg Lewis
f91d5211e3 . Update to 2014b. 2014-03-30 04:57:34 +00:00
Jung-uk Kim
aa8f38c3b6 Add a port of OpenJDK8.
Submitted by:	Brian Gardner <openjdk@getsnappy.com> (preliminary version)
2014-03-28 22:11:29 +00:00
Steve Wills
4032c26e2f - Move commands from files/pkg-install.in into post-install
- Kill files/

Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (via irc)
2014-03-23 22:27:53 +00:00
Steve Wills
02f21ee7d9 - Move commands from files/pkg-install.in into post-install
- Kill files/

Submitted by:		Johannes Jost Meixner <xmj@chaot.net> (via irc)
2014-03-23 22:27:21 +00:00
Steve Wills
a47fc04fc3 - Stage
PR:		ports/187538
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:50:59 +00:00
Steve Wills
82047d34ad - Stage
PR:		ports/187536
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:48:09 +00:00
Steve Wills
d65be6ab55 - Move commands from files/pkg-install.in into post-install
- Kill files/

PR:		ports/187537 (second half)
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:43:54 +00:00
Steve Wills
20c08e16d1 - Move commands from files/pkg-install.in into post-install
- Kill files/

PR:		ports/187535 (second half)
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:43:08 +00:00
Steve Wills
7921f3a483 - Stagify
PR:		ports/187535
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-20 03:41:04 +00:00
Steve Wills
d098e70dd7 - Stagify
PR:		ports/187537
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-20 03:39:48 +00:00
Gerald Pfeifer
15570723c5 Move to version 1.2.9, the final in the 1.2 series.
Support staging.

Struts is now an Apache project, adjust the package name and comment
accordingly to honor their branding guidelines.

PR:		183127
Submitted by:	pfg
2014-03-15 10:28:08 +00:00
Jung-uk Kim
c197994614 Use USES=tar:xz. 2014-03-14 17:15:17 +00:00
Greg Lewis
cd28eef111 . Update to 2014a. 2014-03-14 04:50:40 +00:00
Jung-uk Kim
713ec9ce4a Update to r348097. 2014-03-13 21:26:09 +00:00
Jung-uk Kim
f0fd5a1e4a Add an upstream patch to fix yet another fallout from HotSpot 23 merge.
https://java.net/jira/browse/OPENJDK6-29
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
2014-03-12 20:56:47 +00:00
Antoine Brodin
66224e6081 Unbreak 2014-03-11 20:21:45 +00:00
Jung-uk Kim
29ab93ec97 Fix missing symbols after re-appearance of converters/libiconv on 10+. This
actually fixes java/icedtea-web because libsplashscreen.so was looking for
libiconv_open() and libiconv_close() from libiconv instead of iconv_open()
and iconv_close() from libc.  Tidy up compiler/linker flags while I am here.
2014-03-11 17:18:02 +00:00
Antoine Brodin
701b60c846 Attempt to unbreak 2014-03-11 07:16:16 +00:00
Baptiste Daroussin
a6e8ac54ff Finish conversion to USES=zip 2014-03-11 06:52:47 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Jung-uk Kim
c8e86baa5b - Update to r347418.
- Re-enable mixed mode by default.  Now we know it is not our problem.
- Do not build with system zlib and include libstdc++.so.6 in the distfile
to avoid misc/compat8x dependency.
2014-03-10 18:16:44 +00:00
Baptiste Daroussin
4af74fc7f1 Convert j* to USES=zip 2014-03-10 15:21:21 +00:00