diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index c60b542e90f2..97b9a46956a0 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -1,22 +1,22 @@ PORTNAME= libopenspc PORTVERSION= 0.3.99a PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://rainbow-runner.nl/freebsd/ \ LOCAL/kwm -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for playing SPC (SNES audio) files BUILD_DEPENDS= nasm:devel/nasm GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 LDFLAGS_i386= -Wl,-znotext PLIST_FILES= include/openspc.h lib/libopenspc.a \ lib/libopenspc.so lib/libopenspc.so.0 lib/libopenspc.so.0.0.3 .include diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index 6486c46300a0..64d0d56a6264 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -1,18 +1,18 @@ PORTNAME= autoconf-archive DISTVERSION= 2024.10.16 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Set of useful GNU Autoconf macros WWW= https://savannah.gnu.org/projects/autoconf-archive USES= makeinfo tar:xz GNU_CONFIGURE= yes INFO= ${PORTNAME} NO_ARCH= yes PLIST_SUB= MACRODIR=share/aclocal .include diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 9b5bee6bdf15..674aba4c067d 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -1,54 +1,54 @@ PORTNAME= gitg PORTVERSION= 41 PORTREVISION= 10 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ PATCHFILES+= 1978973b1284.patch:-p1 # https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/175 -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based git repository viewer WWW= https://wiki.gnome.org/Apps/Gitg LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libenchant.so:textproc/enchant \ libgee-0.8.so:devel/libgee \ libgit2.so:devel/libgit2 \ libgit2-glib-1.0.so:devel/libgit2-glib \ libjson-glib-1.0.so:devel/json-glib \ libpeas-1.0.so:devel/libpeas1 \ libgspell-1.so:textproc/gspell \ libdazzle-1.0.so:x11-toolkits/libdazzle \ libsecret-1.so:security/libsecret RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas CONFLICTS= gitg0 PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ meson pathfix pkgconfig python:build tar:xz vala:build USE_GNOME= cairo gdkpixbuf gtk30 gtksourceview4 intltool introspection USE_LDCONFIG= yes GLIB_SCHEMAS= org.gnome.gitg.gschema.xml BINARY_ALIAS= python3=${PYTHON_VERSION} OPTIONS_DEFINE= PYTHON OPTIONS_SUB= yes PYTHON_USES= python PYTHON_MESON_TRUE= python PYTHON_USE= GNOME=pygobject3 post-install-PYTHON-on: (cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) .include diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 06e7f6df8f68..ad724f83d7bd 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -1,26 +1,26 @@ PORTNAME= libgdata PORTVERSION= 0.18.1 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GLib-based implementation of the GData protocol WWW= https://live.gnome.org/libgdata LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= uhttpmock0>0:net/uhttpmock0 LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ libp11-kit.so:security/p11-kit \ libgoa-1.0.so:net/gnome-online-accounts \ libgcr-base-3.so:security/gcr3 \ liboauth.so:net/liboauth USES= gettext gnome localbase meson pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes .include diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile index c505fc660ba2..d26495f19d24 100644 --- a/devel/libgee/Makefile +++ b/devel/libgee/Makefile @@ -1,30 +1,30 @@ PORTNAME= libgee PORTVERSION= 0.20.8 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GObject collection library WWW= https://gitlab.gnome.org/GNOME/libgee LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes USES= compiler cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPE_VENDOR= gnome .include .if ${COMPILER_TYPE} == clang CFLAGS+= -Wno-incompatible-function-pointer-types .endif .include diff --git a/devel/libgee06/Makefile b/devel/libgee06/Makefile index ceec1bee49a4..df33e2d303b7 100644 --- a/devel/libgee06/Makefile +++ b/devel/libgee06/Makefile @@ -1,31 +1,31 @@ PORTNAME= libgee PORTVERSION= 0.6.8 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 06 -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GObject collection library WWW= https://live.gnome.org/Libgee DEPRECATED= Legacy verision, unsupported upstream EXPIRATION_DATE=2025-07-31 USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes INSTALL_TARGET= install-strip .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 62ea67c7ceea..3fa31cc50f9d 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -1,24 +1,24 @@ PORTNAME= orc DISTVERSION= 0.4.41 CATEGORIES= devel MASTER_SITES= http://gstreamer.freedesktop.org/data/src/${PORTNAME}/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library and toolset to operate arrays of data WWW= https://gstreamer.freedesktop.org/projects/orc.html LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= meson pkgconfig tar:xz USE_LDCONFIG= yes PLIST_SUB+= LIBMINORVER=${DISTVERSION:E} OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc DOCS_MESON_ENABLED= gtk_doc .include diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index ba55ef7209d1..0b9d2034e420 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -1,19 +1,19 @@ PORTNAME= regexxer PORTVERSION= 0.10 PORTREVISION= 9 CATEGORIES= devel textproc gnome MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Interactive tool for performing search and replace operations WWW= https://regexxer.sourceforge.net/ USES= compiler:c++11-lang gettext gmake gnome localbase pathfix \ pkgconfig tar:xz USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3 GLIB_SCHEMAS= org.regexxer.gschema.xml .include diff --git a/graphics/argyllcms/Makefile b/graphics/argyllcms/Makefile index 62103aa894cf..e32d603737e0 100644 --- a/graphics/argyllcms/Makefile +++ b/graphics/argyllcms/Makefile @@ -1,34 +1,34 @@ PORTNAME= argyllcms PORTVERSION= 1.9.2 PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= https://www.argyllcms.com/ DISTNAME= Argyll_V${PORTVERSION}_src -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ICC compatible color management system WWW= https://www.argyllcms.com/ LICENSE= AGPLv3 BUILD_DEPENDS= jam:devel/jam LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png WRKSRC= ${WRKDIR}/Argyll_V${PORTVERSION} USES= compiler:c11 cpe jpeg ssl xorg zip USE_XORG= x11 xau xdmcp xext xinerama xrandr xscrnsaver xxf86vm do-build: @cd ${WRKSRC} && ${MAKE_ENV} jam -dx -q -fJambase -j${MAKE_JOBS_NUMBER} do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${MAKE_ENV} \ REFSUBDIR=share/argyll/ref \ jam -dx -q -fJambase -j${MAKE_JOBS_NUMBER} install ${MV} ${STAGEDIR}${PREFIX}/bin/License.txt \ ${STAGEDIR}${PREFIX}/share/argyll/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile index 5cdec45dbdfd..dd2bce32d570 100644 --- a/graphics/goocanvasmm2/Makefile +++ b/graphics/goocanvasmm2/Makefile @@ -1,23 +1,23 @@ PORTNAME= goocanvasmm PORTVERSION= 1.90.9 PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ bindings for the goocanvas widget for GTK WWW= https://sourceforge.net/projects/goocanvas/ LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 USES= compiler:c++11-lang gmake gnome libtool pathfix pkgconfig \ tar:xz USE_CXXSTD= c++11 USE_GNOME= gtkmm30 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-documentation INSTALL_TARGET= install-strip .include diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile index 391a2a56ef64..cce8505134f6 100644 --- a/graphics/libmypaint/Makefile +++ b/graphics/libmypaint/Makefile @@ -1,36 +1,36 @@ PORTNAME= libmypaint DISTVERSION= 1.6.1 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/libmypaint/releases/download/v${PORTVERSION}/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Brush library from the MyPaint project WWW= http://mypaint.org/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjson-c.so:devel/json-c USES= compiler:c11 gmake gnome libtool localbase pkgconfig tar:xz USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_SUB= yes OPTIONS_DEFINE= NLS OPENMP OPTIONS_DEFAULT_amd64= OPENMP OPTIONS_DEFAULT_powerpc64= OPENMP OPTIONS_DEFAULT_powerpc64le= OPENMP NLS_USES= gettext NLS_USE= GNOME=intltool NLS_CONFIGURE_ENABLE= nls i18n OPENMP_CONFIGURE_ENABLE= openmp .include diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 1a1dffbbdc13..0a87858e51b3 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -1,53 +1,53 @@ PORTNAME= netbeans DISTVERSION= 17 CATEGORIES= java devel MASTER_SITES= APACHE/netbeans/netbeans/${PORTVERSION}/ DISTNAME= netbeans-${DISTVERSION}-bin -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Modular, standards-based integrated development environment WWW= https://netbeans.apache.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe java shebangfix zip CPE_VENDOR= apache JAVA_VERSION= 11 17 NO_BUILD= yes SHEBANG_FILES= extide/ant/bin/antRun.pl \ extide/ant/bin/complete-ant-cmd.pl \ extide/ant/bin/runant.pl \ extide/ant/bin/runant.py perl_OLD_CMD= /usr/bin/perl perl_CMD= ${LOCALBASE}/bin/perl python_OLD_CMD= /usr/bin/python python_CMD= ${LOCALBASE}/bin/python${PYTHON_DEFAULT} WRKSRC= ${WRKDIR}/netbeans DATADIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} DESKTOP_ENTRIES="Apache NetBeans" \ "Apache NetBeans IDE (incubating)" \ ${DATADIR}/nb/netbeans.png \ ${PORTNAME} \ "Development;" \ false post-patch: @${REINPLACE_CMD} -i '' -e '77s|#||;77s|/path/to/jdk|${JAVA_HOME}|' \ ${WRKSRC}/etc/netbeans.conf @${FIND} ${WRKSRC} -name "*.orig" -delete do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} cd ${STAGEDIR}${PREFIX} && ${LN} -sf ../${PORTNAME}-${PORTVERSION}/bin/netbeans bin/${PORTNAME} cd ${STAGEDIR}${PREFIX} && ${LN} -sf ../${PORTNAME}-${PORTVERSION}/bin/netbeans bin/${PORTNAME}-${PORTVERSION} ${RM} -rf ${STAGEDIR}${DATADIR}/profiler/lib/deployed/jdk16/linux-arm* .include diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 30c94bde6152..5b93c74e5c78 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -1,23 +1,23 @@ PORTNAME= iso-codes DISTVERSIONPREFIX= v DISTVERSION= 4.18.0 CATEGORIES= misc -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lists of the country, language, and currency iso names WWW= https://salsa.debian.org/iso-codes-team/iso-codes LICENSE= LGPL21 USES= gettext-tools gmake pathfix python:build tar:xz GNU_CONFIGURE= yes NO_ARCH= yes USE_GITLAB= yes GL_SITE= https://salsa.debian.org GL_ACCOUNT= iso-codes-team BINARY_ALIAS= python3=${PYTHON_VERSION} .include diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile index 8eff230bbc5a..40c856ec61f3 100644 --- a/multimedia/libde265/Makefile +++ b/multimedia/libde265/Makefile @@ -1,34 +1,34 @@ PORTNAME= libde265 DISTVERSION= 1.0.12 CATEGORIES= multimedia MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source h.265 video codec WWW= https://www.libde265.org LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPE_VENDOR= struktur CONFIGURE_ARGS= --disable-static --disable-sherlock265 .include .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as" LLD_UNSAFE= yes .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.5 ${MV} ${STAGEDIR}${PREFIX}/bin/dec265 \ ${STAGEDIR}${PREFIX}/bin/libde265-dec265 .include diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index e736c0268665..b2dd1cc9fd89 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,35 +1,35 @@ PORTNAME= pitivi PORTVERSION= 2022.06 PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Gstreamer based non-linear audio/video editor WWW= https://www.pitivi.org LICENSE= LGPL21+ BUILD_DEPENDS= gst-validate-launcher:multimedia/gstreamer1-validate \ itstool:textproc/itstool RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.14.0:multimedia/py-gstreamer1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYNUMPY} USES= cpe desktop-file-utils gettext gnome gstreamer meson pkgconfig python \ shared-mime-info shebangfix tar:xz SHEBANG_FILES= bin/pitivi.in \ getenvvar.py \ tests/__init__.py \ tests/validate-tests/manager.py \ tests/validate-tests/runtests USE_GNOME= cairo intltool gdkpixbuf gsound gtk30 pygobject3 USE_GSTREAMER= bad editing-services gdkpixbuf good gtk USE_LDCONFIG= yes MESON_ARGS= -Db_lundef=false BINARY_ALIAS= python3=${PYTHON_VERSION} .include diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 6aad2d494a84..ba677084c196 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,46 +1,46 @@ PORTNAME= liferea DISTVERSION= 1.14.6 PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple RSS/RDF feed reader WWW= https://lzone.de/liferea/ LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libpeas-1.0.so:devel/libpeas1 \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} USES= compiler:c++11-lang cpe desktop-file-utils gettext \ gmake gnome libtool localbase \ pathfix pkgconfig python sqlite tar:bzip2 USE_GNOME= cairo dconf:run gtk30 gdkpixbuf intltool introspection \ libxslt libxml2 GLIB_SCHEMAS= net.sf.liferea.gschema.xml GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection # Introspection starts the program, but it may hang or crash-abort # without an X server because the Webkit compositor tries to initialize # a graphics backend MAKE_ENV+= WEBKIT_DISABLE_COMPOSITING_MODE=1 INSTALL_TARGET= install-strip EXTRA_PATCHES= ${FILESDIR}/extra-patch-libxml:-p1 .include diff --git a/print/libraqm/Makefile b/print/libraqm/Makefile index c558c5e365fb..61b52c998d73 100644 --- a/print/libraqm/Makefile +++ b/print/libraqm/Makefile @@ -1,28 +1,28 @@ PORTNAME= libraqm DISTVERSION= 0.10.2 CATEGORIES= print MASTER_SITES= https://github.com/HOST-Oman/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= raqm-${DISTVERSION} -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library that encapsulates complex text layout logic WWW= https://github.com/HOST-Oman/libraqm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libfreetype.so:print/freetype2 USES= meson pkgconfig python:test tar:xz USE_LDCONFIG= yes TEST_TARGET= test OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc DOCS_MESON_TRUE= docs .include diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index bd67d7167628..c2021efb9d31 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -1,55 +1,55 @@ # NOTE: please keep zeitgeist in sysutils/qzeitgeist in sync PORTNAME= zeitgeist DISTVERSION= 1.0.4 PORTREVISION= 2 CATEGORIES= sysutils -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Event logging framework WWW= https://wiki.gnome.org/Projects/Zeitgeist LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= dee-tool:devel/dee \ rapper:textproc/raptor2 \ ${PYTHON_PKGNAMEPREFIX}rdflib>=4.1.1:textproc/py-rdflib@${PY_FLAVOR} LIB_DEPENDS= libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} USES= autoreconf gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig \ python sqlite tar:xz vala:build USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_TAGNAME= 8b89364c077b46734d193c5b8a80f83b0fc917dd USE_GNOME= cairo gdkpixbuf glib20 intlhack \ introspection:build USE_LDCONFIG= yes USE_PYTHON= py3kplist GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-fts --disable-telepathy \ --disable-downloads-monitor INSTALL_TARGET= install-strip OPTIONS_SUB= yes OPTIONS_DEFINE= DATAHUB OPTIONS_DEFAULT=DATAHUB DATAHUB_DESC= Passive loggers for Zeitgeist DATAHUB_LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib DATAHUB_USE= gnome=gtk30 DATAHUB_CONFIGURE_ENABLE= datahub .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index c21af6eea0b9..58634415df7a 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -1,46 +1,46 @@ PORTNAME= highlight PORTVERSION= 4.16 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://andre-simon.de/zip/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Customizable syntax highlighter WWW= http://andre-simon.de/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_array.hpp:devel/boost-libs USES= gmake lua pkgconfig tar:bzip2 MAKEFILE= makefile MAKE_ARGS= CXX="${CXX}" \ CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \ LDFLAGS="${LDFLAGS}" ALL_TARGET= all # cli INSTALL_TARGET= install PORTDOCS= * OPTIONS_DEFINE= DOCS GUI OPTIONS_SUB= yes GUI_USES= qt:5 GUI_USE= QT=buildtools:build,qmake:build,core,gui,widgets GUI_MAKE_ENV= QMAKE="${QMAKE}" GUI_ALL_TARGET= gui GUI_INSTALL_TARGET= install-gui post-patch: @${REINPLACE_CMD} -e '/PKGCONFIG/s,lua,&-${LUA_VER}, ; \ /LIBS/s,-llua,&-${LUA_VER},' \ ${WRKSRC}/src/gui-qt/highlight.pro post-install: .for cfg in filetypes lsp @cd ${STAGEDIR}${ETCDIR} && ${MV} ${cfg}.conf ${cfg}.conf.sample .endfor @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/highlight* .include diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index ed5fbd914450..f1580610eefc 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,28 +1,28 @@ PORTNAME= itstool PORTVERSION= 2.0.7 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Make XML documents translatable through po files WWW= https://itstool.org/ LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2-python>0:textproc/libxml2-python@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2-python>0:textproc/libxml2-python@${PY_FLAVOR} USES= python tar:bzip2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFLICTS_INSTALL= itstool22 NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \ ${WRKSRC}/itstool.in .include diff --git a/www/libepc/Makefile b/www/libepc/Makefile index 96e7deb0c492..03281fb59296 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -1,36 +1,36 @@ PORTNAME= libepc PORTVERSION= 0.4.6 PORTREVISION= 3 CATEGORIES= www MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Easy Publish and Consume library WWW= https://live.gnome.org/libepc/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuuid.so:misc/libuuid \ libfribidi.so:converters/fribidi \ libsoup-2.4.so:devel/libsoup \ libgnutls.so:security/gnutls \ libavahi-common.so:net/avahi-app \ libavahi-ui-gtk3.so:net/avahi-gtk3 USES= compiler gettext gmake gnome libtool pathfix pkgconfig \ tar:xz USE_GNOME= gnomeprefix cairo gdkpixbuf gtk30 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include .if ${CHOSEN_COMPILER_TYPE} == gcc post-patch: ${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \ ${WRKSRC}/examples/simple-publisher.c .endif .include diff --git a/x11-toolkits/gtk-sharp30/Makefile b/x11-toolkits/gtk-sharp30/Makefile index ed2683795aaf..b58128c136f4 100644 --- a/x11-toolkits/gtk-sharp30/Makefile +++ b/x11-toolkits/gtk-sharp30/Makefile @@ -1,31 +1,31 @@ PORTNAME= gtk-sharp PORTVERSION= 2.99.3 PORTREVISION= 7 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 30 -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK and GNOME interfaces for the .NET runtime WWW= https://www.mono-project.com/Gtk LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML USES= gettext-runtime gmake gnome libtool mono pathfix perl5 \ pkgconfig shebangfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf gtk30 SHEBANG_FILES= parser/*.pl USE_PERL5= run MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} post-patch: @${REINPLACE_CMD} -e 's|gmcs|mcs|g' \ ${WRKSRC}/configure .include diff --git a/x11-toolkits/libunique3/Makefile b/x11-toolkits/libunique3/Makefile index e90d59594b8a..787e334362e5 100644 --- a/x11-toolkits/libunique3/Makefile +++ b/x11-toolkits/libunique3/Makefile @@ -1,31 +1,31 @@ PORTNAME= libunique PORTVERSION= 3.0.2 PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= GNOME -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for single instance applications WWW= http://live.gnome.org/LibUnique LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg USE_XORG= ice x11 USE_LDCONFIG= yes USE_GNOME= gtk30 gnomeprefix introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-flags --enable-gtk-doc-html=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} \ -e 's|unique tests doc|unique tests|g' \ ${WRKSRC}/configure ${WRKSRC}/Makefile.in .include diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index a6597e396269..01055d3b064a 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -1,32 +1,32 @@ PORTNAME= unique PORTVERSION= 1.1.6 PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for single instance applications WWW= http://live.gnome.org/LibUnique PORTSCOUT= ignore:1 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib USES= gettext gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 gnomeprefix introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-flags CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/unique/uniqueapp.c \ ${WRKSRC}/unique/uniquebackend.[ch] \ ${WRKSRC}/unique/uniqueinternals.h \ ${WRKSRC}/unique/uniquemessage.[ch] .include