diff --git a/games/acm/Makefile b/games/acm/Makefile index 39452e223c93..d94b9a820dd6 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -1,34 +1,35 @@ PORTNAME= acm PORTVERSION= 5.0 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= # none known MAINTAINER= ports@FreeBSD.org COMMENT= Aerial combat simulator for X11 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable DEPRECATED= Abandoned upstream. Does not work. EXPIRATION_DATE= 2023-03-31 USES= perl5 xorg USE_PERL5= build USE_XORG= x11 xext HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \ ac_cv_lib_gdbm_dbm_fetch=no MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ # Fix build with clang11 CFLAGS+= -fcommon OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas SOUND_CONFIGURE_ENV_OFF= ac_cv_lib_audio_AuCloseServer=no .include diff --git a/games/columns/Makefile b/games/columns/Makefile index 4e48a338c8a8..e12ae6f87403 100644 --- a/games/columns/Makefile +++ b/games/columns/Makefile @@ -1,38 +1,37 @@ PORTNAME= columns PORTVERSION= 1.2b PORTREVISION= 9 CATEGORIES= games # mastersite disappeared in December 2000 -MASTER_SITES= LOCAL/thierry \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= LOCAL/thierry DISTNAME= Columns-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nice little implementation of columns game for X Window System LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= sdl USE_SDL= sdl GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/Columns PORTDOCS= README CONFLICTS_INSTALL= autogen OPTIONS_DEFINE= DOCS post-configure: @${REINPLACE_CMD} -e '/chmod 0666/d' ${WRKSRC}/Makefile post-install: @${MKDIR} ${STAGEDIR}/var/games ${MV} ${STAGEDIR}${DATADIR}/columns.hsc ${STAGEDIR}/var/games/columns.hsc.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 285405c6d477..437a52dade53 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -1,20 +1,19 @@ PORTNAME= crimson PORTVERSION= 0.5.3 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://crimson.seul.org/files/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= http://crimson.seul.org/files/ PKGNAMESUFFIX= -fields MAINTAINER= ports@FreeBSD.org COMMENT= Tactical war game in the tradition of Battle Isle WWW= http://crimson.seul.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake sdl USE_SDL= mixer sdl ttf .include diff --git a/games/hedgewars-server/Makefile b/games/hedgewars-server/Makefile index 8af1b0f3e37b..84765dafc953 100644 --- a/games/hedgewars-server/Makefile +++ b/games/hedgewars-server/Makefile @@ -1,73 +1,72 @@ PORTNAME= hedgewars PORTVERSION= 1.0.0 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://www.hedgewars.org/download/releases/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= http://www.hedgewars.org/download/releases/ PKGNAMESUFFIX= -server DISTNAME= ${PORTNAME}-src-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= haskell@FreeBSD.org COMMENT= Server part of free Worms-like turn based strategy game WWW= https://www.hedgewars.org LICENSE= GPLv2 BUILD_DEPENDS= ghc-8.10.7:lang/ghc810 USES= cabal:nodefault tar:bzip2 WRKSRC_SUBDIR= gameServer USE_CABAL= ConfigFile-1.1.4 \ MissingH-1.4.3.0 \ SHA-1.6.4.4 \ aeson-1.5.2.0 \ assoc-1.0.1_1 \ attoparsec-0.13.2.4 \ base-compat-0.11.1 \ base-compat-batteries-0.11.1 \ base-orphans-0.8.2 \ bifunctors-5.5.7 \ cabal-doctest-1.0.8_1 \ comonad-5.0.6_1 \ conduit-1.3.2 \ distributive-0.6.2_1 \ dlist-0.8.0.8 \ entropy-0.4.1.6 \ hashable-1.3.0.0_1 \ hslogger-1.3.1.0_1 \ integer-logarithms-1.0.3_2 \ libyaml-0.1.2 \ mono-traversable-1.0.15.1 \ network-2.8.0.1 \ old-locale-1.0.0.7_2 \ old-time-1.1.0.3_2 \ primitive-0.7.0.1 \ random-1.1_1 \ regex-base-0.94.0.0_1 \ regex-compat-0.95.2.0_1 \ regex-posix-0.96.0.0_1 \ regex-tdfa-1.3.1.0_1 \ resourcet-1.2.4.1 \ sandi-0.5_1 \ scientific-0.3.6.2 \ split-0.2.3.4 \ tagged-0.8.6_2 \ th-abstraction-0.3.2.0 \ these-1.1 \ time-compat-1.9.3 \ transformers-compat-0.6.5 \ unliftio-core-0.2.0.1_1 \ unordered-containers-0.2.11.0 \ utf8-string-1.0.1.1_3 \ uuid-types-1.0.3_2 \ vector-0.12.1.2 \ vector-algorithms-0.8.0.3 \ yaml-0.11.4.0 \ zlib-0.6.2.1_1 CABAL_EXECUTABLES= hedgewars-server checker .include diff --git a/mail/ovs/Makefile b/mail/ovs/Makefile index 9f952229abe5..ba1c6fd1d8cb 100644 --- a/mail/ovs/Makefile +++ b/mail/ovs/Makefile @@ -1,63 +1,62 @@ PORTNAME= ovs PORTVERSION= 1.05 PORTREVISION= 5 CATEGORIES= mail -MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ MAINTAINER= ports@FreeBSD.org COMMENT= RRDtool frontend for mail statistics WWW= http://openvisp.fr/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ p5-File-Tail>=0:devel/p5-File-Tail NO_BUILD= yes NO_ARCH= yes USES= perl5 shebangfix SHEBANG_FILES= ovs.pl ovs.cgi CGIDIR?= ${PREFIX}/www/cgi-bin DATADIR?= /var/db/ovs WWWROOT?= ${PREFIX}/www/data OVS_USER?= ${WWWOWN} OVS_GROUP?= ${WWWGRP} USE_RC_SUBR= ${PORTNAME} SUB_LIST+= OVS_USER=${OVS_USER} OVS_GROUP=${OVS_GROUP} PLIST_SUB= CGIDIR=${CGIDIR:S,${PREFIX}/,,} WWWROOT=${WWWROOT:S,${PREFIX}/,,} \ OVS_USER=${OVS_USER} OVS_GROUP=${OVS_GROUP} PORTDOCS= README CHANGES COPYING CHANGES.old README.old OPTIONS_DEFINE= DOCS pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You may set following options:" @${ECHO_MSG} "" @${ECHO_MSG} "DATADIR=/var/db/ovs Where do you put RRD databases?" @${ECHO_MSG} "CGIDIR=${PREFIX}/www/cgi-bin Where do you put cgi?" @${ECHO_MSG} "WWWROOT=${PREFIX}/www/data Where do you put httpd's document root?" @${ECHO_MSG} "OVS_USER=www User to run mailgraph (Default: ${WWWOWN})" @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR}," ${WRKSRC}/ovs.cgi do-install: @${MKDIR} ${STAGEDIR}${CGIDIR} @${MKDIR} ${STAGEDIR}${WWWROOT}/ovs @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/ovs.pl ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/ovs.cgi ${STAGEDIR}${CGIDIR} ${INSTALL_DATA} ${WRKSRC}/ovs.css ${STAGEDIR}${WWWROOT}/ovs @${MKDIR} ${STAGEDIR}${DOCSDIR} for f in ${PORTDOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$$f ${STAGEDIR}${DOCSDIR}; \ done .include diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 49a9e6bd7669..6a8afb17903f 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -1,81 +1,80 @@ PORTNAME= pacman PORTVERSION= 5.1.3 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= https://sources.archlinux.org/other/${PORTNAME}/ \ - https://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://sources.archlinux.org/other/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Package manager from ArchLinux WWW= https://www.archlinux.org/pacman/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= asciidoc:textproc/asciidoc \ bash:shells/bash RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libarchive.so.13:archivers/libarchive USES= cpe gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix ssl CPE_VENDOR= ${PORTNAME}_project SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in \ ${WRKSRC}/scripts/libmakepkg/lint_config.sh.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-root-dir="${PACMAN_ROOT}" \ --localstatedir=/var CONFIGURE_ENV= LIBSSL_CFLAGS="-I${OPENSSLINC}" \ LIBSSL_LIBS="-L${OPENSSLLIB} -lcrypto" USE_LDCONFIG= yes BINARY_WRAPPERS= gm4 SUB_FILES= pkg-message pkg-deinstall SUB_LIST= PACMAN_ROOT="${PACMAN_ROOT}" PREFIX="${PREFIX}" PLIST_SUB= PACMAN_ROOT="${PACMAN_ROOT:C/^${PREFIX}//}" PACMAN_ROOT?= ${PREFIX}/pacman PORTEXAMPLES= * OPTIONS_DEFINE= CURL GPGME EXAMPLES NLS OPTIONS_DEFAULT=CURL GPGME OPTIONS_SUB= yes CURL_DESC= Use libcurl fetcher instead of external curl/wget CURL_CONFIGURE_WITH= libcurl=${LOCALBASE} CURL_LIB_DEPENDS= libcurl.so:ftp/curl GPGME_DESC= Use GPGME for PGP signature verification GPGME_CONFIGURE_WITH= gpgme GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include post-patch: @${REINPLACE_CMD} -e 's|m4|gm4|' ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e '2 s/.*/exit 0/' ${WRKSRC}/build-aux/missing @${REINPLACE_CMD} -e '/INSTALL_DATA.*sysconfdir/ d' ${WRKSRC}/etc/Makefile.in .for tool in curl wget rsync lftpget @${REINPLACE_CMD} -e 's|/usr/bin/${tool}|${LOCALBASE}/bin/${tool}|' \ ${WRKSRC}/etc/pacman.conf.in ${WRKSRC}/etc/makepkg.conf.in .endfor .if ${ARCH} == "i386" @${REINPLACE_CMD} -e '/^Architecture/ s|auto|i686|' ${WRKSRC}/etc/pacman.conf.in .endif .if ${ARCH} == "amd64" @${REINPLACE_CMD} -e '/^Architecture/ s|auto|x86_64|' ${WRKSRC}/etc/pacman.conf.in .endif post-install: .for f in makepkg.conf pacman.conf ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${STAGEDIR}${PREFIX}/etc/${f}.sample .endfor @${MKDIR} ${STAGEDIR}${PACMAN_ROOT} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libalpm.so post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/PKGBUILD-example.txt ${STAGEDIR}${EXAMPLESDIR}/ .include diff --git a/www/repos-style/Makefile b/www/repos-style/Makefile index 1582f0fce30e..d92dbc83fe5d 100644 --- a/www/repos-style/Makefile +++ b/www/repos-style/Makefile @@ -1,34 +1,33 @@ PORTNAME= repos-style PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= avk@vl.ru COMMENT= Stylesheet for the Subversion index web page WWW= http://www.reposstyle.com/ RUN_DEPENDS= subversion>=0:devel/subversion USES= dos2unix php:web zip DOS2UNIX_GLOB= *.xsl *.php NO_BUILD= YES USE_PHP= xml WRKSRC= ${WRKDIR}/repos-web SUB_LIST+= PORTNAME=${PORTNAME} SUB_FILES+= pkg-message pre-install: # Prevent installation of .orig files by deleting them. @${FIND} ${WRKSRC} -name '*.orig' -delete ${MV} ${WRKSRC}/open/log/index.php ${WRKSRC}/open/log/index.dist.php do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @(cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}) .include diff --git a/x11-themes/kde-icons-black-and-white/Makefile b/x11-themes/kde-icons-black-and-white/Makefile index 56027d11e326..bb14f0f5ea92 100644 --- a/x11-themes/kde-icons-black-and-white/Makefile +++ b/x11-themes/kde-icons-black-and-white/Makefile @@ -1,19 +1,21 @@ PORTNAME= black-and-white PORTVERSION= 2.0.a -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ +MASTER_SITES= # none known DISTNAME= black%20and%20white MAINTAINER= portmaster@BSDforge.com COMMENT= KDE Black And White iconset WWW= http://www.kde-look.org/content/show.php?content=24645 +BROKEN= unfetchable + LICENSE= theme LICENSE_NAME= theme LICENSE_TEXT= may contain iconic, visual, graphical or other\ elements that may not be distributed without the\ consent of either the trademark or the patent holder LICENSE_PERMS= auto-accept WRKSRC= ${WRKDIR}/"black and white" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons"