Index: head/comms/chu/Makefile =================================================================== --- head/comms/chu/Makefile (revision 452000) +++ head/comms/chu/Makefile (revision 452001) @@ -1,37 +1,36 @@ # Created by: Diane Bruce # $FreeBSD$ PORTNAME= chu PORTVERSION= 0.1.29 CATEGORIES= comms hamradio -MASTER_SITES= SUNSITE/system/admin/time \ - http://www.rossi.com/chu/ +MASTER_SITES= SUNSITE/system/admin/time MAINTAINER= hamradio@FreeBSD.org COMMENT= Synchronise computer clock to CHU radio station LICENSE= GPLv1 NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS post-extract: @${GZIP_CMD} -d ${WRKSRC}/testsignal.gz post-patch: @${REINPLACE_CMD} -e 's|/etc/chu|${PREFIX}/etc/chu|g' ${WRKSRC}/chu.c ${WRKSRC}/chu.8 @${REINPLACE_CMD} -e 's|/sbin/chu|${PREFIX}/sbin/chu|g' ${WRKSRC}/chu.8 @${REINPLACE_CMD} -e 's|gcc -O2|${CC} ${CFLAGS}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chu ${STAGEDIR}${PREFIX}/sbin ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/testsignal ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/man/man8 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for d in COPYING TESTING chu.html chuman.html ntp.html ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/comms/conserver/Makefile =================================================================== --- head/comms/conserver/Makefile (revision 452000) +++ head/comms/conserver/Makefile (revision 452001) @@ -1,63 +1,62 @@ # Created by: Peter Wemm # $FreeBSD$ PORTNAME= conserver PORTVERSION= 8.5 PORTREVISION= 4 CATEGORIES= comms -MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ - http://www.komquats.com/distfiles/ \ +MASTER_SITES= http://www.komquats.com/distfiles/ \ http://people.freebsd.org/~cy/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= cy@FreeBSD.org COMMENT= Manage remote serial consoles via TCP/IP BUILD_DEPENDS= makeme:devel/msrc0 \ mkcmd:devel/mkcmd CONFLICTS_INSTALL= conserver-com-[0-9]* # Set this to where you want console(8) to connect to by default # or use something like ``make DEFAULTHOST=myserver.mydomain.net'' DEFAULTHOST?= localhost DEFAULTPORT?= 782 MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}" DEFAULTPORT="${DEFAULTPORT}" #PKGMESSAGE= ${WRKDIR}/MESSAGE USE_RC_SUBR= conserver do-build: ${REINPLACE_CMD} -e 's:/usr/local/lib:${PREFIX}/etc:g' \ ${WRKSRC}/etc/conserver/cons.h .for d in etc/conserver etc/console etc/autologin @(cd ${WRKSRC}/$d && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_ARGS} ${ALL_TARGET}) .endfor #@${SED} -e 's:/usr/local:${PREFIX}:g' \ # ${.CURDIR}/pkg-message > ${PKGMESSAGE} do-install: .for d in etc/conserver etc/console etc/autologin (cd ${WRKSRC}/$d && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor @${INSTALL_DATA} ${WRKSRC}/lib/conserver.cf/conserver.cf \ ${STAGEDIR}${PREFIX}/etc/conserver.cf.eg @${SED} -e 's:/usr/local/lib:${PREFIX}/etc:g' \ ${WRKSRC}/lib/conserver.cf/conserver.cf.man \ > ${STAGEDIR}${PREFIX}/man/man5/conserver.cf.5 @${SED} -e 's:/usr/local/etc:${PREFIX}/sbin:g' \ ${WRKSRC}/etc/autologin/autologin.man \ > ${STAGEDIR}${PREFIX}/man/man8/autologin.8 @${SED} -e 's:/usr/local/lib:${PREFIX}/etc:g' \ ${WRKSRC}/etc/conserver/conserver.man \ > ${STAGEDIR}${PREFIX}/man/man8/conserver.8 @${SED} -e 's:console\.itsd\.fedex\.com:${DEFAULTHOST}:g' \ ${WRKSRC}/etc/console/console.man \ > ${STAGEDIR}${PREFIX}/man/man8/console.8 @${CHMOD} 0444 ${STAGEDIR}${PREFIX}/man/man5/conserver.cf.5 \ ${STAGEDIR}${PREFIX}/man/man8/autologin.8 \ ${STAGEDIR}${PREFIX}/man/man8/conserver.8 \ ${STAGEDIR}${PREFIX}/man/man8/console.8 .include Index: head/comms/cwdaemon/Makefile =================================================================== --- head/comms/cwdaemon/Makefile (revision 452000) +++ head/comms/cwdaemon/Makefile (revision 452001) @@ -1,23 +1,22 @@ # Created by: Diane Bruce # $FreeBSD$ PORTNAME= cwdaemon PORTVERSION= 0.9.4 CATEGORIES= comms hamradio -MASTER_SITES= http://www.chronos.org.uk/download/ \ - LOCAL/db +MASTER_SITES= LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio cw (Morse code) keyer daemon LICENSE= GPLv2 LIB_DEPENDS= libcw.so:comms/unixcw CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc GNU_CONFIGURE= yes USES= pkgconfig OPTIONS_DEFINE= DOCS .include Index: head/comms/ebook2cwgui/Makefile =================================================================== --- head/comms/ebook2cwgui/Makefile (revision 452000) +++ head/comms/ebook2cwgui/Makefile (revision 452001) @@ -1,35 +1,33 @@ # $FreeBSD$ PORTNAME= ebook2cwgui PORTVERSION= 0.1.2 PORTREVISION= 2 CATEGORIES= comms hamradio -MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \ - http://distfiles.bsdjunk.com/ \ - LOCAL/db +MASTER_SITES= http://fkurz.net/ham/ebook4cw/ MAINTAINER= hamradio@FreeBSD.org COMMENT= gui front end for ebooks2cw RUN_DEPENDS= ebook2cw:comms/ebook2cw USE_WX= 2.8 PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:S,${PREFIX}/bin/,,}|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ -e 's|g++|${CXX}|g' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ebook2cwgui ${STAGEDIR}${PREFIX}/bin/ebook2cwgui @${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in README COPYING ChangeLog @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f .endfor .include Index: head/comms/flwrap/Makefile =================================================================== --- head/comms/flwrap/Makefile (revision 452000) +++ head/comms/flwrap/Makefile (revision 452001) @@ -1,32 +1,31 @@ # Created by: Diane Bruce # $FreeBSD$ PORTNAME= flwrap PORTVERSION= 1.3.4 PORTREVISION= 2 CATEGORIES= comms hamradio -MASTER_SITES= http://www.w1hkj.com/downloads/flwrap/ \ - LOCAL/db +MASTER_SITES= LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Flwrap is a companion utility for fldigi LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USES= gmake dos2unix GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" OPTIONS_DEFINE= DOCS post-configure: @${REINPLACE_CMD} -e 's|^CPPFLAGS|#CPPFLAGS|' \ ${WRKSRC}/src/Makefile post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/comms/geoid/Makefile =================================================================== --- head/comms/geoid/Makefile (revision 452000) +++ head/comms/geoid/Makefile (revision 452001) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= geoid PORTVERSION= 1.0 DISTVERSIONSUFFIX= .src PORTREVISION= 8 CATEGORIES= comms hamradio -MASTER_SITES= http://www.w1hkj.com/LinuxApps/ \ - LOCAL/db +MASTER_SITES= http://www.w1hkj.com/LinuxApps/ DISTNAME= fl_geoid EXTRACT_SUFX= .src.tar.gz MAINTAINER= hamradio@FreeBSD.org COMMENT= Geodetic computer for amateur radio use LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USES= gmake MAKEFILE= makefile post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/geoid.cxx do-install: @${INSTALL_PROGRAM} ${WRKSRC}/geoid ${STAGEDIR}${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/geoid.png ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/country.pos ${STAGEDIR}${DATADIR} .include Index: head/comms/gnokii/Makefile =================================================================== --- head/comms/gnokii/Makefile (revision 452000) +++ head/comms/gnokii/Makefile (revision 452001) @@ -1,124 +1,123 @@ # Created by: Staffan Ulfberg # $FreeBSD$ PORTNAME= gnokii PORTVERSION= 0.6.31 PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ - ftp://ftp.gnokii.org/pub/gnokii/ \ http://www.gnokii.org/download/gnokii/0.6.x/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Tools to talk to GSM cellular phones LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser GROUPS= ${PORTNAME} USES= gettext gmake iconv libtool localbase pathfix pkgconfig readline \ tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 USE_GNOME= glib20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-security SUB_FILES+= pkg-message PORTDOCS= * CONFLICTS= smstools-[0-9]* sendsms-[0-9]* FIXPREFIX= Docs/man/gnokiid.8 Docs/DataCalls-QuickStart Docs/README \ common/cfgreader.c OPTIONS_DEFINE= DOCS ICAL PCSC SMSD SMSDDB USB X11 OPTIONS_MULTI= SMSDDB OPTIONS_MULTI_SMSDDB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= X11 ICAL_DESC= Build with IETF iCal support USB_DESC= Build with libusb support PCSC_DESC= Build with PC/SC-Lite support SMSD_DESC= Enable smsd daemon (includes "file" backend) SMSDDB_DESC= Enable database support in smsd (select one or more) X11_DESC= Build graphical version (xgnokii) ICAL_CONFIGURE_ENABLE= libical ICAL_LIB_DEPENDS= libical.so:devel/libical USB_CONFIGURE_ENABLE= libusb PCSC_CONFIGURE_ENABLE= libpcsclite PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite MYSQL_IMPLIES= SMSD PGSQL_IMPLIES= SMSD SQLITE_IMPLIES= SMSD SMSD_PLIST_SUB= SMSD='' SMSD_PLIST_SUB_OFF= SMSD='@comment ' MSM='@comment ' PGM='@comment ' SQLT='@comment ' SMSD_CONFIGURE_OFF= --disable-smsd MYSQL_USES= mysql ssl MYSQL_PLIST_SUB= MSM='' MYSQL_PLIST_SUB_OFF= MSM='@comment ' MYSQL_CONFIGURE_OFF= --disable-mysql PGSQL_USES= pgsql PGSQL_PLIST_SUB= PGM='' PGSQL_PLIST_SUB_OFF= PGM='@comment ' PGSQL_CONFIGURE_OFF= --disable-postgres SQLITE_USES= sqlite SQLITE_PLIST_SUB= SQLT='' SQLITE_PLIST_SUB_OFF= SQLT='@comment ' SQLITE_CONFIGURE_OFF= --disable-sqlite X11_CONFIGURE_WITH= x X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 X11_USE= XORG=x11 XORG=xpm \ GNOME=cairo GNOME=gdkpixbuf2 GNOME=gtk20 X11_PLIST_SUB= X11='' X11_PLIST_SUB_OFF= X11='@comment ' post-patch: @${REINPLACE_CMD} -e "s/bash/sh/" ${WRKSRC}/smsd/action .for f in ${FIXPREFIX} @${REINPLACE_CMD} -e "s:/etc/gnokiirc:${PREFIX}/etc/gnokiirc:g" \ ${WRKSRC}/${f} .endfor .for f in common/data/virtmodem.c utils/mgnokiidev.c @${REINPLACE_CMD} -E -e "s:^(#ifdef.*)__OpenBSD__:\1__FreeBSD__:" \ ${WRKSRC}/${f} .endfor # fix test(1) conditions in configure script @${REINPLACE_CMD} -E \ -e 's|([[:space:]]+test[[:space:]]+.+)==([[:space:]]+"yes")|\1=\2|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${MV} ${WRKSRC}/Docs/man/xgnokii.1x ${WRKSRC}/Docs/man/xgnokii.1 post-install: ${INSTALL_DATA} ${WRKSRC}/xgnokii/xgnokii.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig ${INSTALL_DATA} ${WRKSRC}/Docs/sample/gnokiirc \ ${STAGEDIR}${PREFIX}/etc/gnokiirc.sample ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnokii.so.7.0.0 post-install-DOCS-on: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install -C ${WRKSRC}/Docs post-install-DOCS-off: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install -C ${WRKSRC}/Docs/man post-install-SMSD-on: @${MKDIR} -p ${STAGEDIR}${PREFIX}/share/smsd @cd ${WRKSRC}/smsd && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install ${INSTALL_SCRIPT} ${WRKSRC}/smsd/action ${STAGEDIR}${PREFIX}/share/smsd ${INSTALL_DATA} ${WRKSRC}/smsd/README ${STAGEDIR}${PREFIX}/share/smsd ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/smsd/*.so post-install-MYSQL-on: @${MKDIR} -p ${STAGEDIR}${PREFIX}/share/smsd ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.mysql.sql ${STAGEDIR}${PREFIX}/share/smsd post-install-PGSQL-on: @${MKDIR} -p ${STAGEDIR}${PREFIX}/share/smsd ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.pq.sql ${STAGEDIR}${PREFIX}/share/smsd .include Index: head/comms/kb/Makefile =================================================================== --- head/comms/kb/Makefile (revision 452000) +++ head/comms/kb/Makefile (revision 452001) @@ -1,51 +1,50 @@ # $FreeBSD$ PORTNAME= kb PORTVERSION= 8.04 PORTREVISION= 9 CATEGORIES= comms hamradio -MASTER_SITES= http://www.db.net/downloads/ \ - LOCAL/db +MASTER_SITES= http://www.db.net/downloads/ DISTFILES= kb_src-${PORTVERSION}.tar.gz kb_inst-${PORTVERSION}.tar.gz MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio contest logger USE_GNOME= libgnome gtk20 libbonobo NO_WRKSUBDIR= yes PKGMESSAGE= ${FILESDIR}/pkg_message DESKTOP_ENTRIES="KB" \ "Kick Butt logger" \ "${PREFIX}/share/pixmaps/kb/icons/kb-icon.png" \ "kb" \ "" \ true OPTIONS_DEFINE= DOCS pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${FILESDIR}/kb ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/kb ${STAGEDIR}${PREFIX}/bin/kb_bin ${INSTALL_PROGRAM} ${WRKSRC}/kb_server ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}/kb.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${DATADIR} .for f in COUNTY.CQP DEFAULT.INI CALL_LIB.LST CALL_SS.LST \ CALL_FD.LST HELP.LST COUNTRY.LST HELPFD.LST \ SECTION.LST STATE.LST ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR} .endfor ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/kb/icons ${INSTALL_DATA} ${FILESDIR}/kb-icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/kb/icons/kb-icon.png ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/README_TIPS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/kb_bsd/README_BSD ${STAGEDIR}${DOCSDIR} .for f in LICENSE README README_KINKS README_SRC ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/comms/linrad/Makefile =================================================================== --- head/comms/linrad/Makefile (revision 452000) +++ head/comms/linrad/Makefile (revision 452001) @@ -1,76 +1,75 @@ # $FreeBSD$ PORTNAME= linrad PORTVERSION= 4.02 PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://www.nitehawk.com/sm5bsz/linuxdsp/archive/\ - http://g7rau.demon.co.uk/sm5bsz/linuxdsp/archive/\ http://www.sm5bsz.com/linuxdsp/archive/ DISTNAME= lir04-02 EXTRACT_SUFX= .tbz MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio DSP utility (SDR) LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr \ libportaudio.so:audio/portaudio \ libftdi.so:devel/libftdi BUILD_DEPENDS= nasm:devel/nasm WRKSRC= ${WRKDIR}/${PORTNAME}-0${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake tar:bzip2 USE_XORG= x11 LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \ z_COPYRIGHT.txt z_GIFINFO.txt \ z_MORSE_DECODING.txt z_MOUSE.txt z_NETWORK.txt \ z_PARALLEL_PORT.txt z_SETTINGS.txt \ z_USERS_EXTRA.txt z_USERS_HWARE.txt BROKEN_aarch64= fails to compile: implicit declaration of function outb BROKEN_armv6= fails to configure: can not find /nxb-bin/usr/bin/cc BROKEN_powerpc64= fails to compile: implicit declaration of function outb BROKEN_sparc64= fails to compile: implicit declaration of function outb .include .if ${ARCH} == "i386" BINFILE= xlinrad .else BINFILE= xlinrad64 .endif ALL_TARGET= ${BINFILE} post-patch: # These extensions seem to be Windows only # @${CP} ${WRKSRC}/extra_w3sz.c ${WRKSRC}/users_extra.c # @${CP} ${WRKSRC}/users_tr.c ${WRKSRC}/users_hwaredriver.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}/|' \ ${WRKSRC}/help.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}/|' \ ${WRKSRC}/libfind1.c # NOTE: The code that actually does anything in users.c is currently # #ifdef'd out because it's just a non-working example @${REINPLACE_CMD} -e "s|ttyd|ttyu|" \ ${WRKSRC}/lxsys.c do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/errors.lir ${STAGEDIR}${DATADIR}/errors.lir ${INSTALL_DATA} ${WRKSRC}/help.lir ${STAGEDIR}${DATADIR}/help.lir ${INSTALL_SCRIPT} -m0555 ${FILESDIR}/linrad ${STAGEDIR}${PREFIX}/bin/linrad # Some day we may want the svga version as well. # ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.svga ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${BINFILE} ${STAGEDIR}${PREFIX}/bin/x${PORTNAME} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${LINRAD_DOCFILES} @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f .endfor .include Index: head/comms/nokryptia/Makefile =================================================================== --- head/comms/nokryptia/Makefile (revision 452000) +++ head/comms/nokryptia/Makefile (revision 452001) @@ -1,22 +1,21 @@ # Created by: Aleksander Fafula # $FreeBSD$ PORTNAME= nokryptia PORTVERSION= 1.3 CATEGORIES= comms -MASTER_SITES= http://tuxmobil.org/software/nokryptia/ \ - http://www.bsdguru.org/distfiles/ +MASTER_SITES= http://tuxmobil.org/software/nokryptia/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for fast loading mp3s into Nokia 5510 LIB_DEPENDS= libid3.so:audio/id3lib GNU_CONFIGURE= yes USES= tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/nokryptia man/man1/${PORTNAME}.1.gz .include Index: head/comms/qrq/Makefile =================================================================== --- head/comms/qrq/Makefile (revision 452000) +++ head/comms/qrq/Makefile (revision 452001) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= qrq PORTVERSION= 0.3.1 PORTREVISION= 1 CATEGORIES= comms hamradio -MASTER_SITES= http://fkurz.net/ham/qrq/ \ - LOCAL/db +MASTER_SITES= http://fkurz.net/ham/qrq/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM LICENSE= GPLv2 USES= gmake ncurses shebangfix SHEBANG_FILES= qrqscore post-install: ${INSTALL_DATA} ${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png .include Index: head/comms/rxtx/Makefile =================================================================== --- head/comms/rxtx/Makefile (revision 452000) +++ head/comms/rxtx/Makefile (revision 452001) @@ -1,34 +1,33 @@ # Created by: Jean-Baptiste Quenot # $FreeBSD$ PORTNAME= rxtx PORTVERSION= 2.2p2 PORTREVISION= 4 CATEGORIES= comms java -MASTER_SITES= http://rxtx.qbang.org/pub/rxtx/ \ - ftp://jarvi.dsl.frii.com/pub/rxtx/ +MASTER_SITES= http://rxtx.qbang.org/pub/rxtx/ PKGNAMESUFFIX= -${JAVA_PORT:S/java\///} DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= james@elstone.net COMMENT= Native interface to serial ports in Java LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory USES= gmake libtool zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native GNU_CONFIGURE= yes CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB= ARCH=${ARCH} JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,} .include Index: head/comms/viewfax/Makefile =================================================================== --- head/comms/viewfax/Makefile (revision 452000) +++ head/comms/viewfax/Makefile (revision 452001) @@ -1,20 +1,19 @@ # Created by: jmz # $FreeBSD$ PORTNAME= viewfax PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= comms -MASTER_SITES= ftp://ftp.ping.de/pub/unix/ \ - ftp://ftp.leo.org/historic/comp/os/unix/networking/mgetty/ +MASTER_SITES= ftp://ftp.ping.de/pub/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Display files containing g3 and/or g4 coded fax pages USES= imake USE_XORG= x11 xext PLIST_FILES= bin/viewfax lib/viewfax.tif \ man/man1/viewfax.1.gz .include Index: head/comms/xmorse/Makefile =================================================================== --- head/comms/xmorse/Makefile (revision 452000) +++ head/comms/xmorse/Makefile (revision 452001) @@ -1,29 +1,27 @@ # Created by: Sunry Chen # $FreeBSD$ PORTNAME= xmorse PORTVERSION= 20041125 PORTREVISION= 10 CATEGORIES= comms hamradio MASTER_SITES= http://c2.com/morse/files/SourceCode/ \ - http://www.525183.com/freebsd/xmorse/ \ - http://www.chinatinco.com/freebsd/xmorse/ \ http://525183.serverbox.org/freebsd/xmorse/ DISTNAME= m${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= sunrychen@gmail.com COMMENT= Fully automatic Morse code teaching machine LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USE_SDL= sdl PLIST_FILES= bin/xmorse NO_WRKSUBDIR= yes MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} .include