Index: head/astro/roadmap/Makefile =================================================================== --- head/astro/roadmap/Makefile (revision 547043) +++ head/astro/roadmap/Makefile (revision 547044) @@ -1,90 +1,90 @@ # Created by: Nick Esborn # $FreeBSD$ PORTNAME= roadmap PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro geography MASTER_SITES= SF/${PORTNAME}/RoadMap/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Vector-based GPS moving map LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src MAKE_JOBS_UNSAFE= yes USES= gmake gnome pkgconfig USE_GNOME= gtk20 MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}" CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 SUB_FILES= pkg-message PORTDOCS= ${DOCS} README PLIST_FILES= ${BINS:S,^,bin/,} ${GUI_BINS:S,^,bin/,} \ ${GUI_BINS:S,^gtk,bin/,} ${SCRIPTS:S,^,bin/,} \ man/man1/roadgps.1.gz man/man1/roadmap.1.gz \ ${DATA:S,^,%%DATADIR%%/,} BINS= dumpmap buildmap buildmap_osm buildplace buildus GUI_BINS= gtkroadmap gtkroadgps SCRIPTS= rdmcompare rdmdownload rdmgendcwmaps rdmgenmaps \ rdmgenshpmaps rdmgenstatemaps MANS= roadgps.1 roadmap.1 DATA= drivers preferences roadmap.popup roadmap.screenobjects \ session sprites DOCS= Bugs ChangeLog Coding Configuration Developer-Guide \ Installation Map-Building Map-Designing Map-Format \ OpenStreetMap Platforms Quickstart Status ToDo Usage OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-O ||g ; \ s|/usr/include|${LOCALBASE}/include|g ; \ s|/usr/local/include|${LOCALBASE}/include|g ; \ s|/usr/local/lib|${LOCALBASE}/lib|g' ${WRKSRC}/src/options.mk @${ECHO_CMD} 'CFLAGS=${CFLAGS}' > ${WRKSRC}/src/overrides.mk @${ECHO_CMD} 'LDFLAGS=${LDFLAGS}' >> ${WRKSRC}/src/overrides.mk @${ECHO_CMD} 'LIBS=${LIBS}' >> ${WRKSRC}/src/overrides.mk do-install: .for _BIN in ${BINS} ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${_BIN} ${STAGEDIR}${PREFIX}/bin/${_BIN} .endfor .for _GUI_BIN in ${GUI_BINS} ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/gtk2/${_GUI_BIN} ${STAGEDIR}${PREFIX}/bin/${_GUI_BIN} ${LN} -sf ${_GUI_BIN} ${STAGEDIR}${PREFIX}/bin/${_GUI_BIN:S,^gtk,,} .endfor .for _SCRIPT in ${SCRIPTS} ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/${_SCRIPT} ${STAGEDIR}${PREFIX}/bin/${_SCRIPT} .endfor .for _MAN in ${MANS} ${INSTALL_MAN} ${INSTALL_WRKSRC}/${_MAN} ${STAGEDIR}${MANPREFIX}/man/man1/${_MAN} .endfor @${MKDIR} ${STAGEDIR}${DATADIR} .for _DATA in ${DATA} ${INSTALL_DATA} ${INSTALL_WRKSRC}/${_DATA} ${STAGEDIR}${DATADIR}/${_DATA} .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README .for _DOC in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${_DOC} ${STAGEDIR}${DOCSDIR}/${_DOC} .endfor .include Index: head/astro/saoimage/Makefile =================================================================== --- head/astro/saoimage/Makefile (revision 547043) +++ head/astro/saoimage/Makefile (revision 547044) @@ -1,35 +1,35 @@ # Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= saoimage PORTVERSION= 1.35.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/ MAINTAINER= ports@FreeBSD.org COMMENT= Smithsonian Astrophysical Observatory image utility for X MAKEFILE= makefile MAKE_ENV= OFLAGS="${CFLAGS}" ALL_TARGET= ${OPSYS} USES= xorg USE_XORG= x11 CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/saoimage etc/imtoolrc.sample share/man/man1/saoimage.1.gz post-patch: # MFLAGS is reserved by make @${REINPLACE_CMD} -e 's|MFLAGS|MYMFLAGS|' ${WRKSRC}/makefile.FreeBSD do-install: ${INSTALL_PROGRAM} ${WRKSRC}/saoimage ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/imtoolrc ${STAGEDIR}${PREFIX}/etc/imtoolrc.sample ${INSTALL_MAN} ${WRKSRC}/doc/saoimage.man ${STAGEDIR}${PREFIX}/share/man/man1/saoimage.1 .include Index: head/audio/cdplay/Makefile =================================================================== --- head/audio/cdplay/Makefile (revision 547043) +++ head/audio/cdplay/Makefile (revision 547044) @@ -1,44 +1,44 @@ # Created by: Antti Kaipila # $FreeBSD$ PORTNAME= cdplay PORTVERSION= 0.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= LOCAL/dannyboy MAINTAINER= ports@FreeBSD.org COMMENT= CD-player with text-based user interface LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= ncurses MAKE_ARGS= CFLAGS="${CFLAGS} -c -ansi" \ LFLAGS="${LDFLAGS} -lncurses" \ BINPATH="${PREFIX}/bin/" \ MANPATH="${MANPREFIX}/man/man1/" \ CC="${CC}" MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/cdplay \ share/man/man1/cdplay.1.gz post-patch: ${REINPLACE_CMD} \ -e 's/^OPTIMISE=.*$$/OPTIMISE=/'\ ${WRKSRC}/Makefile post-extract: @${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cdplay ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cdplay.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include Index: head/audio/ghostess/Makefile =================================================================== --- head/audio/ghostess/Makefile (revision 547043) +++ head/audio/ghostess/Makefile (revision 547044) @@ -1,44 +1,44 @@ # Created by: trasz # $FreeBSD$ PORTNAME= ghostess PORTVERSION= 20120105 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.smbolton.com/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical DSSI host with JACK MIDI support LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \ ${LOCALBASE}/include/ladspa.h:audio/ladspa \ jackit>=0.109.2:audio/jack # Between 0.109.0 and earlier versions there was an api change in JACK. # However, the library version number was not changed. The line above # is supposed to work around that. LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \ liblo.so:audio/liblo \ libjack.so:audio/jack USE_GNOME= gtk20 USES= gmake gnome pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jackmidi CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ '/LDADD/s| -ldl | |' ${WRKSRC}/src/Makefile.in .include Index: head/audio/gimmix/Makefile =================================================================== --- head/audio/gimmix/Makefile (revision 547043) +++ head/audio/gimmix/Makefile (revision 547044) @@ -1,42 +1,43 @@ # Created by: Matthieu Guegan # $FreeBSD$ PORTNAME= gimmix PORTVERSION= 0.5.7.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Graphical MPD client written in C using GTK2 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpd.so:audio/libmpd \ libtag.so:audio/taglib \ libnxml.so:textproc/libnxml USES= desktop-file-utils gmake gnome pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool libglade2 GNU_CONFIGURE= yes CONFIGURE_ENV= DATADIRNAME=share CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CPPFLAGS= -I${LOCALBASE}/include NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USES_OFF= gettext-tools post-patch: @${LN} -sf ${LOCALBASE}/share/intltool/Makefile.in.in ${WRKSRC}/po/Makefile.in.in @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/gimmix-covers.c ${WRKSRC}/src/gimmix-lyrics.c .include Index: head/audio/jamin/Makefile =================================================================== --- head/audio/jamin/Makefile (revision 547043) +++ head/audio/jamin/Makefile (revision 547044) @@ -1,33 +1,33 @@ # Created by: trasz # $FreeBSD$ PORTNAME= jamin PORTVERSION= 0.95.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= JACK Audio Mastering interface LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libjack.so:audio/jack \ liblo.so:audio/liblo RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ ${LOCALBASE}/lib/ladspa/fast_lookahead_limiter_1913.so:audio/swhplugins BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 GNU_CONFIGURE= yes USES= desktop-file-utils gmake gnome libtool pkgconfig \ shared-mime-info USE_GNOME= gtk20 intltool libxml2 CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so .include Index: head/audio/ksmp3play/Makefile =================================================================== --- head/audio/ksmp3play/Makefile (revision 547043) +++ head/audio/ksmp3play/Makefile (revision 547044) @@ -1,41 +1,41 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= ksmp3play PORTVERSION= 0.5.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based MP3 player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsmpeg.so:multimedia/smpeg GNU_CONFIGURE= yes USES= ncurses pathfix sdl USE_SDL= sdl NO_WRKSUBDIR= yes EXTRACT_AFTER_ARGS= --exclude CVS CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/audio/musicbox-tag-editor/Makefile =================================================================== --- head/audio/musicbox-tag-editor/Makefile (revision 547043) +++ head/audio/musicbox-tag-editor/Makefile (revision 547044) @@ -1,37 +1,37 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ # $MCom: ports/audio/musicbox-tag-editor/Makefile,v 1.5 2007/09/10 05:13:24 mezz Exp $ PORTNAME= musicbox-tag-editor PORTVERSION= 0.2.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION} DISTNAME= musicbox-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+ audio tag editor LIB_DEPENDS= libtag.so:audio/taglib USES= gnome pathfix pkgconfig shebangfix USE_GNOME= gnomeprefix libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # avoid conflict with audio/musicbox CONFIGURE_ARGS= --program-suffix=-tag-editor SHEBANG_FILES= data/edit.pl CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \ ${WRKSRC}/data/musicbox.glade @${REINPLACE_CMD} -e 's|Exec=musicbox|Exec=musicbox-tag-editor|' \ ${WRKSRC}/data/musicbox.desktop .include Index: head/audio/nspmod/Makefile =================================================================== --- head/audio/nspmod/Makefile (revision 547043) +++ head/audio/nspmod/Makefile (revision 547044) @@ -1,23 +1,24 @@ # Created by: jmg # $FreeBSD$ PORTNAME= nspmod PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+ CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/nspmod man/man1/nspmod.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/audio/shout/Makefile =================================================================== --- head/audio/shout/Makefile (revision 547043) +++ head/audio/shout/Makefile (revision 547044) @@ -1,22 +1,22 @@ # Created by: will # $FreeBSD$ PORTNAME= shout PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/libshout/ \ http://downloads.us.xiph.org/releases/libshout/ \ http://public.planetmirror.com/pub/xiph/releases/libshout/ MAINTAINER= ports@FreeBSD.org COMMENT= Send mp3 streams to an icecast/shoutcast server GNU_CONFIGURE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 .include Index: head/audio/toolame/Makefile =================================================================== --- head/audio/toolame/Makefile (revision 547043) +++ head/audio/toolame/Makefile (revision 547044) @@ -1,41 +1,41 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= toolame PORTVERSION= 0.2l -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%200.2/${PORTNAME}%2002l DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Optimized mpeg 1/2 layer 2 audio encoder LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LGPL.txt USES= gmake tar:tgz ALL_TARGET= ${PORTNAME} MAKE_ARGS= CC="${CC}" TWEAKS="${CFLAGS}" ARCH="" PG="" OPTIM="" USE_CSTD= gnu89 CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/toolame PORTDOCS= FUTURE HISTORY LGPL.txt README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/toolame ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/wmrecord/Makefile =================================================================== --- head/audio/wmrecord/Makefile (revision 547043) +++ head/audio/wmrecord/Makefile (revision 547044) @@ -1,30 +1,30 @@ # Created by: Konstantinos Konstantinidis # $FreeBSD$ PORTNAME= wmrecord PORTVERSION= 1.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio windowmaker MASTER_SITES= http://linkinnovations.linux.tucows.com/files/x11/dock/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= General purpose audio recording utility for the WindowMaker dock USES= xorg USE_XORG= xpm x11 xext MAKE_ARGS= LIBS="-L${LOCALBASE}/lib -lXpm -lX11 -lXext" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBDIR="" CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/wmrecord man/man1/wmrecord.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmrecord ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/wmrecord.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/biology/grappa/Makefile =================================================================== --- head/biology/grappa/Makefile (revision 547043) +++ head/biology/grappa/Makefile (revision 547044) @@ -1,29 +1,30 @@ # Created by: dbader@ece.unm.edu # $FreeBSD$ PORTNAME= grappa PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.cs.unm.edu/~moret/GRAPPA/ DISTNAME= GRAPPA20 MAINTAINER= ports@FreeBSD.org COMMENT= Genome Rearrangements Analysis and Phylogeny Software LICENSE= GPLv2 USES= gmake CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/grappa bin/invdist bin/distmat do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} grappa ${STAGEDIR}${PREFIX}/bin) ${LN} -sf grappa ${STAGEDIR}${PREFIX}/bin/invdist ${LN} -sf grappa ${STAGEDIR}${PREFIX}/bin/distmat .include Index: head/biology/lagan/Makefile =================================================================== --- head/biology/lagan/Makefile (revision 547043) +++ head/biology/lagan/Makefile (revision 547044) @@ -1,77 +1,77 @@ # Created by: Fernan Aguero # $FreeBSD$ PORTNAME= lagan PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://lagan.stanford.edu/lagan_web/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Efficient tools for large-scale multiple alignments of genomic DNA LICENSE= GPLv2 USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= slagan.pl MAKE_JOBS_UNSAFE=yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 SUB_FILES= pkg-message SUB_LIST= LAGAN_DIR="${LAGAN_DIR}" PLIST_FILES= ${EXECUTABLES:S,^,${PORTNAME}/,} \ ${SCRIPTS:S,^,${PORTNAME}/,} \ ${EXEUTILS:S,^,${PORTNAME}/utils/,} \ ${SCRIPTUTILS:S,^,${PORTNAME}/utils/,} \ ${READMES:S,^,${PORTNAME}/Readmes/,} LAGAN_DIR= ${PREFIX}/${PORTNAME} EXECUTABLES= anchors chaos glocal mlagan order SCRIPTS= anal_gloc.pl lagan.pl rechaos.pl slagan.pl EXEUTILS= Glue bin2bl bin2mf cextract contigorder cstat dotplot fa2xfa \ getbounds getcontigpos getlength getoverlap rc scorealign \ scorecontigs seqmerge SCRIPTUTILS= cmerge2.pl draft.pl mextract.pl mf2bin.pl mpretty.pl \ mproject.pl mrun.pl mrunfile.pl mrunpairs.pl mviz.pl READMES= README.FIRST README.chaos README.lagan README.mlagan \ README.tools README.shuffle post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ '/^CC/s|^|#| ; \ /^CFLAGS/s|^|#| ; \ s|$$(CC) -o|$$(CC) $$(CFLAGS) -o| ; \ s|$$(CPP) -o|$$(CXX) $$(CXXFLAGS) -o| ; \ s|$$(CLINKER) $$(OPTFLAGS)|$$(CXX) $$(LDFLAGS)|' @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^inline |static inline |' do-install: @${MKDIR} ${STAGEDIR}${LAGAN_DIR} .for exe in ${EXECUTABLES} ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${STAGEDIR}${LAGAN_DIR} .endfor .for script in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${LAGAN_DIR} .endfor @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/utils .for exeutil in ${EXEUTILS} ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor .for scriptutil in ${SCRIPTUTILS} ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/Readmes .for readme in ${READMES} ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${STAGEDIR}${LAGAN_DIR}/Readmes .endfor .include Index: head/biology/phylip/Makefile =================================================================== --- head/biology/phylip/Makefile (revision 547043) +++ head/biology/phylip/Makefile (revision 547044) @@ -1,54 +1,55 @@ # Created by: David A. Bader # $FreeBSD$ PORTNAME= phylip PORTVERSION= 3.697 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://evolution.gs.washington.edu/phylip/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Phylogeny Inference Package LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/src/COPYRIGHT BUILD_DEPENDS= bash:shells/bash BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src USES= gmake xorg USE_XORG= x11 xaw xt MAKEFILE= Makefile.unx MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ DFLAGS="${CFLAGS} -DX -I${LOCALBASE}/include" \ DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm" USE_LDCONFIG= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and outdated +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: @cd ${WRKSRC}/exe && \ ${FIND} . -maxdepth 1 -not -type d -not -name '*.jar' \ -not -name '*.unx' -not -name 'font*' -not -name '*.so' \ | ${XARGS} -J % ${INSTALL_PROGRAM} % ${STAGEDIR}${PREFIX}/bin @cd ${WRKSRC}/exe && \ ${FIND} . -maxdepth 1 -not -type d -name "*.so" \ | ${XARGS} -J % ${INSTALL_LIB} % ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/exe && \ ${FIND} . -maxdepth 1 -not -type d -name 'font*' \ | ${XARGS} -J % ${INSTALL_DATA} % ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DOCSDIR}) .include Index: head/cad/transcalc/Makefile =================================================================== --- head/cad/transcalc/Makefile (revision 547043) +++ head/cad/transcalc/Makefile (revision 547044) @@ -1,25 +1,25 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= transcalc PORTVERSION= 0.14 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= cad MASTER_SITES= http://transcalc.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Analysis and synthesis tool for RF and microwave transmission lines USES= gnome pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure .include Index: head/cad/varkon/Makefile =================================================================== --- head/cad/varkon/Makefile (revision 547043) +++ head/cad/varkon/Makefile (revision 547044) @@ -1,77 +1,77 @@ # Created by: Pedro F. Giffuni # $FreeBSD$ PORTNAME= varkon PORTVERSION= 1.19E -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Varkon_${PORTVERSION} DISTNAME= Varkon_sources_${PORTVERSION} DIST_SUBDIR= varkon MAINTAINER= ports@FreeBSD.org COMMENT= Free CAD system and applications development tool LICENSE= GPLv2 LGPL20 LICENSE_COMB= dual LIB_DEPENDS= libtiff.so:graphics/tiff RUN_DEPENDS= xdg-open:devel/xdg-utils WRKSRC= ${WRKDIR}/Varkon_${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/sources USES= dos2unix gl gmake xorg USE_XORG= xpm USE_GL= glu MAKE_ENV= PLATFORM=FreeBSD ALL_TARGET= # none MAKE_JOBS_UNSAFE= yes DOS2UNIX_FILES= sources/PL/src/Makefile.FreeBSD CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 VARKON_PREFIX= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= DOCS post-extract: @${FIND} ${WRKSRC} -name "*.o" -delete do-configure: @${REINPLACE_CMD} -e \ 's|%%VARKON_PREFIX%%|${VARKON_PREFIX}|g ; \ s|%%DOCSDIR%%|${DOCSDIR}|g' ${WRKSRC}/com/english/varkon @${REINPLACE_CMD} -e \ 's|^PLATFORM|#PLATFORM|' ${BUILD_WRKSRC}/Makefile @${FIND} ${BUILD_WRKSRC} -name "Makefile.FreeBSD" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g ; \ s|-O[[:space:]]|| ; \ s|cc $$(LIBS)|$$(CC) $$(LIBS)|' do-install: ${INSTALL_SCRIPT} ${WRKSRC}/com/english/varkon ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${VARKON_PREFIX} .for i in erm lib mdf @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${VARKON_PREFIX}) .endfor @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${VARKON_PREFIX}/bin @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/cnf .for i in fnt icons plt tol @(cd ${WRKSRC}/cnf && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${VARKON_PREFIX}/cnf) .endfor @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/cnf/ini ${INSTALL_DATA} ${WRKSRC}/cnf/ini/english/linux \ ${STAGEDIR}${VARKON_PREFIX}/cnf/ini/freebsd do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} #Varkon Manual @(cd ${WRKSRC}/man && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/comms/efax/Makefile =================================================================== --- head/comms/efax/Makefile (revision 547043) +++ head/comms/efax/Makefile (revision 547044) @@ -1,52 +1,52 @@ # Created by: MITA Yoshio # $FreeBSD$ PORTNAME= efax DISTVERSION= 0.9a-001114a7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms MASTER_SITES= http://shino.pos.to/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Fax send/receive program LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= xloadimage:x11/xloadimage DOCSDIR= ${PREFIX}/share/doc/efax PORTDOCS= README printcap.sample efax.html fax.html MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" SUB_FILES= pkg-message CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 CONFLICTS= efax-gtk-* OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,$$(PREFIX),${STAGEDIR}&,g' ${WRKSRC}/Makefile post-build: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/fax post-install: ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/efax.rc.sample.ja ${STAGEDIR}${PREFIX}/etc/efax.rc.ja.sample @${MKDIR} ${STAGEDIR}/var/spool/fax/incoming ${TOUCH} ${STAGEDIR}/var/spool/fax/incoming/.keepme @${MKDIR} ${STAGEDIR}/var/spool/fax/outgoing ${TOUCH} ${STAGEDIR}/var/spool/fax/outgoing/lock post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/comms/seyon/Makefile =================================================================== --- head/comms/seyon/Makefile (revision 547043) +++ head/comms/seyon/Makefile (revision 547044) @@ -1,34 +1,35 @@ # Created by: Michael Elbel (me) # $FreeBSD$ PORTNAME= seyon PORTVERSION= 2.20c +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= DEBIAN DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Communications package for the X Window system USES= imake xorg USE_XORG= x11 xext xpm xmu xaw xt sm ice MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \ lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \ man/man1/${PORTNAME}.1.gz post-extract: ${CHMOD} +x ${WRKSRC}/makever.sh post-patch: ${REINPLACE_CMD} -e "s/getline(/seyon_getline(/g" \ ${WRKSRC}/SeDecl.h ${WRKSRC}/SeScript.c ${WRKSRC}/SeSupp.c .include Index: head/converters/shftool/Makefile =================================================================== --- head/converters/shftool/Makefile (revision 547043) +++ head/converters/shftool/Makefile (revision 547044) @@ -1,26 +1,26 @@ # Created by: Joachim Strombergson # $FreeBSD$ PORTNAME= shftool PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/ MAINTAINER= ports@FreeBSD.org COMMENT= Converter for the Standard Hex Format (SHF) LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: ${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \ ${WRKSRC}/configure .include Index: head/converters/vda2fbd/Makefile =================================================================== --- head/converters/vda2fbd/Makefile (revision 547043) +++ head/converters/vda2fbd/Makefile (revision 547044) @@ -1,38 +1,39 @@ # Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= vda2fbd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= converters cad MASTER_SITES= http://www.dhondt.de/ MAINTAINER= ports@FreeBSD.org COMMENT= Add-on converter for CalculiX LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../LICENSE MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" YACC="${YACC}" WRKSRC_SUBDIR= src CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= model.ps.gz PLIST_FILES= bin/vda2fbd OPTIONS_DEFINE= DOCS post-build: cd ${WRKSRC}/../doc && ${GZIP_CMD} -c model.ps > model.ps.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vda2fbd ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/model.ps.gz ${STAGEDIR}${DOCSDIR} .include Index: head/deskutils/logjam/Makefile =================================================================== --- head/deskutils/logjam/Makefile (revision 547043) +++ head/deskutils/logjam/Makefile (revision 547044) @@ -1,52 +1,52 @@ # Created by: alanp@unixpower.org # $FreeBSD$ PORTNAME= logjam PORTVERSION= 4.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= http://andy-shev.github.com/LogJam/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 interface to livejournals, ie www.livejournal.com LIB_DEPENDS= libcurl.so:ftp/curl \ libdbus-glib-1.so:devel/dbus-glib CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= GTKSPELL SQLITE GTKHTML RSVG OPTIONS_DEFAULT= GTKSPELL OPTIONS_SUB= yes GTKSPELL_DESC= Support spell checking GTKHTML_DESC= Support rendering HTML RSVG_DESC= Support rendering SVG SQLITE_DESC= Use sqlite3 as a backend USES= gettext gmake gnome pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell GTKSPELL_CONFIGURE_WITH= gtkspell SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 GTKHTML_USE= GNOME=gtkhtml3 GTKHTML_CONFIGURE_WITH= gtkhtml RSVG_USE= GNOME=librsvg2 RSVG_CONFIGURE_WITH= librsvg post-patch: @${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.18|g' ${WRKSRC}/configure .include Index: head/devel/buildtool/Makefile =================================================================== --- head/devel/buildtool/Makefile (revision 547043) +++ head/devel/buildtool/Makefile (revision 547044) @@ -1,28 +1,29 @@ # Created by: Jos Backus # $FreeBSD$ PORTNAME= buildtool PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Set of portable software build utilities HAS_CONFIGURE= yes CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e "s/dprintf/debug_printf/g" \ ${WRKSRC}/bt_sh/output.h ${WRKSRC}/bt_sh/input.c \ ${WRKSRC}/bt_sh/input.c ${WRKSRC}/bt_sh/output.c .include Index: head/devel/openzz/Makefile =================================================================== --- head/devel/openzz/Makefile (revision 547043) +++ head/devel/openzz/Makefile (revision 547044) @@ -1,35 +1,35 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= openzz DISTVERSION= 1.0.4-4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4 MAINTAINER= ports@FreeBSD.org COMMENT= Interpreted dynamic parser LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} GNU_CONFIGURE= yes CFLAGS+= -Wno-return-type USES= libtool readline USE_LDCONFIG= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c @${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include Index: head/devel/sourcenav/Makefile =================================================================== --- head/devel/sourcenav/Makefile (revision 547043) +++ head/devel/sourcenav/Makefile (revision 547044) @@ -1,44 +1,44 @@ # Created by: Donald Burr # $FreeBSD$ PORTNAME= sourcenav PORTVERSION= 4.5 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/NG${PORTVERSION} DISTNAME= sourcenavigator-NG${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Source code analysis tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to build: undefined reference to fpsetround USES= shebangfix tar:bzip2 xorg SHEBANG_FILES= ${WRKSRC}/snavigator/demo/c++/contrib/perl/sample_client USE_XORG= x11 HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--prefix=${PREFIX}/sourcenav CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: ${REINPLACE_CMD} -e 's|@XINCLUDES@|-I${LOCALBASE}/include|; \ s|@XLIBSW@|-L${LOCALBASE}/lib -lX11|' ${WRKSRC}/tk/unix/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sourcenav/bin/wish8.3 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sourcenav/bin/tclsh8.3 ${RLN} ${STAGEDIR}${PREFIX}/sourcenav/bin/snavigator \ ${STAGEDIR}${PREFIX}/bin/snavigator .include Index: head/dns/checkdns/Makefile =================================================================== --- head/dns/checkdns/Makefile (revision 547043) +++ head/dns/checkdns/Makefile (revision 547044) @@ -1,43 +1,43 @@ # Created by: Ozkan KIRIK # $FreeBSD$ PORTNAME= checkdns PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.enderunix.org/checkdns/ \ http://www.trunix.org/projeler/checkdns/ MAINTAINER= ports@FreeBSD.org COMMENT= Domain name server analysis and reporting tool CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 SUB_FILES= pkg-message PORTDOCS= AUTHORS ChangeLog README THANKS TODO OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/main.c \ ${WRKSRC}/INSTALL ${WRKSRC}/README ${WRKSRC}/checkdns.conf-dist @${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC} -include string.h|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/checkdns ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/checkdns.conf-dist ${STAGEDIR}${PREFIX}/etc/ ${MKDIR} ${STAGEDIR}${DATADIR}/lang ${INSTALL_DATA} ${WRKSRC}/checkdns.css ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/lang/* ${STAGEDIR}${DATADIR}/lang do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/dns/inadyn-mt/Makefile =================================================================== --- head/dns/inadyn-mt/Makefile (revision 547043) +++ head/dns/inadyn-mt/Makefile (revision 547044) @@ -1,55 +1,56 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= inadyn-mt PORTVERSION= 02.28.10 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}.v.${PORTVERSION}/ DISTNAME= ${PORTNAME}.v.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple dynamic dns client LICENSE= GPLv3 USES= autoreconf USE_RC_SUBR= inadyn-mt GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-sound MAKE_ARGS+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}/etc" CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= readme.html AUTHORS README PORTEXAMPLES= * PLIST_FILES= bin/inadyn-mt etc/inadyn-mt/lang/en.lng \ man/man5/inadyn-mt.conf.5.gz \ man/man8/inadyn-mt.8.gz OPTIONS_DEFINE= DOCS EXAMPLES .include post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/readme.html ${WRKSRC}/src/dyndns.h pre-configure: @${REINPLACE_CMD} -e "s,INSTALL_PREFIX=.*,,g" ${WRKSRC}/configure.ac post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/inadyn-mt.conf ${STAGEDIR}${EXAMPLESDIR} .endif .include Index: head/editors/gate/Makefile =================================================================== --- head/editors/gate/Makefile (revision 547043) +++ head/editors/gate/Makefile (revision 547044) @@ -1,39 +1,39 @@ # Created by: James Howard # $FreeBSD$ PORTNAME= gate PORTVERSION= 2.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and unobtrusive line-oriented text editor BUILD_DEPENDS= aspell:textproc/aspell RUN_DEPENDS= aspell:textproc/aspell USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|^char \*malloc();||g' ${WRKSRC}/term.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gate ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gate.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gate.help ${STAGEDIR}${DATADIR} .include Index: head/editors/thoteditor/Makefile =================================================================== --- head/editors/thoteditor/Makefile (revision 547043) +++ head/editors/thoteditor/Makefile (revision 547044) @@ -1,56 +1,56 @@ # Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= thoteditor PORTVERSION= 2.1e -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Structured document editor, offering a graphical WYSIWYG interface THOT_SUBDIR= Target USES= gmake motif xorg USE_XORG= ice sm x11 xext xt WRKSRC= ${WRKDIR}/Thot/${THOT_SUBDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya \ --disable-java --disable-intr --disable-jit --disable-math \ --disable-ilu ALL_TARGET= all schemas SUB_FILES= thoteditor MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-extract: @${MKDIR} ${WRKSRC} post-patch: @${REINPLACE_CMD} 's|-g -O|${CFLAGS}|' \ ${WRKDIR}/Thot/configure @${REINPLACE_CMD} 's|%%MOTIFLIB%%|${MOTIFLIB}|' \ ${WRKDIR}/Thot/thot/Makefile.in @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ ${WRKDIR}/Thot/thotlib/base/registry.c @${REINPLACE_CMD} 's|/usr/wsrc/|/usr/tmp/|' \ ${WRKDIR}/Thot/thotlib/include/sysdep.h do-configure: (cd ${WRKSRC};../configure ${CONFIGURE_ARGS}) post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/thot/doc ${INSTALL_SCRIPT} ${WRKDIR}/thoteditor ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/Thot/tools/cextract-1.7/cextract.man \ ${STAGEDIR}${PREFIX}/man/man1/cextract.1 ${INSTALL_MAN} ${WRKDIR}/Thot/tools/cextract-1.7/cextrc.5 \ ${STAGEDIR}${PREFIX}/man/man5 .include Index: head/emulators/cinc/Makefile =================================================================== --- head/emulators/cinc/Makefile (revision 547043) +++ head/emulators/cinc/Makefile (revision 547044) @@ -1,29 +1,29 @@ # Created by: verm@drunkmonk.net # $FreeBSD$ PORTNAME= cinc PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Bell Laboratories cardiac computer emulator GNU_CONFIGURE= yes USES= gmake CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/cinc \ bin/casm post-patch: @${REINPLACE_CMD} -e 's|-I-||g; s|bindir)|DESTDIR)$$(&|' \ -e 's|/usr/bin/install|${INSTALL_PROGRAM}|' \ ${WRKSRC}/Makefile.in .include Index: head/emulators/dtcyber/Makefile =================================================================== --- head/emulators/dtcyber/Makefile (revision 547043) +++ head/emulators/dtcyber/Makefile (revision 547044) @@ -1,42 +1,42 @@ # Created by: trasz # $FreeBSD$ PORTNAME= dtcyber PORTVERSION= 2.0b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://members.iinet.net.au/~tom-hunter/ \ LOCAL/trasz DISTNAME= dtcyber20b1 MAINTAINER= ports@FreeBSD.org COMMENT= Desktop CYBER Emulator USES= dos2unix zip xorg USE_XORG= x11 NO_WRKSUBDIR= yes INSTALL_TARGET= MAKEFILE= Makefile.x11 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 SUB_FILES= pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap BROKEN_aarch64= Fails to compile: error: Unable to determine size of basic data types BROKEN_armv6= Fails to compile: error: Unable to determine size of basic data types BROKEN_armv7= Fails to compile: error: Unable to determine size of basic data types BROKEN_mips64= Fails to compile: error: Unable to determine size of basic data types do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/cyber.ini ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Os/cos.tap ${STAGEDIR}${EXAMPLESDIR} .include Index: head/emulators/e-uae/Makefile =================================================================== --- head/emulators/e-uae/Makefile (revision 547043) +++ head/emulators/e-uae/Makefile (revision 547044) @@ -1,55 +1,55 @@ # Created by: Miguel Mendez # $FreeBSD$ PORTNAME= e-uae DISTVERSION= 0.8.29.w4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= http://www.rcdrummond.net/uae/${DISTNAME}/ DISTNAME= e-uae-0.8.29-WIP4 MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced version of UAE, the Amiga emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= uae-[0-9]* USES= gmake gnome sdl tar:bzip2 USE_GNOME= gtk20 USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl --with-sdl-gfx MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= ChangeLog README bsdsocket.txt cmd-line.txt \ compiling.txt configuration.txt floppies.txt \ joystick.txt keyboard.txt scsi.txt PLIST_FILES= bin/readdisk bin/uae OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} \ -e '\,X11/xkb/rules,s,/usr/X11R6/lib,${LOCALBASE}/share,' \ -e 's,-W ,&-Wno-unused-parameter ,' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/uae ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/readdisk ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README docs/bsdsocket.txt \ docs/cmd-line.txt docs/compiling.txt docs/configuration.txt \ docs/floppies.txt docs/joystick.txt docs/keyboard.txt \ docs/scsi.txt ${STAGEDIR}${DOCSDIR}) .include Index: head/finance/wmstock/Makefile =================================================================== --- head/finance/wmstock/Makefile (revision 547043) +++ head/finance/wmstock/Makefile (revision 547044) @@ -1,29 +1,29 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= wmstock PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance windowmaker MASTER_SITES= http://www.mattfischer.com/wmstock/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s) USES= gmake shebangfix xorg USE_XORG= xpm SHEBANG_FILES= getquote CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 WRKSRC= ${WRKDIR}/wmstock/src do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/getquote ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${STAGEDIR}${PREFIX}/man/man1/wmstock.1 .include Index: head/ftp/frox/Makefile =================================================================== --- head/ftp/frox/Makefile (revision 547043) +++ head/ftp/frox/Makefile (revision 547044) @@ -1,75 +1,75 @@ # Created by: Sergey Matveychuk # $FreeBSD$ PORTNAME= frox PORTVERSION= 0.7.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://www.hollo.org/frox/download/ \ http://frox.sourceforge.net/download/ \ SF MAINTAINER= ports@FreeBSD.org COMMENT= Transparent FTP proxy with caching support LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-configfile=${PREFIX}/etc/frox.conf CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 USE_RC_SUBR= frox SUB_FILES= pkg-message PORTDOCS= SECURITY CREDITS ChangeLog FAQ.html FAQ-1.html FAQ-2.html \ FAQ-3.html FAQ-4.html FAQ-5.html FAQ-6.html FAQ-7.html \ FAQ-8.html PORTEXAMPLES= * PLIST_FILES= sbin/frox \ man/man1/frox.1.gz \ man/man5/frox.conf.5.gz OPTIONS_DEFINE= VIRUS_SCAN HTTP_CACHE LOCAL_CACHE CCP ROOT_RUN DOCS EXAMPLES OPTIONS_DEFAULT= HTTP_CACHE CCP OPTIONS_RADIO= PFILTER OPTIONS_RADIO_PFILTER= IPFILTER PF IPFILTER_DESC= Use ipfilter instead of ipfw PF_DESC= Build with pf(4) support VIRUS_SCAN_DESC= Run external virus scaner on each download HTTP_CACHE_DESC= Enable use of external cache LOCAL_CACHE_DESC= Enable use of local cache CCP_DESC= Ftp-proxy style command control programs ROOT_RUN_DESC= Allow frox running as root (not recomended) IPFILTER_CONFIGURE_ENABLE= ipfilter PF_CPPFLAGS= -DPF VIRUS_SCAN_CONFIGURE_ENABLE= virus-scan HTTP_CACHE_CONFIGURE_ENABLE= http-cache LOCAL_CACHE_CONFIGURE_ENABLE= local-cache CCP_CONFIGURE_ENABLE= ccp ROOT_RUN_CONFIGURE_ENABLE= run-as-root do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/frox ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/doc/frox.man ${STAGEDIR}${MANPREFIX}/man/man1/frox.1 ${INSTALL_MAN} ${WRKSRC}/doc/frox.conf.man ${STAGEDIR}${MANPREFIX}/man/man5/frox.conf.5 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/src/frox.conf ${STAGEDIR}${EXAMPLESDIR}/frox.conf do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/ftp/jftpgw/Makefile =================================================================== --- head/ftp/jftpgw/Makefile (revision 547043) +++ head/ftp/jftpgw/Makefile (revision 547044) @@ -1,37 +1,37 @@ # Created by: se # $FreeBSD$ PORTNAME= jftpgw PORTVERSION= 0.13.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= http://www.mcknight.de/jftpgw/ MAINTAINER= ports@FreeBSD.org COMMENT= Highly configurable FTP proxy LICENSE= GPLv2 USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-logpath=/var/log \ --enable-crypt \ --enable-sftp CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= DOCS USE_RC_SUBR= ${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${STAGEDIR}${PREFIX}/etc/ ${INSTALL_MAN} ${WRKSRC}/jftpgw.1 ${STAGEDIR}${PREFIX}/man/man1/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/jftpgw ${INSTALL_DATA} ${WRKSRC}/doc/config.html ${STAGEDIR}${PREFIX}/share/doc/jftpgw .include Index: head/ftp/ncftp3/Makefile =================================================================== --- head/ftp/ncftp3/Makefile (revision 547043) +++ head/ftp/ncftp3/Makefile (revision 547044) @@ -1,64 +1,64 @@ # Created by: ache # $FreeBSD$ PORTNAME= ncftp PORTVERSION= 3.2.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \ ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= FTP client with advanced user interface LICENSE= ARTPERL10 LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt USES= ncurses tar:xz WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_ncurses_h=yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= * LIBNCFTP= libncftp.so.3 LIBSIO= libsio.so.5 LIBSTRN= libStrn.so.1 OPTIONS_DEFINE= LIBS DOCS OPTIONS_DEFAULT=LIBS LIBS_DESC= Install optional libraries OPTIONS_SUB= yes pre-build-LIBS-on: .for dir in Strn libncftp sio ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C ${WRKSRC}/${dir} so .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin ${LN} -sf ncftpbatch ${STAGEDIR}${PREFIX}/bin/ncftpspooler ${INSTALL_MAN} ${WRKSRC}/doc/man/* ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Strn/Strn.3 ${STAGEDIR}${MANPREFIX}/man/man3 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -${RM} -r ${STAGEDIR}${DOCSDIR}/man do-install-LIBS-on: ${INSTALL_LIB} ${WRKSRC}/Strn/${LIBSTRN} ${STAGEDIR}${PREFIX}/lib .for lib in libncftp/${LIBNCFTP} sio/${LIBSIO} Strn/${LIBSTRN} ${INSTALL_LIB} ${WRKSRC}/${lib} ${STAGEDIR}${PREFIX}/lib ${LN} -sf ${lib:T} ${STAGEDIR}${PREFIX}/lib/${lib:T:R} .endfor .include Index: head/ftp/pftpd/Makefile =================================================================== --- head/ftp/pftpd/Makefile (revision 547043) +++ head/ftp/pftpd/Makefile (revision 547044) @@ -1,30 +1,31 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= pftpd PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ifm.liu.se/pub/unix/pftpd/ MAINTAINER= ports@FreeBSD.org COMMENT= Multithreaded anonymous FTP daemon GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= sbin/pftpd \ man/man1/pftpd.1.gz \ man/man1/rpad.1.gz do-install: (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${STAGEDIR}${PREFIX}/sbin) (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1) @${CAT} ${WRKSRC}/ISSUES .include Index: head/ftp/pureadmin/Makefile =================================================================== --- head/ftp/pureadmin/Makefile (revision 547043) +++ head/ftp/pureadmin/Makefile (revision 547044) @@ -1,39 +1,39 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pureadmin PORTVERSION= 0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= ftp MASTER_SITES= SF/purify/Default/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Management utility for the PureFTPd LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= fam gettext gmake gnome localbase pathfix pkgconfig USE_GNOME= intltool libglade2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes LIBS+= -lX11 -lm CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= index.txt introduction.txt main_window.txt \ preferences.txt user_manager.txt OPTIONS_DEFINE= DOCS pre-configure: @${REINPLACE_CMD} -e '/install-data-local:/s|install-docs||' ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/ftp/wzdftpd/Makefile =================================================================== --- head/ftp/wzdftpd/Makefile (revision 547043) +++ head/ftp/wzdftpd/Makefile (revision 547044) @@ -1,97 +1,97 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= wzdftpd PORTVERSION= 0.8.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Modular FTP server configurable online using SITE commands LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gettext-tools libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --without-pam --disable-bonjour INSTALL_TARGET= install-strip USE_LDCONFIG= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 USE_RC_SUBR= wzdftpd OPTIONS_DEFINE= AVAHI ICONV IPV6 MYSQL PERL PGSQL SQLITE TCL DOCS OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= AVAHI GNUTLS OPTIONS_SUB= yes ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} ICONV_CONFIGURE_OFF= --disable-utf8 ICONV_USES= iconv TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} TCL_CONFIGURE_OFF= --without-tcl TCL_USES= tcl OPENSSL_CONFIGURE_ENABLE= openssl OPENSSL_USES= ssl GNUTLS_CONFIGURE_ENABLE= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls IPV6_CONFIGURE_ENABLE= ipv6 PERL_CONFIGURE_ENABLE= perl PERL_USES= perl5 MYSQL_CONFIGURE_ENABLE= mysql MYSQL_USES= mysql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --disable-pgsql PGSQL_USES= pgsql SQLITE_CONFIGURE_ENABLE= sqlite3 SQLITE_USES= sqlite:3 AVAHI_CONFIGURE_ON= --with-zeroconf --enable-avahi AVAHI_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libavahi-core.so:net/avahi-app post-patch: @${TOUCH} ${WRKSRC}/config.rpath @${ECHO_CMD} "ACLOCAL_AMFLAGS= -I ac-helpers" >> ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e \ '/LDFLAGS/s|@PTHREAD_CFLAGS@|@LTLIBICONV@|' \ ${WRKSRC}/libwzd-core/Makefile.am @${REINPLACE_CMD} -e \ 's|INSTALLDIRS=vendor|INSTALLPRIVLIB=$${prefix}/lib| ; \ /MAKE/s| install| pure_install|' \ ${WRKSRC}/libwzd-perl/Makefile.am .for i in backends modules @${FIND} ${WRKSRC}/${i} -name "Makefile.am" | ${XARGS} \ ${REINPLACE_CMD} -e \ '/^libdir/s|$${pkgdatadir}|$${prefix}/lib/wzdftpd|' .endfor @${FIND} ${WRKSRC} -name "*_tls.c" | ${XARGS} ${REINPLACE_CMD} -e \ '//d ; \ /gcry_control/d' \ post-install: ${INSTALL_DATA} ${WRKSRC}/*.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog NEWS Permissions.ReadMeFirst README \ TLS.ReadMeFirst UPGRADING wzd_tls.cnf ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/games/bomberinstinct/Makefile =================================================================== --- head/games/bomberinstinct/Makefile (revision 547043) +++ head/games/bomberinstinct/Makefile (revision 547044) @@ -1,32 +1,32 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= bomberinstinct PORTVERSION= 0.8.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION} DISTNAME= BomberInstinct-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bomberman-like multiplayer game WRKSRC= ${WRKDIR}/${DISTNAME} USES= gettext gmake sdl USE_SDL= mixer sdl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread # Upstream is dead. CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's| Index: head/games/bygfoot/Makefile =================================================================== --- head/games/bygfoot/Makefile (revision 547043) +++ head/games/bygfoot/Makefile (revision 547044) @@ -1,31 +1,31 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= bygfoot PORTVERSION= 2.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= Football (soccer) management game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # needed to save/load games RUN_DEPENDS= zip:archivers/zip USES= gettext gnome pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 .include Index: head/games/cavezofphear/Makefile =================================================================== --- head/games/cavezofphear/Makefile (revision 547043) +++ head/games/cavezofphear/Makefile (revision 547044) @@ -1,47 +1,48 @@ # Created by: Travis Poppe # $FreeBSD$ PORTNAME= cavezofphear PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.x86.no/cavezofphear/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= phear-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Boulder Dash / Digger-like game written using ncurses LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src USES= gmake ncurses tar:bzip2 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= phear CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= ChangeLog README README-EDITOR TODO OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|\./data|${DATADIR}/data|' ${WRKSRC}/src/chk.c @${REINPLACE_CMD} -e 's|\./phear|phear|' ${WRKSRC}/README-EDITOR do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/phear ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}; ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/games/cosmo/Makefile =================================================================== --- head/games/cosmo/Makefile (revision 547043) +++ head/games/cosmo/Makefile (revision 547044) @@ -1,42 +1,42 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= cosmo PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/other-sources/jp DISTFILES= ${DISTNAME}${EXTRACT_SUFX} moon.tif.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Cosmo Gang the Puzzle (Namco) NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo USES= imake:notall,noman xorg USE_XORG= x11 xext CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/cosmo ${INSTALL_PROGRAM} ${WRKSRC}/cosmo ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/cosmorc ${STAGEDIR}${PREFIX}/lib/X11/cosmo ${MKDIR} ${STAGEDIR}/var/games/cosmo ${ECHO_CMD} > ${STAGEDIR}/var/games/cosmo/best.dat.sample ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moon.tif.gz \ ${STAGEDIR}${PREFIX}/lib/X11/cosmo .include Index: head/games/cre/Makefile =================================================================== --- head/games/cre/Makefile (revision 547043) +++ head/games/cre/Makefile (revision 547044) @@ -1,52 +1,52 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= cre DISTVERSION= 1.2beta_r2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/1.2%20BETA%2C%20Release%202 DISTNAME= ${PORTNAME}_${DISTVERSION}_src MAINTAINER= ports@FreeBSD.org COMMENT= Corewars Redcode Evolver LICENSE= GPLv2+ PD LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.TXT USES= dos2unix DOS2UNIX_GLOB= *.txt NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/${PORTNAME} PORTDOCS= CRE_Manual.txt Exhaust_README.txt OPTIONS_DEFINE= DOCS post-extract: @${CP} ${FILESDIR}/${MAKEFILE} ${BUILD_WRKSRC} @cd ${WRKSRC} && ${MV} "CRE Manual.txt" CRE_Manual.txt && \ ${MV} "Exhaust README.txt" Exhaust_README.txt post-patch: @cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e '/memwatch\.h/d' \ asm.c pspace.c sim.c @cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} \ -e 's|random[[:blank:]]*(|myrandom(|' \ battler.c generator.c globals.h Main.c do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/drm/Makefile =================================================================== --- head/games/drm/Makefile (revision 547043) +++ head/games/drm/Makefile (revision 547044) @@ -1,28 +1,29 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= drm PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SUNSITE/games/arcade DISTNAME= dr_mario MAINTAINER= ports@FreeBSD.org COMMENT= Very simple Tetris-style game ALL_TARGET= bugs USES= ncurses tar:Z CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bugs ${STAGEDIR}${PREFIX}/bin/drm @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/games/ezquake/Makefile =================================================================== --- head/games/ezquake/Makefile (revision 547043) +++ head/games/ezquake/Makefile (revision 547044) @@ -1,95 +1,95 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= ezquake PORTVERSION= 1.9 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}:ezquake \ http://www.winimage.com/zLibDll/:minizip DISTFILES= ${PORTNAME}_source_${PORTVERSION}.7z:ezquake \ ${PORTNAME}_linux-x86_${PORTVERSION}${EXTRACT_SUFX}:ezquake \ unzip101e.zip:minizip MAINTAINER= ports@FreeBSD.org COMMENT= Modern QuakeWorld client EXTRACT_DEPENDS=${UNZIP_CMD}:archivers/unzip \ 7z:archivers/p7zip LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpcre.so:devel/pcre \ libpng.so:graphics/png USES= gmake tcl dos2unix DOS2UNIX_GLOB= *.[ch] Makefile* USE_CSTD= gnu89 MAKE_ENV= TCL_SUFX=${TCL_SHLIB_VER} .for v in TCL_INCLUDEDIR TCL_LIBDIR DATADIR MAKE_ENV+= ${v}="${${v}}" .endfor WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//}_stable_sources OPTIONS_MULTI= OUTPUT OPTIONS_MULTI_OUTPUT= X11 OPENGL OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPENGL X11 OPTIMIZED_CFLAGS OPTIONS_SUB= yes OPENGL_USES= gl jpeg OPENGL_USE= GL=yes X11_USES= xorg X11_USE= XORG=xxf86dga BROKEN_powerpc= Does not install on powerpc: signal 2 # Fix with clang11 CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and out of date +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 .include "${.CURDIR}/../quake-data/Makefile.include" .include .if ${PORT_OPTIONS:MOPENGL} ALL_TARGET+= glx .endif .if ${PORT_OPTIONS:MX11} ALL_TARGET+= x11 .endif .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} MAKE_ENV+= USE_OPTIMIZED_CFLAGS=YES .else MAKE_ENV+= USE_OPTIMIZED_CFLAGS=NO .endif do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR} && \ ${UNZIP_CMD} -qo ${DISTDIR}/${DISTFILES:C/:.*//:M*.zip} && \ ${TAR} zxf ${DISTDIR}/${DISTFILES:C/:.*//:M*.tar.gz} && \ 7z x ${DISTDIR}/${DISTFILES:C/:.*//:M*.7z} >/dev/null @${LN} -s ${WRKSRC}/libs/asmlib.h ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's|libtcl\.so|libtcl${TCL_VER:S/.//}|' \ ${WRKSRC}/embed_tcl.h do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKDIR} && ${COPYTREE_SHARE} "ezquake qw" ${STAGEDIR}${DATADIR}) .if ${PORT_OPTIONS:MOPENGL} ${INSTALL_PROGRAM} ${WRKSRC}/release/ezquake-gl.glx \ ${STAGEDIR}${PREFIX}/bin/ezquake-glx .endif .if ${PORT_OPTIONS:MX11} ${INSTALL_PROGRAM} ${WRKSRC}/release/ezquake.x11 \ ${STAGEDIR}${PREFIX}/bin/ezquake-x11 .endif .include Index: head/games/vms-empire/Makefile =================================================================== --- head/games/vms-empire/Makefile (revision 547043) +++ head/games/vms-empire/Makefile (revision 547044) @@ -1,42 +1,43 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= vms-empire PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ MAINTAINER= ports@FreeBSD.org COMMENT= Simulation of a full-scale war between two emperors LICENSE= GPLv2 USES= ncurses MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" PORTDOCS= AUTHORS BUGS HACKING NEWS README OPTIONS_DEFINE= DOCS CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and outdated +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/${PORTNAME} \ man/man6/${PORTNAME}.6.gz \ share/appdata/${PORTNAME}.xml \ ${DESKTOPDIR}/${PORTNAME}.desktop \ share/icons/hicolor/48x48/apps/${PORTNAME}.png post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|; \ s|/usr/bin|${PREFIX}/bin|; \ s|/usr/share/|${PREFIX}/share/|; \ s|/usr/local/share/man|${PREFIX}/man|' \ ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/irc/hybserv/Makefile =================================================================== --- head/irc/hybserv/Makefile (revision 547043) +++ head/irc/hybserv/Makefile (revision 547044) @@ -1,48 +1,49 @@ # Created by: Rick Fournier # $FreeBSD$ PORTNAME= hybserv DISTVERSIONPREFIX= REL_ DISTVERSION= 1_9_5 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= ports@FreeBSD.org COMMENT= Hybrid2 IRC Services LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= dkorunic GH_PROJECT= ${PORTNAME}2 USES= gmake GNU_CONFIGURE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 USERS= ${PORTNAME} GROUPS= ${USERS} OPTIONS_DEFINE= DAEMONTOOLS DAEMONTOOLS_DESC= Daemontools support DAEMONTOOLS_RUN_DEPENDS= supervise:sysutils/daemontools DAEMONTOOLS_CONFIGURE_ENABLE= daemontools post-patch: @${REINPLACE_CMD} -E -e '/(LN)/ s,BINDIR),DESTDIR)$$(&,2' \ -e '/(LN)/! s,(BIN|CONF|DOC|HELP|LOG)DIR),DESTDIR)$$(&,' \ ${WRKSRC}/Makefile.in post-install: @${SED} -e "s#%PREFIX%#${PREFIX}#" ${FILESDIR}/hybserv.sh \ > ${WRKDIR}/hybserv.sh ${INSTALL_SCRIPT} ${WRKDIR}/hybserv.sh ${STAGEDIR}${PREFIX}/etc/rc.d ${CHMOD} 700 ${STAGEDIR}${PREFIX}/hybserv (cd ${STAGEDIR}${PREFIX}/hybserv && ${STRIP_CMD} hybserv mkpasswd \ encryptconf encryptdb) .include Index: head/irc/xaric/Makefile =================================================================== --- head/irc/xaric/Makefile (revision 547043) +++ head/irc/xaric/Makefile (revision 547044) @@ -1,30 +1,31 @@ # Created by: alanp@unixpower.org # $FreeBSD$ PORTNAME= xaric PORTVERSION= 0.13.7 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://xaric.org/software/xaric/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= IRC Client similer to BitchX or ircII GNU_CONFIGURE= yes USES= gmake ncurses pathfix ssl CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xaric ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xaric.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/help ${INSTALL_DATA} ${WRKSRC}/help/* ${STAGEDIR}${DATADIR}/help .include Index: head/mail/crm114/Makefile =================================================================== --- head/mail/crm114/Makefile (revision 547043) +++ head/mail/crm114/Makefile (revision 547044) @@ -1,97 +1,97 @@ # Created by: Meno Abels # $FreeBSD$ PORTNAME= crm114 PORTVERSION= 20100106 -PORTREVISION= 4 +PORTREVISION= 5 # WARNING change versionname in CRM114RELEASENAME too. # portlint didn't like this variable at this place. # So I have to put it down in this file. CATEGORIES= mail MASTER_SITES= http://crm114.sourceforge.net/tarballs/ # Oliver Eikemeier recommended the following construction # to avoid the reduncany of the CRM114RELEASENAME and .src and # .css extention. DISTNAME= ${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.src MAINTAINER= ports@FreeBSD.org COMMENT= Markov based SpamFilter LICENSE= GPLv2 LIB_DEPENDS= libtre.so:textproc/libtre CRM114RELEASENAME=BlameMichelson USE_CSTD=gnu89 OPTIONS_DEFINE= NORMALIZEMIME DOCS EXAMPLES NORMALIZEMIME_DESC= Normalize MIME encoding MAKE_ARGS= CC="${CC}" prefix="${STAGEDIR}${PREFIX}" \ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed CFLAGS+= -DVERSION='\"${PORTVERSION}-${CRM114RELEASENAME}\"' CFLAGS+= -DNO_LOGL CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 INSTALL_TARGET= install_binary_only CRM_FILES= mailfilter.crm mailfilter.cf mailreaver.crm mailtrainer.crm \ maillib.crm shuffle.crm rewriteutil.crm rewrites.mfp \ whitelist.mfp blacklist.mfp priolist.mfp priolist.mfp.example \ blacklist.mfp.example whitelist.mfp.example crm114-mode.el \ reto_procmailrc.recipe .include post-patch: @${REINPLACE_CMD} -E \ -e 's,^((LD|C)FLAGS),#\1,;;s,^(prefix=),#\1,;;s,^(.*-install),#\1,' \ -e 's,crmregex_tre.c,crmregex_tre.o,' ${WRKSRC}/Makefile # Peter Jeremy recommended the use of b64decode and md5 20040302 post-install: ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/bin/crm \ ${STAGEDIR}${PREFIX}/bin/cssdiff \ ${STAGEDIR}${PREFIX}/bin/cssutil \ ${STAGEDIR}${PREFIX}/bin/osbf-util \ ${STAGEDIR}${PREFIX}/bin/cssmerge @${REINPLACE_CMD} -Ee 's|^(.*/openssl base64 -d/)|#\1|' \ -e 's|/mewdecode/|/b64decode -pr/|' ${WRKSRC}/mailfilter.cf @${REINPLACE_CMD} -e 's|/md5sum/|/md5 -r/|' \ -e 's|#!.*/usr/bin/crm.*|#!${PREFIX}/bin/crm|' \ ${WRKSRC}/mailfilter.crm ${WRKSRC}/mailtrainer.crm \ ${WRKSRC}/rewriteutil.crm \ ${WRKSRC}/mailreaver.crm ${WRKSRC}/shuffle.crm @for i in priolist.mfp whitelist.mfp; do \ ${CP} ${WRKSRC}/$${i}.example ${WRKSRC}/$${i}; \ done .if ${PORT_OPTIONS:MNORMALIZEMIME} @${REINPLACE_CMD} -Ee 's|^#(.*/normalizemime/)|\1|' \ ${WRKSRC}/mailfilter.cf .else @${REINPLACE_CMD} -Ee 's|^#(.*/b64decode -pr/)|\1|' \ ${WRKSRC}/mailfilter.cf .endif @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} for i in ${CRM_FILES}; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} ${STAGEDIR}${EXAMPLESDIR}; \ done .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} @for i in ${WRKSRC}/[^G]*.txt ${WRKSRC}/README; do \ ${INSTALL_DATA} $${i} ${STAGEDIR}${DOCSDIR}; \ done .endif .include Index: head/mail/elmo/Makefile =================================================================== --- head/mail/elmo/Makefile (revision 547043) +++ head/mail/elmo/Makefile (revision 547044) @@ -1,41 +1,41 @@ # Created by: trevor # $FreeBSD$ PORTNAME= elmo PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Receive, filter, read, compose, and send mail at the text console LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= elmo-devel-[0-9]* GNU_CONFIGURE= yes USES= iconv localbase ncurses shebangfix perl5 ssl SHEBANG_FILES= src/elmoconf.pl USE_PERL5= run CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= GPGME NLS OPTIONS_SUB= yes GPGME_DESC= GnuPG support using GPGME GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_ENV_OFF=ac_cv_header_gpgme_h=no NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}" NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure .include Index: head/misc/cave/Makefile =================================================================== --- head/misc/cave/Makefile (revision 547043) +++ head/misc/cave/Makefile (revision 547044) @@ -1,30 +1,31 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= cave PORTVERSION= 1.0b +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Character Animation Viewer for Everyone LICENSE= GPLv2+ USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= LIBS="${LDFLAGS} -lncurses" CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_FILES= bin/${PORTNAME} \ man/man1/cave.1.gz post-patch: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1 .include Index: head/misc/floatator/Makefile =================================================================== --- head/misc/floatator/Makefile (revision 547043) +++ head/misc/floatator/Makefile (revision 547044) @@ -1,32 +1,32 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= floatator PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://floatator.cichon.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive fluid dynamics simulation WRKSRC= ${WRKDIR}/${PORTNAME} PORTSCOUT= skipv:0.9.1 USES= motif MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib" PLIST_FILES= bin/floatator bin/floatator_X_interface MAKE_JOBS_UNSAFE= yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 do-install: .for f in floatator floatator_X_interface ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .include Index: head/multimedia/transcode/Makefile =================================================================== --- head/multimedia/transcode/Makefile (revision 547043) +++ head/multimedia/transcode/Makefile (revision 547044) @@ -1,167 +1,167 @@ # Created by: Hendrik Scholz # $FreeBSD$ PORTNAME= transcode PORTVERSION= 1.1.7 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/france/transcode-tcforge/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Text-console utility for video stream processing LICENSE= GPLv2 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg USE_LDCONFIG= yes USES= gmake libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \ XVID X264 OGG VORBIS THEORA DVDREAD DV QUICKTIME LZO A52 \ FAAC LIBXML2 MJPEGTOOLS SDL IMAGEMAGICK JPEG ICONV V4L OPTIONS_DEFAULT= LAME DVDREAD JPEG ICONV BKTR_DESC= Bktr capture card support POSTPROC_DESC= Libpostproc support DVDREAD_DESC= Libdvdread support LZO_DESC= LZO compression support X11_USES= xorg X11_USE= xorg=xv,xaw,xpm X11_CONFIGURE_WITH= x MPEG2_LIB_DEPENDS= libmpeg2.so:multimedia/libmpeg2 MPEG2_CONFIGURE_ENABLE= libmpeg2 libmpeg2convert BKTR_CONFIGURE_ENABLE= bktr POSTPROC_CONFIGURE_ENABLE= libpostproc FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_CONFIGURE_ENABLE= freetype2 LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LAME_CONFIGURE_ENABLE= lame LAME_CONFIGURE_ON= --with-lame-prefix=${LOCALBASE} XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid XVID_CONFIGURE_ENABLE= xvid XVID_CONFIGURE_ON= --with-xvid-prefix=${LOCALBASE} X264_LIB_DEPENDS= libx264.so:multimedia/libx264 X264_CONFIGURE_ENABLE= x264 OGG_LIB_DEPENDS= libogg.so:audio/libogg OGG_CONFIGURE_ENABLE= ogg VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_CONFIGURE_ENABLE= vorbis THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora THEORA_CONFIGURE_ENABLE= theora DVDREAD_LIB_DEPENDS= libdvdread.so:multimedia/libdvdread DVDREAD_CONFIGURE_ENABLE= libdvdread DVDREAD_CONFIGURE_ON= --with-libdvdread-prefix=${LOCALBASE} DV_LIB_DEPENDS= libdv.so:multimedia/libdv DV_CONFIGURE_ENABLE= libdv QUICKTIME_LIB_DEPENDS= libquicktime.so:multimedia/libquicktime QUICKTIME_CONFIGURE_ENABLE= libquicktime LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 LZO_CONFIGURE_ENABLE= lzo LZO_CONFIGURE_ON= --with-lzo-prefix=${LOCALBASE} --with-lzo-includes=${LOCALBASE} A52_LIB_DEPENDS= liba52.so:audio/liba52 A52_CONFIGURE_ENABLE= a52 A52_CONFIGURE_ON= --with-a52-prefix=${LOCALBASE} FAAC_LIB_DEPENDS= libfaac.so:audio/faac FAAC_CONFIGURE_ENABLE= faac FAAC_CONFIGURE_ON= --with-faac-prefix=${LOCALBASE} LIBXML2_USES= gnome LIBXML2_USE= GNOME=libxml2 LIBXML2_CONFIGURE_ENABLE= libxml2 MJPEGTOOLS_LIB_DEPENDS= liblavjpeg.so:multimedia/mjpegtools MJPEGTOOLS_CONFIGURE_ENABLE= mjpegtools SDL_USES= sdl SDL_USE= SDL=sdl SDL_CONFIGURE_ENABLE= sdl IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick-prefix=${LOCALBASE} JPEG_USES= jpeg JPEG_CONFIGURE_ENABLE= libjpeg JPEG_CONFIGURE_ON= --with-libjpeg-prefix=${LOCALBASE} ICONV_USES= iconv ICONV_CONFIGURE_ENABLE= iconv ICONV_CONFIGURE_ON= --with-iconv-prefix=${ICONV_PREFIX} V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_CONFIGURE_ENABLE= v4l .include LDFLAGS_i386+= -Wl,-z,notext .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=no \ ac_cv_lib_iconv_libiconv_open=no .endif post-extract: @${RM} ${WRKSRC}/import/v4l/videodev* post-patch: @${REINPLACE_CMD} -E -e 's|loff_t|uint64_t|' ${WRKSRC}/avilib/avidump.c @${REINPLACE_CMD} -E -e 's|> ${TMPPLIST}) .include Index: head/security/bugs/Makefile =================================================================== --- head/security/bugs/Makefile (revision 547043) +++ head/security/bugs/Makefile (revision 547044) @@ -1,61 +1,61 @@ # Created by: Stephane Legrand # $FreeBSD$ PORTNAME= bugs PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SUNSITE/apps/crypto MAINTAINER= ports@FreeBSD.org COMMENT= Great cryptographic library and sample programs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:tgz MAKE_ARGS= CC="${CC}" BFLAG="${CFLAGS}" \ INSTALL_PATH="${PREFIX}/${DISTNAME}" TEST_TARGET= test CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR= ${PREFIX}/${DISTNAME}/doc OPTIONS_DEFINE= DOCS post-patch: # Allow parallel builds (-jX): fix make(1) syntax, register dependencies @${REINPLACE_CMD} -E 's+cd (.*); make+$$(MAKE) -C \1+' \ ${WRKSRC}/Makefile.bsd @${ECHO_CMD} 'apps: lib' >> ${WRKSRC}/Makefile.bsd @${REINPLACE_CMD} -E '/^(bcrypt|bchat|bpass|blogin|bkey|bpassdel|bmore|block|bunlock|shell):/s+ *$$+ extra.o+' \ ${WRKSRC}/apps/Makefile.bsd post-configure: ${MAKE_CMD} -C ${WRKSRC} bsd @${REINPLACE_CMD} -e 's/^install: instchoice all/install: instchoice/' ${WRKSRC}/Makefile; @${REINPLACE_CMD} -e 's+\(@echo "Copying docs.*\)+# \1+' ${WRKSRC}/Makefile; @${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile post-build: @${LN} -sf ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${DISTNAME}/include ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/${DISTNAME}/include .for file in bchat bcrypt bhide bkey block blogin bmore bpass bpassdel bunlock @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${DISTNAME}/${file} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/security/dmitry/Makefile =================================================================== --- head/security/dmitry/Makefile (revision 547043) +++ head/security/dmitry/Makefile (revision 547044) @@ -1,30 +1,31 @@ # Created by: Vaida Bogdan # $FreeBSD$ PORTNAME= dmitry PORTVERSION= 1.3a +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= PACKETSTORM/UNIX/misc DISTNAME= DMitry-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Deepmagic Information Gathering Tool GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} PLIST_FILES= bin/dmitry man/man1/dmitry.1.gz PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/security/doorman/Makefile =================================================================== --- head/security/doorman/Makefile (revision 547043) +++ head/security/doorman/Makefile (revision 547044) @@ -1,50 +1,50 @@ # Created by: Aaron Dalton # $FreeBSD$ PORTNAME= doorman PORTVERSION= 0.81 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Port knocking implementation, both daemon and client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lsof:sysutils/lsof RUN_DEPENDS:= ${BUILD_DEPENDS} PATCH_STRIP= -p1 USES= shebangfix tar:tgz SHEBANG_FILES= ipfw_add ipfw_delete \ pfctl_add pfctl_delete GNU_CONFIGURE= yes INSTALL_TARGET= installdirs install-exec install-data CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 SUB_FILES= pkg-message doormand.cf.EXAMPLE USE_RC_SUBR= doorman pre-patch: @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \ ${WRKSRC}/doormand.c post-install: ${RM} ${STAGEDIR}${PREFIX}/etc/doormand/ipf_add (cd ${FILESDIR} && ${INSTALL_SCRIPT} ipf_add.atend ipf_delete \ ipf_add.before_block ${STAGEDIR}${PREFIX}/etc/doormand) ${INSTALL_DATA} ${WRKDIR}/doormand.cf.EXAMPLE \ ${STAGEDIR}${PREFIX}/etc/doormand ${INSTALL_MAN} -C ${WRKSRC}/knock.1 ${STAGEDIR}${PREFIX}/man/man1 (cd ${WRKSRC} && ${INSTALL_MAN} -C knockcf.5 doormand.cf.5 guestlist.5 \ ${STAGEDIR}${PREFIX}/man/man5) ${INSTALL_MAN} -C ${WRKSRC}/doormand.8 ${STAGEDIR}${PREFIX}/man/man8 .include Index: head/shells/esh/Makefile =================================================================== --- head/shells/esh/Makefile (revision 547043) +++ head/shells/esh/Makefile (revision 547044) @@ -1,40 +1,40 @@ # Created by: nectar@FreeBSD.org # $FreeBSD$ PORTNAME= esh PORTVERSION= 0.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= The "easy shell", a small shell with Lisp-like syntax LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} USES= ncurses readline MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \ LIB="${LDFLAGS} -lreadline -lncurses" INFO= esh CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e \ 's||| ; \ s|||' ${WRKSRC}/read-rl.c pre-build: @(cd ${WRKSRC} && ${MAKE} clean) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${STAGEDIR}${PREFIX}/bin/esh ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include Index: head/sysutils/cpu/Makefile =================================================================== --- head/sysutils/cpu/Makefile (revision 547043) +++ head/sysutils/cpu/Makefile (revision 547044) @@ -1,26 +1,26 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= cpu PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Change Password Utility for LDAP USES= tar:bzip2 libtool GNU_CONFIGURE= yes USE_OPENLDAP= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE} INSTALL_TARGET= install-strip CPPFLAGS+= -DLDAP_DEPRECATED CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 .include Index: head/x11/bricons/Makefile =================================================================== --- head/x11/bricons/Makefile (revision 547043) +++ head/x11/bricons/Makefile (revision 547044) @@ -1,38 +1,38 @@ # Created by: shanee@augusta.de # $FreeBSD$ PORTNAME= bricons PORTVERSION= 3.0 DISTVERSIONPREFIX= athena- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= XCONTRIB/../R5contrib MAINTAINER= ports@FreeBSD.org COMMENT= Quick start up utility for applications on an X display WRKSRC= ${WRKDIR}/${PORTNAME} USES= imake perl5 tar:Z xorg USE_PERL5= build USE_XORG= xaw CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Xbricons @${REINPLACE_CMD} -e \ 's|^unsigned int argc|int argc|' ${WRKSRC}/main.c post-install: ${INSTALL_DATA} ${WRKSRC}/Xbricons ${STAGEDIR}${PREFIX}/lib/X11/app-defaults @${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/bitmaps ${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${STAGEDIR}${PREFIX}/include/X11/bitmaps @${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps ${INSTALL_DATA} ${WRKSRC}/*.xpm ${STAGEDIR}${PREFIX}/include/X11/pixmaps .include Index: head/x11/tycoon/Makefile =================================================================== --- head/x11/tycoon/Makefile (revision 547043) +++ head/x11/tycoon/Makefile (revision 547044) @@ -1,35 +1,35 @@ # Created by: steve@farrell.org # $FreeBSD$ PORTNAME= tycoon PORTVERSION= 1.07o -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= SUNSITE/X11/desktop MAINTAINER= ports@FreeBSD.org COMMENT= Nifty set of desktop apps, including floating buttons -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 LIB_DEPENDS= libforms.so:x11-toolkits/xforms USES= imake xorg USE_XORG= xaw post-patch: @${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ ${WRKSRC}/xbackdrop/backdrops/index @${REINPLACE_CMD} -e 's|^update_file|void update_file|' \ ${WRKSRC}/xchooser/xchooser.c @${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' pre-configure: @${RM} ${WRKSRC}/xbackdrop/backdrops/index?* .include Index: head/x11/wmmatrix/Makefile =================================================================== --- head/x11/wmmatrix/Makefile (revision 547043) +++ head/x11/wmmatrix/Makefile (revision 547044) @@ -1,31 +1,31 @@ # Created by: Brian Handy # $FreeBSD$ PORTNAME= wmmatrix PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DockApp that runs a version of the xmatrix screenhack -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/wmmatrix USES= gmake xorg USE_XORG= xpm ALL_TARGET= clean all do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix .include Index: head/x11/wmxss/Makefile =================================================================== --- head/x11/wmxss/Makefile (revision 547043) +++ head/x11/wmxss/Makefile (revision 547044) @@ -1,32 +1,32 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= wmxss PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Run xscreensaver modules inside a WindowMaker dock -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 USES= uidfix xorg USE_XORG= x11 xpm PLIST_FILES= bin/wmxss WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src post-extract: @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} .nfs* ) post-patch: @${REINPLACE_CMD} -E \ -e 's|-O2||' \ ${BUILD_WRKSRC}/${MAKEFILE} .include Index: head/x11/xbanner/Makefile =================================================================== --- head/x11/xbanner/Makefile (revision 547043) +++ head/x11/xbanner/Makefile (revision 547044) @@ -1,41 +1,41 @@ # Created by: giffunip@asme.org # $FreeBSD$ PORTNAME= xbanner PORTVERSION= 1.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SUNSITE/X11/xutils DISTNAME= XBanner${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Make your XDM login screen look beautiful -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 USES= xorg USE_XORG= x11 xpm OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xres.c ${WRKSRC}/samples/XBanner.ad post-install: ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XBanner post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/XBanner ${INSTALL_DATA} ${WRKSRC}/QuickStart ${STAGEDIR}${PREFIX}/share/doc/XBanner ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${PREFIX}/share/doc/XBanner @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/XBanner ${INSTALL_DATA} ${WRKSRC}/samples/_other_ideas/* \ ${STAGEDIR}${PREFIX}/share/examples/XBanner .include Index: head/x11/xgrab/Makefile =================================================================== --- head/x11/xgrab/Makefile (revision 547043) +++ head/x11/xgrab/Makefile (revision 547044) @@ -1,34 +1,34 @@ # Created by: jmz # $FreeBSD$ PORTNAME= xgrab PORTVERSION= 2.41 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= XCONTRIB/applications DISTNAME= ${PORTNAME}sc.2_41 MAINTAINER= ports@FreeBSD.org COMMENT= X11 image grabber BUILD_DEPENDS= xrdb:x11/xrdb BROKEN_armv6= fails to install: xrdb: Socket is not connected: Can't open display ':0' BROKEN_armv7= fails to install: xrdb: Socket is not connected: Can't open display ':0' -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 USES= display:build imake:notall tar:Z xorg USE_XORG= x11 xaw MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f CFLAGS+= -Wno-error=return-type post-patch: @${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c .include Index: head/x11/xmascot/Makefile =================================================================== --- head/x11/xmascot/Makefile (revision 547043) +++ head/x11/xmascot/Makefile (revision 547044) @@ -1,34 +1,34 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= xmascot PORTVERSION= 2.6a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://cclub-flying.dsl.gr.jp/products/xmascot/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Moving mascot on your X11 screen -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11). +EXPIRATION_DATE=2021-04-01 USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt MAKE_ARGS= MAKE="${MAKE_CMD}" # Unbreak parallel (-jX) builds: do not use unsafe MakeSubdirs() macro post-patch: @${REINPLACE_CMD} -e 's/MakeSubdirs(/Named&$$(IMAGELIB),/' \ ${WRKSRC}/Imakefile post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \ ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults .include Index: head/x11/xmon/Makefile =================================================================== --- head/x11/xmon/Makefile (revision 547043) +++ head/x11/xmon/Makefile (revision 547044) @@ -1,24 +1,24 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= xmon PORTVERSION= 1.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= XCONTRIB/devel_tools DISTNAME= xmon.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Raw X11 protocol analyser -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 WRKSRC= ${WRKDIR}/xmon.${PORTVERSION} USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xt .include Index: head/x11/xnee/Makefile =================================================================== --- head/x11/xnee/Makefile (revision 547043) +++ head/x11/xnee/Makefile (revision 547044) @@ -1,61 +1,61 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= xnee PORTVERSION= 3.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= X11 events recorder and player LICENSE= GPLv3 -# Fix build with llvm 11 +# Fix build with -fno-common (llvm 11) CFLAGS+= -fcommon -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2020-09-30 +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 GNU_CONFIGURE= yes USES= gmake pathfix xorg USE_XORG= xtst CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 INFO= ${PORTNAME} OPTIONS_DEFINE= GNEE OPTIONS_SUB= yes GNEE_DESC= GUI frontend GNEE_CONFIGURE_ENABLE= gui GNEE_USES= gnome pkgconfig GNEE_USE= GNOME=gtk20 GNEE_DESKTOP_ENTRIES= "Gnee" "" "${PORTNAME}.png" \ "gnee" "Development;" true post-patch: @${REINPLACE_CMD} -e \ 's|$${libdir}/gnome-panel|$${prefix}/libexec|g ; \ s|$${libdir}/bonobo/|$${prefix}/libdata/bonobo/|g ; \ s|"CCC"|""|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|@PIXMAP_DIR@|pixmap|g ; \ s|@DOC_DIR@||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in @${REINPLACE_CMD} -e \ 's|: install-docDATA|:|g' ${WRKSRC}/cnee/src/Makefile.in @${REINPLACE_CMD} -e \ 's|$$(libgnomeui_CFLAGS)||g ; \ s|$$(libgnomeui_LIBS)||g' ${WRKSRC}/gnee/src/Makefile.in @${REINPLACE_CMD} -e \ 's|src test|src|g' ${WRKSRC}/libxnee/Makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include