notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: java/jfreechart/Makefile
SVNWeb

Number of commits found: 35

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:526869d8dc02563825a24d394e1d087334d654cc  commit hash:526869d8dc02563825a24d394e1d087334d654cc  commit hash:526869d8dc02563825a24d394e1d087334d654cc  526869d  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 26 Nov 2019
[ 21:46 jkim search for other commits by this committer ] Original commit   Revision:518482 (Only the first 10 of 443 ports in this commit are shown above. View all ports for this commit)
Clean up after java/openjdk6 and java/openjdk6-jre removal

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
Sat, 27 Oct 2018
[ 11:58 linimon search for other commits by this committer ] Original commit   Revision:483126
Apparently now builds on powerpc64.

PR:		232401
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Sun, 17 Jun 2018
[ 02:18 linimon search for other commits by this committer ] Original commit   Revision:472588
Mark as broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Wed, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 15 Jul 2014
[ 15:45 adamw search for other commits by this committer ] Original commit   Revision:361957
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.
Thu, 5 Jun 2014
[ 21:21 jkim search for other commits by this committer ] Original commit   Revision:356710
Work around build failures with JDK7 and later.

Reported by:	exp-run (PR190511)
Mon, 26 May 2014
[ 15:16 olgeni search for other commits by this committer ] Original commit   Revision:355358
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
Wed, 14 May 2014
[ 12:41 olgeni search for other commits by this committer ] Original commit   Revision:354048
Add staging support.
Fri, 20 Sep 2013
[ 19:48 bapt search for other commits by this committer ] Original commit   Revision:327738 (Only the first 10 of 143 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Mon, 10 Dec 2012
[ 13:18 bapt search for other commits by this committer ] Original commit   Revision:308604 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
Mon, 8 Oct 2012
[ 13:47 olgeni search for other commits by this committer ] Original commit   Revision:305535
Upgrade to version 1.0.14.
Thu, 21 Jul 2011
[ 05:03 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 269 ports in this commit are shown above. View all ports for this commit)
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
Tue, 5 Oct 2010
[ 15:45 olgeni search for other commits by this committer ] Original commit 
Take maintainership from ports@ and upgrade to 1.0.13.
Sat, 22 Aug 2009
[ 00:24 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
Tue, 23 Dec 2008
[ 17:51 araujo search for other commits by this committer ] Original commit 
- Update to 1.0.10.
- Reset maintainership.
Fri, 6 Jun 2008
[ 13:38 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

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)
Sun, 20 Jan 2008
[ 13:00 araujo search for other commits by this committer ] Original commit 
- Update to 1.0.9.
- Use SF macro.

Approved by:    stas (mentor, implicit)
Tue, 1 Jan 2008
[ 17:11 araujo search for other commits by this committer ] Original commit 
- Update to 1.0.8a.

Approved by:    stas (mentor, implicit)
Fri, 29 Jun 2007
[ 16:29 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
- Change my mail address to araujo@.

Approved by:    stas (mentor)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 20 Apr 2007
[ 20:26 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.5

PR:             111880
Submitted by:   miwi
Approved by:    maintainer
Tue, 27 Feb 2007
[ 09:11 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.4

PR:             109321
Submitted by:   Marcelo Araujo <araujo@bsdmail.org> (maintainer)
Mon, 8 Jan 2007
[ 13:16 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.3
- Pass maintainership to submitter

PR:             Marcelo Araujo <araujo@bsdmail.org>
Fri, 23 Jun 2006
[ 17:22 kib search for other commits by this committer ] Original commit 
Update to 1.0.1.

PR:     ports/99253
Approved by:    pav
Approved by:    pjd (mentor)
Tue, 7 Feb 2006
[ 10:42 hq search for other commits by this committer ] Original commit 
- Update to 1.0.0 [1]
- Add 'graphics' category [2]
- Move RUN_DEPENDS [2]
- Use USE_ANT
- JAVAJARDIR -> JAVALIBDIR
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- Trim whitespaces in pkg-descr

Reported by:    thierry [1], portlint [2]
Mon, 10 Oct 2005
[ 04:40 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Reset bouncing maintainer addresses.

Hat:            portmgr
Source:         Edwin's updated distfile tracker
Tue, 22 Jun 2004
[ 05:23 glewis search for other commits by this committer ] Original commit 
. Update to 0.9.20. [1]
. Use JAVAJARDIR in the packing list while I'm here.

PR:             68168 [1]
Submitted by:   Sepherosa Ziehau <sepherosa@softhome.net> (maintainer) [1]
Sun, 30 May 2004
[ 03:41 linimon search for other commits by this committer ] Original commit 
Upgrade to 0.9.18.  Tweak original port a little according to ports'
CHANGES file.  Assign maintainership.

PR:             ports/67322
Submitted by:   Sepherosa Ziehau <sepherosa at softhome.org>
Thu, 5 Feb 2004
[ 20:38 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 804 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES.

Reviewed by:    marcus
Sun, 1 Feb 2004
[ 07:20 glewis search for other commits by this committer ] Original commit 
. Update to 0.9.16.  There are a few tweaks to the original submission.

PR:             62061
Submitted by:   Sepherosa Ziehau <sepherosa@softhome.net>
Wed, 12 Nov 2003
[ 00:53 ijliao search for other commits by this committer ] Original commit 
add jfreechart 0.9.13
A free Java class library for generating charts

Number of commits found: 35