diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 2dab15df1808..8da4ad30dff7 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,34 +1,33 @@ PORTNAME= cpio DISTVERSION= 2.15 PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= GNU PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU cpio copies files to and from archives WWW= https://www.gnu.org/software/cpio/ LICENSE= GPLv3 TEST_DEPENDS= autom4te:devel/autoconf USES= cpe tar:bzip2 CPE_VENDOR= gnu GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --program-prefix=g \ --with-rmt=/etc/rmt TEST_TARGET= check INFO= cpio OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index b028961f4c6f..6fe33eaed331 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,44 +1,43 @@ PORTNAME= tar DISTVERSION= 1.35 PORTREVISION= 1 CATEGORIES= archivers sysutils MASTER_SITES= GNU PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tape archiver WWW= https://www.gnu.org/software/tar/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix cpe iconv:${STATIC_ARGS} localbase tar:xz CPE_VENDOR= gnu GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --program-prefix=g # unbuckle safety belt: FreeBSD/i386 still has 32-bit time_t CONFIGURE_ARGS+=--disable-year2038 CONFIGURE_ENV= DEFAULT_RMT_COMMAND=/etc/rmt # supply result to skip a test that will abort configure if run as root CONFIGURE_ENV+= gl_cv_func_mknod_works=yes INFO= tar # 1.35 has too many problems in the testsuite: # missing .at source files, bashisms, brittle xz tests #TEST_TARGET= check OPTIONS_DEFINE= NLS STATIC OPTIONS_SUB= yes NLS_USES= gettext-runtime:${STATIC_ARGS} NLS_CONFIGURE_ENABLE= nls STATIC_LDFLAGS= -static STATIC_CONFIGURE_ENV= SHLIBEXT="" STATIC_VARS= STATIC_ARGS=build STATIC_VARS_OFF= STATIC_ARGS=lib .include diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 5375f7a7f01b..1eba0086f183 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,49 +1,48 @@ PORTNAME= flac DISTVERSION= 1.4.3 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ https://github.com/xiph/flac/releases/download/${DISTVERSION}/ MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec WWW= https://www.xiph.org/flac/ LICENSE= BSD3CLAUSE GFDL GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.Xiph LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.FDL LIB_DEPENDS= libogg.so:audio/libogg USES= compiler:c11 cpe iconv libtool pathfix pkgconfig tar:xz CPE_VENDOR= flac_project # Preserve UTF-8 filenames in test/flac-to-flac-metadata-test-files/. # They are referenced by the test suite. EXTRACT_CMD= ${SETENV} LC_ALL=C.UTF-8 ${TAR} USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static \ --with-ogg="${LOCALBASE}" \ --disable-doxygen-docs \ --disable-thorough-tests INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS .include # test_libFLAC: # "iterator claims file is writable when tester thinks it should not be" .if ${UID} == 0 do-test: @${ECHO_MSG} "The tests cannot be run as root, skipping." .endif .include diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 4341de1408b7..8e09f2029c7d 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,44 +1,43 @@ PORTNAME= libao PORTVERSION= 1.2.0 PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library WWW= https://www.xiph.org/ao/ LICENSE= GPLv2 USES= cpe libtool pathfix pkgconfig CPE_VENDOR= xiph USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static \ --disable-alsa \ --disable-arts \ --disable-esd INSTALL_TARGET= install-strip # do not install MAKE_ARGS= ckport_DATA="" OPTIONS_DEFINE= DOCS NAS PULSEAUDIO SNDIO OPTIONS_SUB= yes NAS_LIB_DEPENDS=libaudio.so:audio/nas NAS_CONFIGURE_ENABLE= nas PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulse SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_USES= localbase post-patch: @${REINPLACE_CMD} -e 's|/etc/libao.conf|${PREFIX}&|' \ ${WRKSRC}/libao.conf.5 ${WRKSRC}/include/ao/ao_private.h \ ${WRKSRC}/doc/config.html .include diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 4b61c3b38f33..c10c5af7fd38 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -1,34 +1,33 @@ PORTNAME= mpg321 PORTVERSION= 0.2.10 PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= naddy@FreeBSD.org COMMENT= Command-line MP3 player, compatible with mpg123 WWW= https://mpg321.sourceforge.net/ LIB_DEPENDS= libao.so:audio/libao \ libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad USES= cpe CPE_VENDOR= mpg321_project GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-mpg123-symlink CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/mpg321 share/man/man1/mpg321.1.gz OPTIONS_DEFINE= SCROBBLER SCROBBLER_DESC= Last.fm Audioscrobbler support SCROBBLER_RUN_DEPENDS= scrobbler-helper:audio/p5-Audio-Scrobbler SCROBBLER_PATCHFILES= mpg321-0.2.10-scrobbler-01.patch:scrobbler SCROBBLER_PATCH_SITES= http://people.FreeBSD.org/~roam/ports/audio/:scrobbler \ http://devel.ringlet.net/audio/mpg321-scrobbler/:scrobbler .include diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index 397db842b87e..5affac5890a9 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -1,27 +1,26 @@ PORTNAME= opus-tools PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files WWW= https://opus-codec.org/ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libopusenc.so:audio/libopusenc \ libopus.so:audio/opus \ libopusfile.so:audio/opusfile USES= pkgconfig GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-maintainer-mode .include diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 4b6694c95bc5..0d8b9c31e532 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,41 +1,40 @@ PORTNAME= vorbis-tools DISTVERSION= 1.4.2 PORTREVISION= 5 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files WWW= https://xiph.org/vorbis/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libao.so:audio/libao \ libcurl.so:ftp/curl \ libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libopusfile.so:audio/opusfile \ libspeex.so:audio/speex \ libvorbis.so:audio/libvorbis USES= cpe iconv localbase:ldflags pkgconfig CPE_VENDOR= xiph GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CONFIGURE_ARGS= --without-kate OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/vorbis-tools ${INSTALL_DATA} ${WRKSRC}/ogg123/ogg123rc-example \ ${STAGEDIR}${PREFIX}/share/examples/vorbis-tools/ogg123rc .include diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index 2e724cb6a200..d9b2c2abbddf 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -1,25 +1,24 @@ PORTNAME= wy60 PORTVERSION= 2.0.9 PORTREVISION= 1 CATEGORIES= comms MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal WWW= https://code.google.com/p/wy60/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= mieko GH_TAGNAME= 8e082bf USES= ncurses GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ARGS= etc_DATA=wy60.rc.sample pre-build: @${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample .include diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 11ecb0e84d38..2172af1dbe72 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,19 +1,18 @@ PORTNAME= bvi DISTVERSION= 1.4.2 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF EXTRACT_SUFX= .src.tar.gz MAINTAINER= naddy@FreeBSD.org COMMENT= Vi-like binary file (hex)editor WWW= https://bvi.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 7fa63a82a8e1..6e2ae7707a5b 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -1,41 +1,40 @@ PORTNAME= gtypist PORTVERSION= 2.9.5 PORTREVISION= 3 CATEGORIES= games education MASTER_SITES= GNU MAINTAINER= naddy@FreeBSD.org COMMENT= Interactive typing tutor WWW= https://www.gnu.org/software/gtypist/ LICENSE= GPLv3 USES= iconv ncurses shebangfix tar:xz GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= EMACS=no \ ac_cv_header_ncursesw_ncurses_h=yes CPPFLAGS+= -I${LOCALBASE}/include -I${WRKDIR}/include CPPFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${LOCALBASE}/libs INFO= gtypist gtypist.cs gtypist.es SHEBANG_FILES= typefortune OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: ${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/error.c \ ${WRKSRC}/src/cursmenu.c \ ${WRKSRC}/src/script.c \ ${WRKSRC}/src/gtypist.c \ ${WRKSRC}/src/utf8.c ${REINPLACE_CMD} -e 's/-lncursesw/${NCURSESLIBS}/g' ${WRKSRC}/configure .include diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile index 00ca140b1995..faf6d10f9792 100644 --- a/games/xsoldier/Makefile +++ b/games/xsoldier/Makefile @@ -1,23 +1,22 @@ PORTNAME= xsoldier PORTVERSION= 1.8 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.interq.or.jp/libra/oohara/xsoldier/ MAINTAINER= naddy@FreeBSD.org COMMENT= Space-based shoot-em up game for X11 WWW= http://www.interq.or.jp/libra/oohara/xsoldier/ LICENSE= GPLv2+ USES= xorg USE_XORG= x11 ice sm xpm GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --localstatedir=/var MAKE_ARGS= CC_OPTIMIZE="${CFLAGS}" SCOREFILE= /var/games/xsoldier.scores PLIST_SUB= SCOREFILE=${SCOREFILE} .include diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 188b1e34815d..f646e7b4f092 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -1,22 +1,21 @@ PORTNAME= calcoo PORTVERSION= 1.3.18 PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF MAINTAINER= naddy@FreeBSD.org COMMENT= RPN and algebraic scientific calculator WWW= https://calcoo.sourceforge.net/ LICENSE= GPLv2+ USES= gnome pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share LIBS+= -lm PLIST_FILES= bin/calcoo \ share/man/man1/calcoo.1.gz .include diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 828eb03a86df..f5ffd1de9989 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,32 +1,31 @@ PORTNAME= galculator PORTVERSION= 2.1.4 PORTREVISION= 3 DISTVERSIONPREFIX=v CATEGORIES= math MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator WWW= http://galculator.mnim.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes USES= autoreconf gettext gmake gnome libtool localbase pkgconfig USE_GNOME= cairo intltool GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_DEFAULT= GTK3 GTK2_USE= gnome=gtk20 GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GTK3_CONFIGURE_ENABLE= gtk3 GTK3_USE= gnome=gtk30 .include diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 46e276d9b6ef..1e45209db085 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,49 +1,48 @@ PORTNAME= openntpd PORTVERSION= 6.8p1 PORTREVISION= 9 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD MAINTAINER= naddy@FreeBSD.org COMMENT= Network Time Protocol (NTP) daemon WWW= https://www.openntpd.org/ LICENSE= ISCL RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= cpe localbase ssl CONFLICTS= ntp ntp-devel ntpsec USE_RC_SUBR= openntpd USERS= _ntp GROUPS= _ntp GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SUB_FILES= 480.status-openntpd pkg-message pre-build: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/src/ntpd.conf.5 ${WRKSRC}/src/ntpd.8 post-install: cd ${STAGEDIR}${PREFIX}/etc && ${MV} ntpd.conf ntpd.conf.sample ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/480.status-openntpd \ ${STAGEDIR}${PREFIX}/etc/periodic/daily .include # When using LibreSSL use its own libtls, but when using OpenSSL # use libtls from libretls. .if ${SSL_DEFAULT:Mlibressl*} # /* empty */ .else LIB_DEPENDS+= libtls.so:security/libretls .endif # SSL_DEFAULT .include