diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 22:33:59 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 22:33:59 +0000 |
commit | e5d9381b750d99f8af45e18a3c32d2d420f9c8b5 (patch) | |
tree | 0b0166f9ae0750b5357eabf18107a3b0e5aafe3b | |
parent | 5c41b591cc7d7ad368a1850e516c1f728787549e (diff) | |
download | FreeBSD-ports-e5d9381b750d99f8af45e18a3c32d2d420f9c8b5.zip FreeBSD-ports-e5d9381b750d99f8af45e18a3c32d2d420f9c8b5.tar.gz |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
-rw-r--r-- | emulators/cpmtools2/Makefile | 2 | ||||
-rw-r--r-- | emulators/lib765/Makefile | 2 | ||||
-rw-r--r-- | emulators/libdsk/Makefile | 4 | ||||
-rw-r--r-- | emulators/libdsk/pkg-plist | 4 | ||||
-rw-r--r-- | emulators/xcpc/Makefile | 2 |
5 files changed, 8 insertions, 6 deletions
diff --git a/emulators/cpmtools2/Makefile b/emulators/cpmtools2/Makefile index dfe3f4e..e9f4be0 100644 --- a/emulators/cpmtools2/Makefile +++ b/emulators/cpmtools2/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpmtools2 PORTVERSION= 2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators sysutils MASTER_SITES= http://www.moria.de/~michael/cpmtools/files/ DISTNAME= ${PORTNAME:C/2$//}-${PORTVERSION} diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index ea124fc..de288ca 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -3,7 +3,7 @@ PORTNAME= lib765 PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ diff --git a/emulators/libdsk/Makefile b/emulators/libdsk/Makefile index c5f66b0..7b95e69 100644 --- a/emulators/libdsk/Makefile +++ b/emulators/libdsk/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdsk PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ \ http://www.hugbox.org/software/ports/ @@ -10,7 +11,8 @@ MASTER_SITES= http://www.seasip.info/Unix/LibDsk/ \ MAINTAINER= pixel@hugbox.org COMMENT= Enables access to disks and disk images; also via serial line -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/emulators/libdsk/pkg-plist b/emulators/libdsk/pkg-plist index 48bd8bf..074cdf1 100644 --- a/emulators/libdsk/pkg-plist +++ b/emulators/libdsk/pkg-plist @@ -8,9 +8,9 @@ bin/dskutil bin/md3serial include/libdsk.h lib/libdsk.a -lib/libdsk.la lib/libdsk.so -lib/libdsk.so.5 +lib/libdsk.so.3 +lib/libdsk.so.3.2.3 man/man1/apriboot.1.gz man/man1/dskdump.1.gz man/man1/dskform.1.gz diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index 407aa49..e01d16d 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |