diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-05-12 18:50:46 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-05-12 18:50:46 +0000 |
commit | 3b70b1e7e24612c9258982ab42b715a809f6045b (patch) | |
tree | a9fef112eb53589f22dbe1f84b6287c52c07fc48 /comms/rxtx | |
parent | 4987b30a5db98b006447f7c6ce2d03c0a5da7d8c (diff) | |
download | ports-3b70b1e7e24612c9258982ab42b715a809f6045b.tar.gz ports-3b70b1e7e24612c9258982ab42b715a809f6045b.zip |
Notes
Diffstat (limited to 'comms/rxtx')
-rw-r--r-- | comms/rxtx/Makefile | 5 | ||||
-rw-r--r-- | comms/rxtx/distinfo | 6 | ||||
-rw-r--r-- | comms/rxtx/files/patch-Makefile.in-libtool | 11 | ||||
-rw-r--r-- | comms/rxtx/files/patch-SerialImp.h | 13 | ||||
-rw-r--r-- | comms/rxtx/pkg-plist | 4 |
5 files changed, 18 insertions, 21 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index b2ea561d10d7..9eccbb529027 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rxtx -PORTVERSION= 2.1.7p17 +PORTVERSION= 2.1.7r2 CATEGORIES= comms java MASTER_SITES= ftp://jarvi.dsl.frii.com/pub/rxtx/ PKGNAMESUFFIX= -${JAVA_PORT:S/java\///} @@ -15,8 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/} MAINTAINER= jb.quenot@caraldi.com COMMENT= Native interface to serial ports in Java -BROKEN= Does not compile - +USE_ZIP= yes USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ diff --git a/comms/rxtx/distinfo b/comms/rxtx/distinfo index c7a27fd18076..73b850c821b2 100644 --- a/comms/rxtx/distinfo +++ b/comms/rxtx/distinfo @@ -1,3 +1,3 @@ -MD5 (rxtx-2.1-7pre17.tar.gz) = 1ae2a0fc82bfb3f7a911f2313c8cad44 -SHA256 (rxtx-2.1-7pre17.tar.gz) = f6662f1ce05685da0a662236e432f9c3b865a7b4d8707004a48e38346149a6e3 -SIZE (rxtx-2.1-7pre17.tar.gz) = 985729 +MD5 (rxtx-2.1-7r2.zip) = 9290b4832d46199f8d798a531209640b +SHA256 (rxtx-2.1-7r2.zip) = 31db3852a86105766758975519b27d262407c96cacad4f34ad0de5aae26addd9 +SIZE (rxtx-2.1-7r2.zip) = 1345757 diff --git a/comms/rxtx/files/patch-Makefile.in-libtool b/comms/rxtx/files/patch-Makefile.in-libtool new file mode 100644 index 000000000000..d4012be33e2e --- /dev/null +++ b/comms/rxtx/files/patch-Makefile.in-libtool @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri May 5 10:53:02 2006 ++++ Makefile.in Fri May 5 10:54:08 2006 +@@ -448,7 +448,7 @@ + @$(LIBTOOL_INST) \ + `for i in $(TARGETLIB);do \ + if [ -f $$i ];then \ +- echo $$i; \ ++ echo $(TOP)/$$i; \ + fi; \ + done` $(RXTX_PATH) + $(BSD_INSTALL_DATA) $(JARTARGET) $(JHOME)/ diff --git a/comms/rxtx/files/patch-SerialImp.h b/comms/rxtx/files/patch-SerialImp.h deleted file mode 100644 index 808d3c10c56b..000000000000 --- a/comms/rxtx/files/patch-SerialImp.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- src/SerialImp.h.orig Sat Apr 24 23:31:27 2004 -+++ src/SerialImp.h Sat Apr 24 23:31:38 2004 -@@ -126,7 +126,7 @@ - #endif /* __sgi__ || sgi */ - #if defined(__FreeBSD__) - # define DEVICEDIR "/dev/" --# define LOCKDIR "/var/spool/uucp" -+# define LOCKDIR "/var/spool/lock" - # define LOCKFILEPREFIX "LK." - # define UUCP - #endif diff --git a/comms/rxtx/pkg-plist b/comms/rxtx/pkg-plist index be7fcafa7323..c4859077dfaf 100644 --- a/comms/rxtx/pkg-plist +++ b/comms/rxtx/pkg-plist @@ -1,7 +1,7 @@ lib/ext/RXTXcomm.jar -lib/i386/librxtxParallel-2.1-7pre17.so +lib/i386/librxtxParallel-2.1-7.so lib/i386/librxtxParallel.la lib/i386/librxtxParallel.so -lib/i386/librxtxSerial-2.1-7pre17.so +lib/i386/librxtxSerial-2.1-7.so lib/i386/librxtxSerial.la lib/i386/librxtxSerial.so |