Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2p2_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.2p2_4 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
2.2p2_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2p2_4 04 Dec 2020 23:34:07 |
pkubaj |
comms/rxtx: fix packaging on powerpc64le
Otherwise powerpc64le string is replaced by ppc64, but it should be ppc64le. |
2.2p2_4 23 Sep 2020 23:25:07 |
linimon |
Enable building on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
2.2p2_4 26 Nov 2019 21:46:13 |
jkim |
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 |
2.2p2_4 14 Feb 2019 01:05:58 |
leres |
Solve occasional poudriere build failures by adding MAKE_JOBS_UNSAFE.
Sample poudriere build error without MAKE_JOBS_UNSAFE:
Error: Could not find class file for 'gnu.io.Raw'.
gmake[1]: *** [Makefile:613:
/wrkdirs/usr/ports/comms/rxtx/work/rxtx-2.2pre2/gnu/io/NoSuchPortException.class]
Error 1
PR: 216558
Reviewed by: mat, matthew (mentor)
Approved by: mat, koobs (maintainer), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D18999 |
2.2p2_4 27 Nov 2018 19:53:11 |
linimon |
Use a more succinct way of creating PLIST_SUB.
Reported by: jbeich
Reviewed by: mat
Approved by: portmgr (tier-2 blanket) |
2.2p2_4 30 Oct 2018 11:36:44 |
linimon |
Fix build on powerpc64, and, possibly, armvX.
PR: 231600
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.2p2_4 04 Jun 2018 23:03:09 |
linimon |
Fails the same way on powerpc64 as on arvmX.
While here, mark as NOT_FOR mipsX.
Approved by: portmgr (tier-2 blanket) |
2.2p2_4 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
2.2p2_4 13 Oct 2017 14:19:26 |
bapt |
Cleanup dead MASTER_SITES |
2.2p2_4 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.2p2_4 09 Feb 2017 17:50:06 |
krion |
- Added LICENSE
- Fixed patches for portlint
- Supressed debug message on RXTXPort:removeEventListener:Exit when not in
debug mode
- Added java bootstrap class
- Updated java source/target directives which will be depreciated in future
release, see http://openjdk.java.net/
+jeps/182, and regression tested functionality.
PR: 216248
Submitted by: james@elstone.net
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9508 |
2.2p2_3 25 Dec 2016 13:37:17 |
amdmi3 |
- Remove unneeded depend on linux emulation
PR: 212037
Submitted by: james@elstone.net (maintainer)
Reported by: howard0su@gmail.com |
2.2p2_2 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
2.2p2_2 27 Jun 2015 19:34:49 |
pgollucci |
comms/rxtx: pass maintainer to submitter
550 5.1.1 <mirror176@cox.net> invalid recipient
Requested by: Submitter |
2.2p2_2 27 Jun 2015 19:34:43 |
pgollucci |
comms/rxtx: mutiple fixes
Makefile
1) Missing dependancy on plibthread.so.1
Java code base
2) Added commandline debug output in multiple Java files
3) Tided comment statements, tabulation and white space to aid reading
of sections of the original source code
4) Added additional debug statements to aid diagnosis in multiple Java
files
5) Moved error logging from Zystem to be local in the RXTXPort.java
file (was never firing from Zystem); now common with rest of codebase (Only the first 15 lines of the commit message are shown above ) |
2.2p2_2 11 Nov 2014 23:06:39 |
antoine |
- Don't use a strange prefix
- Strip shared libraries |
2.2p2_1 18 Sep 2014 08:53:05 |
tijl |
Remove old libtool patch |
2.2p2_1 23 May 2014 07:15:07 |
vanilla |
Bump version due pkg-plist changed.
Submitted by: tijl@ |
2.2p2 23 May 2014 02:13:42 |
vanilla |
Stageify.
Approved by: portmgr@ |
2.2p2 07 Mar 2014 15:59:54 |
bapt |
Convert c* to USES=zip |
2.2p2 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
2.2p2 10 Dec 2012 11:25:28 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
2.2p2 17 Sep 2011 14:55:56 |
pawel |
- Update to version 2.2p2
- Assign mainatinership to submitter
- Update WWW
PR: ports/159735
Submitted by: Edward Sanford Sutton, III <mirror176@cox.net>
Approved by: miwi, wen (mentors implicit) |
2.1.7r2_7 21 Jul 2011 05:03:02 |
linimon |
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 |
2.1.7r2_7 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1.7r2_7 03 Jan 2011 18:55:09 |
steve |
Fix a page fault when attempting to access a java variable by reference.
PR: 152882
Submitted by: Bob Frazier <bobf@mrp3.com> |
2.1.7r2_6 03 Jan 2011 18:41:20 |
steve |
Change the device name for USB serial ports from ttyD to ttyU.
PR: ports/152883
Submitted by: Bob Frazier <bobf@mrp3.com> |
2.1.7r2_5 04 Nov 2009 15:17:23 |
miwi |
- Update list of supported serial ports in RXTX library
PR: 140187
Submitted by: Brian Williamson <bwilliamson@bex.net> |
2.1.7r2_4 14 Nov 2008 12:31:51 |
pav |
- Recognize USB serial ports
PR: ports/127555
Submitted by: Takeshi MUTOH <mutoh@openedu.org> |
2.1.7r2_3 08 Sep 2008 20:30:40 |
pav |
- Fix build with jdk16
Submitted by: Zach Metzinger <zmetzing@pobox.com>
Approved by: portmgr (self) |
2.1.7r2_2 31 Aug 2008 20:38:21 |
pav |
- Jean-Baptiste Quenot won't be able to maintain his FreeBSD ports anymore and
wants them to be released
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
2.1.7r2_2 06 Jun 2008 13:15:07 |
edwin |
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) |
2.1.7r2_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.1.7r2_1 28 Jun 2007 17:20:33 |
sat |
- Use ARCH instead of MACHINE_ARCH
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer, implicit),
pav |
2.1.7r2_1 28 Jun 2007 15:45:24 |
pav |
- Fix plist on !i386
OK'ed by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
2.1.7r2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1.7r2 29 Mar 2007 12:53:22 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
2.1.7r2 12 May 2006 18:50:46 |
stefan |
Unbreak and update to 2.1.7r2.
PR: 96820
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Approved by: arved (mentor) |
2.1.7p17 22 Apr 2006 22:25:04 |
kris |
BROKEN: Does not compile |
2.1.7p17 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.1.7p17 22 Jan 2006 08:22:09 |
edwin |
SHA256ify
Approved by: krion@ |
2.1.7p17 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.1.7p17 25 Apr 2005 08:21:05 |
hq |
Unbreak: define NO_MTREE
Approved by: maintainer |
2.1.7p17 21 Apr 2005 17:52:33 |
hq |
Backout last commit: there is indeed something wrong with this port
Pointy hat to: me
Pointed out by: kris |
2.1.7p17 21 Apr 2005 15:55:55 |
hq |
Unbreak: the plist error was due to java/jdk14, not comms/rxtx
Reminded by: maintainer |
2.1.7p17 10 Apr 2005 20:54:16 |
kris |
BROKEN: Incomplete pkg-plist |
2.1.7p17 25 Oct 2004 10:02:43 |
hq |
Fix missing JAVA_HOME at configure
Reported by: pointyhat
Approved by: maintainer |
2.1.7p17 20 Oct 2004 11:17:36 |
hq |
RXTX: serial and parallel I/O libraries supporting Sun's CommAPI. Open-source
implementation of the Java Communications API. Native interface to serial ports
in Java.
PR: 65396
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Reviewed by: glewis
Approved by: glewis (mentor) |