summaryrefslogtreecommitdiff
path: root/java/jmf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/jmf: update (chase HTTP redirection) or otherwise actualize URLs.Alexey Dokuchaev2022-01-042-5/+2
|
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-2/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-224-8/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-4/+2
|
* - Fix the fetch link;Thierry Thomas2014-04-221-9/+8
| | | | - Support staging.
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
|
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
|
* java/jmf java/dbvis: reset maintainerEitan Adler2013-12-111-1/+1
| | | | Reset maintainer of java/jmf and java/dbvis due to email bounce.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | java)
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.Jason Helfman2012-01-031-15/+11
| | | | | | | | | | - pet portlint - consolidate cleanup of .orig and .bak files PR: ports/163254 Submitted by: jgh (me) Reviewed by: rene Approved by: maintainer (timeout), crees (mentor)
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* NO_CDROM and NO_PACKAGE are superfluousKris Kennaway2006-09-021-2/+0
|
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
|
* SHA256ify (and sometimes SIZEify)Edwin Groothuis2006-01-301-0/+1
| | | | Approved by: krion@
* - Update to bsd.java.mk 2.0 [1]Herve Quiroz2005-01-186-9/+17
| | | | | | | | | | - Remove redundant PLIST_SUB entry - Use %%JAVAJARDIR%% in pkg-plist - Add $FreeBSD$ tags - Some portlint tweaks PR: 76036 [1] Submitted by: maintainer [1]
* SIZEify.Clement Laforet2004-03-221-0/+1
| | | | | PR: 64562 Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
* . Add a new port, java/jmf:Greg Lewis2004-02-098-0/+142
Java Media Framework API The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to Java applications and applets. This optional package, which can capture, playback, stream and transcode multiple media formats, extends the multimedia capabilities on the J2SE platform, and gives multimedia developers a powerful toolkit to develop scalable, cross-platform technology. WWW: http://java.sun.com/products/java-media/jmf/ PR: 58524 Submitted by: Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)