Index: head/emulators/cpmtools2/Makefile =================================================================== --- head/emulators/cpmtools2/Makefile (revision 362746) +++ head/emulators/cpmtools2/Makefile (revision 362747) @@ -1,41 +1,41 @@ # Created by: joerg # $FreeBSD$ 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} MAINTAINER= ak@FreeBSD.org COMMENT= Tools to access CP/M disks and disk images LICENSE= GPLv3 USES= desthack GNU_CONFIGURE= yes CONFIGURE_ARGS+=--bindir=${STAGEDIR}${PREFIX}/sbin \ --datarootdir=${DATADIR} OPTIONS_DEFINE= LIBDSK LIBDSK_DESC= Access to disks and disk images support LIBDSK_CONFIGURE_ON= --with-libdsk=${LOCALBASE} LIBDSK_CONFIGURE_OFF= --with-libdsk='' LIBDSK_LIB_DEPENDS+= libdsk.so:${PORTSDIR}/emulators/libdsk # remove unneeded getopt*.c # remove curses from all but fsed.cpm # fixes for stage post-patch: @${REINPLACE_CMD} -e 's|getopt$$(OBJEXT)||g; s|getopt1$$(OBJEXT)||g' \ -e 's|\($$(CC).*fsed.cpm$$(OBJEXT).*$$(DEVICEOBJ)\)|\1 -lcurses|' \ -e 's|diskdefs @datarootdir@/diskdefs|diskdefs $$(DESTDIR)@datarootdir@/diskdefs|' \ ${WRKSRC}/Makefile.in pre-install: @${MKDIR} ${STAGEDIR}${DATADIR} .include Index: head/emulators/lib765/Makefile =================================================================== --- head/emulators/lib765/Makefile (revision 362746) +++ head/emulators/lib765/Makefile (revision 362747) @@ -1,32 +1,32 @@ # Created by: Alexey V. Antipovsky # $FreeBSD$ PORTNAME= lib765 PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ MAINTAINER= ports@FreeBSD.org COMMENT= Emulation of uPD765a Floppy Disc Controller LICENSE= LGPL20 USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS LIBDSK OPTIONS_DEFAULT= LIBDSK LIBDSK_DESC= Include LibDSK support (recommended) LIBDSK_CONFIGURE_ON= --with-libdsk --with-libdsk-path=${LOCALBASE} LIBDSK_CONFIGURE_OFF= --without-libdsk LIBDSK_LIB_DEPENDS= libdsk.so:${PORTSDIR}/emulators/libdsk post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib765.so .include Index: head/emulators/libdsk/Makefile =================================================================== --- head/emulators/libdsk/Makefile (revision 362746) +++ head/emulators/libdsk/Makefile (revision 362747) @@ -1,16 +1,18 @@ # Created by: pixel # $FreeBSD$ 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/ 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 Index: head/emulators/libdsk/pkg-plist =================================================================== --- head/emulators/libdsk/pkg-plist (revision 362746) +++ head/emulators/libdsk/pkg-plist (revision 362747) @@ -1,22 +1,22 @@ bin/apriboot bin/dskdump bin/dskform bin/dskid bin/dskscan bin/dsktrans 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 man/man1/dskid.1.gz man/man1/dskscan.1.gz man/man1/dsktrans.1.gz man/man1/dskutil.1.gz man/man1/md3serial.1.gz man/man5/libdskrc.5.gz Index: head/emulators/xcpc/Makefile =================================================================== --- head/emulators/xcpc/Makefile (revision 362746) +++ head/emulators/xcpc/Makefile (revision 362747) @@ -1,60 +1,60 @@ # Created by: joerg # $FreeBSD$ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= pixel@hugbox.org COMMENT= Portable Amstrad 464&/664/6128 emulator HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--prefix=${PREFIX} USE_XORG= ice USE_GNOME= glib20 USES= gettext iconv pkgconfig LIB_DEPENDS+= libicui18n.so:${PORTSDIR}/devel/icu \ libpcre.so:${PORTSDIR}/devel/pcre \ libdsk.so:${PORTSDIR}/emulators/libdsk OPTIONS_DEFINE= MOTIF ATHENA XSHM DEBUG OPTIONS_DEFAULT= MOTIF XSHM MOTIF_DESC= With Motif widget set ATHENA_DESC= With Athen widget set XSHM_DESC= With XShm support .include .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .else CONFIGURE_ARGS+=--disable-debug .endif .if ${PORT_OPTIONS:MXSHM} CONFIGURE_ARGS+=--enable-xshm .else CONFIGURE_ARGS+=--disable-xshm .endif .if ${PORT_OPTIONS:MMOTIF} USES+= motif CONFIGURE_ARGS+=--with-motif1 .else CONFIGURE_ARGS+=--without-motif1 .endif .if ${PORT_OPTIONS:MATHENA} LIB_DEPENDS+= libXaw.so:${PORTSDIR}/x11-toolkits/libXaw CONFIGURE_ARGS+=--with-athena .else CONFIGURE_ARGS+=--without-athena .endif .include