Commit graph

44 commits

Author SHA1 Message Date
Mark Linimon
4a6034550d Use a more succinct way of creating PLIST_SUB.
Reported by:	jbeich
Reviewed by:	mat
Approved by:	portmgr (tier-2 blanket)
2018-11-27 19:53:11 +00:00
Mark Linimon
06b560c9a1 Fix build on powerpc64, and, possibly, armvX.
PR:		231600
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-30 11:36:44 +00:00
Mark Linimon
0c51760bae Fails the same way on powerpc64 as on arvmX.
While here, mark as NOT_FOR mipsX.

Approved by:	portmgr (tier-2 blanket)
2018-06-04 23:03:09 +00:00
Mark Linimon
bf43557044 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
2017-11-30 06:13:34 +00:00
Baptiste Daroussin
c67ab79da8 Cleanup dead MASTER_SITES 2017-10-13 14:19:26 +00:00
Mark Linimon
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Kirill Ponomarev
19a4f0ddb2 - 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
2017-02-09 17:50:06 +00:00
Dmitry Marakasov
d860387dbd - Remove unneeded depend on linux emulation
PR:		212037
Submitted by:	james@elstone.net (maintainer)
Reported by:	howard0su@gmail.com
2016-12-25 13:37:17 +00:00
Tijl Coosemans
82a87de90c - 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.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Philip M. Gollucci
77a066b886 comms/rxtx: pass maintainer to submitter
550 5.1.1 <mirror176@cox.net> invalid recipient

Requested by: Submitter
2015-06-27 19:34:48 +00:00
Philip M. Gollucci
cf9286addd 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

6) Ensured that RXTX only outputs debug level information when
requested.

7) Only enumerate the local ports on initialisation once (use of
init_clean), rather than three times.

8) Updated ports lists to reflect current usage pre FreeBSD v10 and post
v10.

9) Debug identifier inserted before all calls

10) correctly read the properties file when there are multiple java
library paths

11) Enabled the skipping of parrellel ports during scans where they are
not used by the invoking java parent base to RXTX (Still allows them to
be manually specified in gn.io.parellel env arg)

SerialImp.c
12) Tidied code indentation (where needed, it is a medium length file
and doesn't provide benifit on areas that work)

13) Added standard out debug support to allow for assessment of
interaction with Java code that can be compiled in (DEBUG_STDOUT)

14) Added entry and exist debug statement for key functions

15) where sprintf is being used, ensure that the existing ptr refers to
an empty string (uses memset to sizeof)

16) cleared up display tabulation of function headers in entire file (on
second enumeration strings contained garbage)

17) Remove LEAVE and ENTRY functions as not working as expected in
header.

18) Made sure all debug statements are null pointer terminated (note
sprintf is not solely used for debug message formatting)

19) Added condition so that a port that is in use during testread() is
still reported as selectable. (If you attempt to open it after the port
scan and it is still EBUSY the behaviour is unaltered and will throw a
suitable error back)

20) Disabled uucp for lpt ports, as uucp only applies to tty on
FreeBSD (so says the Handbook...)

21) RXTXPort:interruptEventLoop - resolved SIGABRT call to
process (intended to kill off thread not entire JRE)...

22) RXTXPort:interruptEventLoop now waits for timer in child thread to
expire before attempting to closing the thread (delay between 0 and
1000000 sleeps)

23) All debug streams for FreeBSD now forward to same function for
uniform formatting.

This fixes two downstream issues in the arduino port, which results in
missing dependancies, a core dump when uploading, or very slow port
enumeration (up to 30s in some cases) when the arduino IDE is first
started.

PR:                  200179
Submitted by:        james@elstone.net
Approved by:         maintainer timeout (mirror176@cox.net ; 45 days)
2015-06-27 19:34:42 +00:00
Antoine Brodin
0294a433f4 - Don't use a strange prefix
- Strip shared libraries
2014-11-11 23:06:39 +00:00
Tijl Coosemans
83fa084228 Remove old libtool patch 2014-09-18 08:53:05 +00:00
Vanilla I. Shu
b2c2388dcf Bump version due pkg-plist changed.
Submitted by:	tijl@
2014-05-23 07:15:06 +00:00
Vanilla I. Shu
1ff4553a18 Stageify.
Approved by:	portmgr@
2014-05-23 02:13:42 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59:54 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Baptiste Daroussin
580b0c7423 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA=	1.5+ (part1)
2012-12-10 11:25:27 +00:00
Pawel Pekala
3741a46e9f - 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)
2011-09-17 14:55:56 +00:00
Mark Linimon
06e6677793 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
2011-07-21 05:03:02 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Steve Price
68dd236cc9 Fix a page fault when attempting to access a java variable by reference.
PR:		152882
Submitted by:	Bob Frazier <bobf@mrp3.com>
2011-01-03 18:55:09 +00:00
Steve Price
6df2b5108c Change the device name for USB serial ports from ttyD to ttyU.
PR:		ports/152883
Submitted by:	Bob Frazier <bobf@mrp3.com>
2011-01-03 18:41:20 +00:00
Martin Wilke
55d2b7d680 - Update list of supported serial ports in RXTX library
PR:		140187
Submitted by:	Brian Williamson <bwilliamson@bex.net>
2009-11-04 15:17:23 +00:00
Pav Lucistnik
b2dc840ac2 - Recognize USB serial ports
PR:		ports/127555
Submitted by:	Takeshi MUTOH <mutoh@openedu.org>
2008-11-14 12:31:51 +00:00
Pav Lucistnik
d19083957f - Fix build with jdk16
Submitted by:	Zach Metzinger <zmetzing@pobox.com>
Approved by:	portmgr (self)
2008-09-08 20:30:40 +00:00
Pav Lucistnik
d56b289848 - 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)
2008-08-31 20:38:21 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Andrew Pantyukhin
602f01c5e2 - Use ARCH instead of MACHINE_ARCH
Approved by:	Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer, implicit),
		pav
2007-06-28 17:20:33 +00:00
Pav Lucistnik
34f92f1079 - Fix plist on !i386
OK'ed by:	Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
2007-06-28 15:45:24 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
2de8095fb1 - Fix after objformat removal
Reported by:	pointyhat
2007-03-29 12:53:22 +00:00
Stefan Walter
3b70b1e7e2 Unbreak and update to 2.1.7r2.
PR:		96820
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Approved by:	arved (mentor)
2006-05-12 18:50:46 +00:00
Kris Kennaway
1a654e27e5 BROKEN: Does not compile 2006-04-22 22:25:04 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Herve Quiroz
2e7229d419 Unbreak: define NO_MTREE
Approved by:	maintainer
2005-04-25 08:21:05 +00:00
Herve Quiroz
24cb52ff99 Backout last commit: there is indeed something wrong with this port
Pointy hat to:	me
Pointed out by:	kris
2005-04-21 17:52:33 +00:00
Herve Quiroz
28946e26d3 Unbreak: the plist error was due to java/jdk14, not comms/rxtx
Reminded by:	maintainer
2005-04-21 15:55:55 +00:00
Kris Kennaway
d4873a8048 BROKEN: Incomplete pkg-plist 2005-04-10 20:54:16 +00:00
Herve Quiroz
b36f1d14dd Fix missing JAVA_HOME at configure
Reported by:	pointyhat
Approved by:	maintainer
2004-10-25 10:02:43 +00:00
Herve Quiroz
8520c470d7 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)
2004-10-20 11:17:36 +00:00