diff --git a/devel/tclap/Makefile b/devel/tclap/Makefile index a167173a9dc1..f37e8b90a680 100644 --- a/devel/tclap/Makefile +++ b/devel/tclap/Makefile @@ -1,13 +1,13 @@ PORTNAME= tclap PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME} -MAINTAINER= grog@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Verbose replacement for getopt GNU_CONFIGURE= yes USES= pathfix .include diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 21288998d038..400a56d9539b 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -1,52 +1,52 @@ # Created by: cartola@openit.com.br PORTNAME= enblend PORTVERSION= 4.2 PORTREVISION= 18 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION} DISTNAME= enblend-enfuse-${PORTVERSION} -MAINTAINER= grog@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for image blending with multiresolution splines LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libtiff.so:graphics/tiff \ libvigraimpex.so:graphics/vigra \ libgsl.so:math/gsl \ libOpenEXR.so:graphics/openexr \ libpng.so:graphics/png USES= compiler:features gmake jpeg localbase pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS .include .if ${COMPILER_TYPE} == gcc # GCC 4.2 has some problems, see # http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a # Clang, on 10.0-RELEASE is fine. USE_GCC= yes .else CXXFLAGS+= -Wno-c++11-extensions .endif post-patch: @${REINPLACE_CMD} -e '/a LaTeX/d' ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index cd25d32c8799..b9e3891542d7 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,62 +1,62 @@ # Created by: Carlos Eduardo G. Carvalho PORTNAME= hugin PORTVERSION= 2019.2.0 PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} -MAINTAINER= grog@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GUI for Panorama Tools, to stitch panoramic images LIB_DEPENDS= libOpenEXR.so:graphics/openexr \ libImath.so:math/Imath \ libboost_thread.so:devel/boost-libs \ liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ libfftw3.so:math/fftw3 \ libpano13.so:graphics/libpano13 \ libvigraimpex.so:graphics/vigra \ libpng.so:graphics/png \ libtiff.so:graphics/tiff # gmake is really needed at _runtime_. Do not remove it from this list. RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ exiftool:graphics/p5-Image-ExifTool \ gmake:devel/gmake LICENSE= GPLv2 CFLAGS+= -I${LOCALBASE}/include/Imath BROKEN_i386= Fails to build: ld: error: src/hugin_base/libhuginbase.so.0.0: undefined reference to __atomic_load USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_GL= gl glew glu glut USE_WX= 3.0+ USE_XORG= x11 INSTALLS_ICONS= yes SHEBANG_FILES= src/hugin_script_interface/hpi.py \ src/hugin_script_interface/plugins/*.py \ src/hugin_script_interface/plugins-dev/*.py OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_DEFAULT= PANOMATIC PYTHON OPTIONS_SUB= yes PANOMATIC_DESC= Install graphics/panomatic PANOMATIC_RUN_DEPENDS= panomatic:graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig:devel/swig PYTHON_CMAKE_ON= -DBUILD_HSI=ON PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF .include diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index 3b6d1d71bd5c..d924cb43954a 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -1,46 +1,46 @@ # Created by: Vasil Dimov PORTNAME= libpano13 PORTVERSION= 2.9.19 PORTREVISION= 1 CATEGORIES= graphics java MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= grog@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USE_GNOME= gtk20 glib20 pango atk USES= autoreconf gnome jpeg libtool pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/glib-2.0 \ -I${LOCALBASE}/include/pango-1.0 \ -I${LOCALBASE}/include/atk-1.0 CONFIGURE_ARGS= --with-png=${LOCALBASE} \ --with-jpeg=${LOCALBASE} \ --with-tiff=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= JAVA OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MJAVA} USE_JAVA= yes JAVA_OS= native CONFIGURE_ARGS+= --with-java=${JAVA_HOME} .else CONFIGURE_ARGS+= --without-java .endif .include diff --git a/x11/xtset/Makefile b/x11/xtset/Makefile index b11a7d308611..859aead99181 100644 --- a/x11/xtset/Makefile +++ b/x11/xtset/Makefile @@ -1,21 +1,21 @@ # Created by: grog PORTNAME= xtset PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://www.lemis.com/pub/ -MAINTAINER= grog@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to set title on an xterm # LICENSE= NONE NO_WRKSUBDIR= yes PLIST_FILES= bin/xtset man/man1/xtset.1.gz MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include