diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 335346cb7906..eb1d301a8735 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,28 +1,26 @@ -# $MCom: ports/trunk/audio/libaudiofile/Makefile 18610 2013-06-30 16:33:05Z marcus $ - PORTNAME= libaudiofile PORTVERSION= 0.3.6 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Sound library for SGI audio file LICENSE= LGPL21 LIB_DEPENDS= libFLAC.so:audio/flac CONFLICTS= osalp-0.7.* USES= cpe pathfix pkgconfig tar:xz libtool CPE_PRODUCT= audiofile USE_LDCONFIG= yes GNU_CONFIGURE= yes post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudiofile.so.1 .include diff --git a/audio/libcanberra-gtk2/Makefile b/audio/libcanberra-gtk2/Makefile index 52a0df92f062..e6e5addfc9b8 100644 --- a/audio/libcanberra-gtk2/Makefile +++ b/audio/libcanberra-gtk2/Makefile @@ -1,10 +1,8 @@ -# $MCom: ports/trunk/audio/libcanberra-gtk3/Makefile 19814 2014-08-15 20:17:00Z gusi $ - MASTERDIR= ${.CURDIR:H}/libcanberra SLAVEPORT= gtk2 post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/include/canberra-gtk2 @${MV} ${STAGEDIR}/${PREFIX}/include/canberra-gtk.h ${STAGEDIR}/${PREFIX}/include/canberra-gtk2 .include "${MASTERDIR}/Makefile" diff --git a/audio/libcanberra-gtk3/Makefile b/audio/libcanberra-gtk3/Makefile index 23559d1d096b..bc9fc173d6a1 100644 --- a/audio/libcanberra-gtk3/Makefile +++ b/audio/libcanberra-gtk3/Makefile @@ -1,10 +1,8 @@ -# $MCom: ports/trunk/audio/libcanberra-gtk3/Makefile 19814 2014-08-15 20:17:00Z gusi $ - MASTERDIR= ${.CURDIR:H}/libcanberra SLAVEPORT= gtk3 post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/include/canberra-gtk3 @${MV} ${STAGEDIR}/${PREFIX}/include/canberra-gtk.h ${STAGEDIR}/${PREFIX}/include/canberra-gtk3 .include "${MASTERDIR}/Makefile" diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 18613c2e1c0b..8b04cee7274a 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -1,69 +1,67 @@ -# $MCom: ports/trunk/audio/libcanberra/Makefile 20031 2014-11-02 21:47:55Z kwm $ - PORTNAME= libcanberra PORTVERSION= 0.30 PORTREVISION= 8 CATEGORIES= audio devel MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ \ http://pkgs.fedoraproject.org/repo/pkgs/libcanberra/libcanberra-0.30.tar.xz/34cb7e4430afaf6f447c4ebdb9b42072/ MAINTAINER= desktop@FreeBSD.org COMMENT= Implementation of the Freedesktop sound theme spec LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libltdl.so:devel/libltdl USES= gmake gnome localbase libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa --disable-udev INSTALL_TARGET= install-strip SLAVEPORT?= PLIST_SUB= VERSION=${PORTVERSION} .if ${SLAVEPORT} != "" PKGNAMESUFFIX= -${SLAVEPORT} .endif .if ${SLAVEPORT:U} == gtk3 USE_GNOME+= gtk30 LIB_DEPENDS+= libcanberra.so:audio/libcanberra CONFIGURE_ARGS+= --enable-gtk3 \ --disable-gtk \ --disable-gstreamer \ --disable-pulse PLIST_SUB+= BASE="@comment " GTK3="" GTK2="@comment " .elif ${SLAVEPORT:U} == gtk2 USE_GNOME+= gnomeprefix gtk20 LIB_DEPENDS+= libcanberra.so:audio/libcanberra CONFIGURE_ARGS+= --enable-gtk \ --disable-gtk3 \ --disable-gstreamer \ --disable-pulse PLIST_SUB+= BASE="@comment " GTK3="@comment " GTK2="" .else CONFIGURE_ARGS+= --disable-gtk \ --disable-gtk3 PLIST_SUB+= BASE="" GTK3="@comment " GTK2="@comment " OPTIONS_DEFINE= PULSEAUDIO GSTREAMER OPTIONS_SUB= yes .endif PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO__CONFIGURE_ENABLE= pulse GSTREAMER_USES= gstreamer GSTREAMER_CONFIGURE_ENABLE= gstreamer post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| gtkdoc | |g' \ ${WRKSRC}/Makefile.in .include diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index d57041d73b0f..85d41b54b6bd 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $ - PORTNAME= tagtool PORTVERSION= 0.12.3 PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GNOME MP3/Ogg file tagger LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex \ libid3.so:audio/id3lib \ libvorbis.so:audio/libvorbis USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \ pathfix pkgconfig tar:bzip2 USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes LDFLAGS+= -lpthread -logg -lm .include diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index eaeabb65a400..e1d889356b42 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -1,54 +1,52 @@ -# $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $ - PORTNAME= gperiodic PORTVERSION= 3.0.3 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Displays a periodic table of the elements LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig\ libfreetype.so:print/freetype2 USES= gnome pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 PORTDOCS= AUTHORS ChangeLog README LANGS= be cs da de es fi fr gl is it ms pl pt ru sv tr uk zh_CN OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} `pkg-config --cflags --libs gtk+-2.0` \ gperiodic.c -o gperiodic do-build-NLS-on: .for lang in ${LANGS} cd ${WRKSRC}/po && msgfmt -f -v -o ${lang}.mo ${lang}.po .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/icons && ${INSTALL_DATA} gperiodic-crystal.png gperiodic.png \ ${STAGEDIR}${PREFIX}/share/pixmaps) do-install-NLS-on: .for lang in ${LANGS} @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/deskutils/gnome-search-tool/Makefile b/deskutils/gnome-search-tool/Makefile index 04593c469d51..1bb82ce44365 100644 --- a/deskutils/gnome-search-tool/Makefile +++ b/deskutils/gnome-search-tool/Makefile @@ -1,29 +1,27 @@ -# $MCom: ports/trunk/deskutils/gnome-search-tool/Makefile 19804 2014-08-13 14:55:11Z kwm $ - PORTNAME= gnome-search-tool PORTVERSION= 3.6.0 PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 file search utilities DEPRECATED= Did not survive gnome3 EXPIRATION_DATE= 2022-08-01 BUILD_DEPENDS= itstool:textproc/itstool CONFLICTS= gnome-utils-2.[0-9]* USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk30 intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.gnome-search-tool.gschema.xml .include diff --git a/deskutils/gnome-system-log/Makefile b/deskutils/gnome-system-log/Makefile index 9db6a41baaf5..d7374062a574 100644 --- a/deskutils/gnome-system-log/Makefile +++ b/deskutils/gnome-system-log/Makefile @@ -1,29 +1,27 @@ -# $MCom: ports/trunk/deskutils/gnome-system-log/Makefile 19571 2014-04-25 18:12:46Z kwm $ - PORTNAME= gnome-system-log PORTVERSION= 3.9.90 PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 system log viewer DEPRECATED= Did not survive gnome 3 EXPIRATION_DATE= 2022-08-01 BUILD_DEPENDS= itstool:textproc/itstool CONFLICTS= gnome-utils-2.[0-9]* USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.gnome-system-log.gschema.xml .include diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 9c0fd323486e..85d6ca971eb7 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -1,152 +1,150 @@ -# $MCom: ports/devel/distcc/Makefile,v 1.3 2007/10/21 02:46:13 ahze Exp $ - PORTNAME= distcc DISTVERSIONPREFIX= v DISTVERSION= 3.3.5 PORTREVISION= 0 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code across machines on a network LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty LIB_DEPENDS= libpopt.so:devel/popt USES= alias autoreconf cpe gmake libtool localbase pkgconfig USE_GITHUB= yes USE_RC_SUBR= distccd GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-Werror \ --sysconfdir=${ETCDIR} \ CC="${CC}" \ PTHREAD_CC="${CC}" TEST_TARGET= check ETCDIR= ${PREFIX}/etc SUB_FILES= pkg-message SUB_LIST= DISTCCD_PIDFILE=/var/run/distccd.pid USERS= distcc GROUPS= distcc PLIST_FILES= ${_BIN_FILES:S|^|bin/|} \ ${_CONFIG_FILES:S|^|${ETCDIR}/${PORTNAME}/|} \ ${_DISTCC_COMPILERS:S|^|${CCLINKDIR}/|} \ ${_MAN_FILES:S|^|man/man1/|:S|$|.gz|} \ ${_SBIN_FILES:S|^|sbin/|} \ etc/default/distcc OPTIONS_DEFINE= AVAHI CLANGLINK DOCS IPV6 LLVMLINK PUMP GUI CLANGLINK_DESC= Create clang compiler links if clang is installed GUI_DESC= Build GUI distcc monitor LLVMLINK_DESC= Create llvm compiler links if llvm is installed PUMP_DESC= Distribute compilation as well as preprocessing to distcc servers AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CONFIGURE_WITH= avahi DOCS_PLIST_FILES+= ${_DOC_FILES:S|^|${DOCSDIR_REL}/|} \ ${_README_FILES:S|^|${DOCSDIR_REL}/|} GUI_USES= gnome GUI_USE= GNOME=gtk20 GUI_CONFIGURE_WITH= gtk IPV6_CONFIGURE_ENABLE= rfc2553 PUMP_USES= python:3.6+ PUMP_CONFIGURE_ENABLE= pump-mode PUMP_PLIST_FILES= ${PYTHON_SITELIBDIR}/include_server-${PORTVERSION}-py${PYTHON_VER}.egg-info \ ${PYTHON_SITELIBDIR}/include_server/basics.py \ ${PYTHON_SITELIBDIR}/include_server/basics_test.py \ ${PYTHON_SITELIBDIR}/include_server/c_extensions_test.py \ ${PYTHON_SITELIBDIR}/include_server/cache_basics.py \ ${PYTHON_SITELIBDIR}/include_server/compiler_defaults.py \ ${PYTHON_SITELIBDIR}/include_server/compress_files.py \ ${PYTHON_SITELIBDIR}/include_server/distcc_pump_c_extensions.cpython-${PYTHON_SUFFIX}.so \ ${PYTHON_SITELIBDIR}/include_server/include_analyzer.py \ ${PYTHON_SITELIBDIR}/include_server/include_analyzer_memoizing_node.py \ ${PYTHON_SITELIBDIR}/include_server/include_analyzer_memoizing_node_test.py \ ${PYTHON_SITELIBDIR}/include_server/include_analyzer_test.py \ ${PYTHON_SITELIBDIR}/include_server/include_server.py \ ${PYTHON_SITELIBDIR}/include_server/include_server_test.py \ ${PYTHON_SITELIBDIR}/include_server/macro_eval.py \ ${PYTHON_SITELIBDIR}/include_server/macro_eval_test.py \ ${PYTHON_SITELIBDIR}/include_server/mirror_path.py \ ${PYTHON_SITELIBDIR}/include_server/mirror_path_test.py \ ${PYTHON_SITELIBDIR}/include_server/parse_command.py \ ${PYTHON_SITELIBDIR}/include_server/parse_command_test.py \ ${PYTHON_SITELIBDIR}/include_server/parse_file.py \ ${PYTHON_SITELIBDIR}/include_server/parse_file_test.py \ ${PYTHON_SITELIBDIR}/include_server/run.py \ ${PYTHON_SITELIBDIR}/include_server/setup.py \ ${PYTHON_SITELIBDIR}/include_server/statistics.py # Leave CCLINKDIR without a leading underscore as it is a variable, which could # be set by the user. CCLINKDIR?= libexec/distcc _DISTCC_COMPILERS= CC c++ cc _CONFIG_FILES= clients.allow commands.allow.sh hosts _BIN_FILES= distcc distccmon-text lsdistcc _DOC_FILES= protocol-1.txt protocol-2.txt protocol-3.txt \ protocol-3-impl.txt protocol-gssapi.txt reporting-bugs.txt \ status-1.txt survey.txt _MAN_FILES= distcc.1 distccd.1 distccmon-text.1 include_server.1 lsdistcc.1 \ pump.1 _README_FILES= AUTHORS COPYING INSTALL NEWS README README.pump TODO _SBIN_FILES= distccd .include .if ${PORT_OPTIONS:MCLANGLINK} CLANG_COMPILERS= -devel 31 32 33 34 35 36 37 38 39 _DISTCC_COMPILERS+= clang++ clang ${CLANG_COMPILERS:S|^|clang++|} \ ${CLANG_COMPILERS:S|^|clang|} .endif GNU_COMPILERS= 34 42 43 44 45 46 47 48 49 5 _DISTCC_COMPILERS+= gcc g++ ${GNU_COMPILERS:S|^|g++|} \ ${GNU_COMPILERS:S|^|gcc|} .if ${ARCH} == "i386" _DISTCC_COMPILERS+= icc icpc .endif .if ${PORT_OPTIONS:MLLVMLINK} _DISTCC_COMPILERS+= llvm-c++ llvm-g++ llvm-gcc .endif _DISTCC_COMPILERS+= ${EXTRA_COMPILERS} .if ${PORT_OPTIONS:MGTUI} PKGNAMESUFFIX= -gtk _BIN_FILES+= distccmon-gnome PLIST_FILES+= ${DESKTOPDIR}/distccmon-gnome.desktop \ share/pixmaps/distccmon-gnome-icon.png .endif post-patch-GUI-on: ${REINPLACE_CMD} -e 's|PKGDATADIR "|"${PREFIX}/share/pixmaps|' \ ${WRKSRC}/src/mon-gnome.c .if ${PORT_OPTIONS:MPUMP} _BIN_FILES+= pump .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${CCLINKDIR} .for link in ${_DISTCC_COMPILERS} @${LN} ${STAGEDIR}${PREFIX}/bin/distcc \ ${STAGEDIR}${PREFIX}/${CCLINKDIR}/${link} .endfor ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/*/__pycache__ ${RM} -rf ${STAGEDIR}${PREFIX}/${DOCSDIR_REL}/example post-install-PUMP-on: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/include_server/distcc_pump_c_extensions.cpython-${PYTHON_SUFFIX}.so post-install-PUMP-off: ${RM} ${STAGEDIR}${PUMP_PLIST_FILES} ${RM} ${STAGEDIR}/bin/pump .include diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 261e78a30419..c5d5e942db5b 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -1,62 +1,60 @@ -# $MCom: ports/trunk/devel/gamin/Makefile 18634 2013-07-26 10:42:35Z kwm $ - PORTNAME= gamin PORTVERSION= 0.1.10 PORTREVISION?= 10 CATEGORIES?= devel MASTER_SITES= http://people.gnome.org/~veillard/gamin/sources/ MAINTAINER?= ports@FreeBSD.org COMMENT?= File and directory monitoring system USES+= gettext gnome libtool pathfix pkgconfig USE_GNOME?= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python CPPFLAGS+= -DHAVE_LINUX -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFLICTS= fam .if !defined(GAMIN_SLAVE) OPTIONS_DEFINE= GAM_POLLER LIBINOTIFY RUN_AS_EUID OPTIONS_DEFAULT=RUN_AS_EUID GAM_POLLER_DESC=Use gamin's poller instead of kqueue's LIBINOTIFY_DESC=Use libinotify as the FAM backend RUN_AS_EUID_DESC=Drop privileges to effective user .endif .include .if !defined(GAMIN_SLAVE) .if ${PORT_OPTIONS:MGAM_POLLER} CPPFLAGS+= -DUSE_GAMIN_POLLER=1 .endif .if ${PORT_OPTIONS:MLIBINOTIFY} CONFIGURE_ARGS+=--enable-inotify LIBS+= -linotify LIB_DEPENDS+= libinotify.so:devel/libinotify .else CONFIGURE_ARGS+=--disable-inotify .endif .endif .if ${PORT_OPTIONS:MRUN_AS_EUID} CPPFLAGS+= -DRUN_AS_EUID=1 .endif post-patch: @${REINPLACE_CMD} "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/server/gam_conf.c .if !defined(GAMIN_SLAVE) regression-test: build @${ECHO_MSG} "===> Running gamin regression tests" @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} tests) .endif .include diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 95f0b7b37b18..69014a9dbcfc 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -1,42 +1,40 @@ -# $MCom: ports/trunk/devel/gconf2/Makefile 20031 2014-11-02 21:47:55Z kwm $ - PORTNAME= gconf2 PORTVERSION= 3.2.6 PORTREVISION= 9 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= GConf-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= desktop@FreeBSD.org COMMENT= Configuration database system for GNOME LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib USES+= gettext gmake gnome libtool pathfix pkgconfig python:run \ shebangfix localbase USE_GNOME= libxml2 dconf intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --with-gtk=2.0 \ --without-openldap \ --disable-gtk \ --disable-gtk-doc-html \ --disable-gtk-doc \ --disable-orbit \ --disable-defaults-service INSTALL_TARGET= install-strip SHEBANG_FILES= gsettings/gsettings-schema-convert DOCSDIR= ${PREFIX}/share/doc/gconf post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.system .include diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 4323f73256a2..a34f6732f8dd 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -1,32 +1,30 @@ -# $MCom: ports-stable/devel/gconfmm26/Makefile,v 1.1 2010/06/24 07:51:01 kwm Exp $ - PORTNAME= gconfmm PORTVERSION= 2.28.3 PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for gconf2 API library LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm USES= compiler:c++11-lang gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --disable-documentation INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in .include diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index 4d2e2ceac712..d31d882dab66 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -1,58 +1,56 @@ -# $MCom: ports/devel/lasi/Makefile,v 1.1 2006/10/04 20:25:40 ahze Exp $ - PORTNAME= lasi PORTVERSION= 1.1.3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source DISTNAME= libLASi-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ stream output interface for creating Postscript documents LIB_DEPENDS= libltdl.so:devel/libltdl OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_SUB= yes USES= cmake compiler:c++11-lang gnome pathfix pkgconfig PATHFIX_CMAKELISTSTXT= pkg-config.cmake USE_GNOME= pango USE_LDCONFIG= yes CMAKE_ARGS+= -DCMAKE_INSTALL_DATADIR:PATH=${DATADIR} .include .if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:devel/doxygen .else EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmake+modules+lasi.cmake .endif pre-install: .if ! ${PORT_OPTIONS:MEXAMPLES} @${REINPLACE_CMD} 's/^\(add_subdirectory(examples)\)/#\1/' \ ${WRKSRC}/CMakeLists.txt .endif post-install: @${MV} ${STAGEDIR}${PREFIX}/lib/libLASi.so.2.0.0 \ ${STAGEDIR}${PREFIX}/lib/libLASi.so.2 .if ${PORT_OPTIONS:MDOXYGEN} @${MKDIR} ${STAGEDIR}${DOCSDIR} @${MV} ${STAGEDIR}${DATADIR}/doc/* ${STAGEDIR}${DOCSDIR}/ @${RMDIR} ${STAGEDIR}${DATADIR}/doc .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${MV} ${STAGEDIR}${DATADIR}/examples/* ${STAGEDIR}${EXAMPLESDIR}/ @${RMDIR} ${STAGEDIR}${DATADIR}/examples .endif .if ! ${PORT_OPTIONS:MDOXYGEN} && ! ${PORT_OPTIONS:MEXAMPLES} @${RM} -r ${STAGEDIR}${DATADIR}/* .endif @${TEST} -d ${STAGEDIR}${DATADIR} && \ ${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} .include diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 0df508481180..9faaa34dc22e 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/devel/libIDL/Makefile,v 1.7 2010/04/02 17:27:42 kwm Exp $ - PORTNAME= libIDL PORTVERSION= 0.8.14 PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= desktop@FreeBSD.org COMMENT= Library for creating trees of CORBA IDL files LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= bison:alias gettext gnome libtool localbase \ pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INFO= libIDL2 .include diff --git a/devel/libgee06/Makefile b/devel/libgee06/Makefile index f199dde888da..4d809fd33793 100644 --- a/devel/libgee06/Makefile +++ b/devel/libgee06/Makefile @@ -1,21 +1,19 @@ -# $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $ - PORTNAME= libgee PORTVERSION= 0.6.8 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 06 MAINTAINER= kwm@FreeBSD.org COMMENT= GObject collection library GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes INSTALL_TARGET= install-strip USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes .include diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile index ffb8025736bb..476e2f52e0e7 100644 --- a/devel/libglademm24/Makefile +++ b/devel/libglademm24/Makefile @@ -1,36 +1,34 @@ -# $MCom: ports/devel/libglademm24/Makefile,v 1.10 2008/09/22 11:42:53 kwm Exp $ - PORTNAME= libglademm PORTVERSION= 2.6.7 PORTREVISION= 14 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libglade2 library OPTIONS_DEFINE= DOCS LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ pkgconfig tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 ice USE_GNOME= libglade2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 PLIST_SUB= VERSION="2.4" API_VERSION="2.4" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in .include diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index f66938c804d8..288ed2075f36 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -1,30 +1,28 @@ -# $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $ - PORTNAME= liboil PORTVERSION= 0.3.17 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Library of optimized inner loops LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi USES= libtool pathfix pkgconfig PATHFIX_MAKEFILEIN= configure GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --disable-glib INSTALL_TARGET= install-strip CFLAGS:= ${CFLAGS:N-O*} -O2 .include .if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc USES+= compiler:gcc-c++11-lib .endif .include diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 9dc174051f6d..cbd9da80959c 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -1,25 +1,23 @@ -# $MCom: ports/trunk/devel/libsigc++20/Makefile 19952 2014-10-15 08:11:00Z gusi $ - PORTNAME= libsigc++ PORTVERSION= 2.10.8 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limit:^2\.10\. INSTALL_TARGET= install-strip USES= compiler:c++11-lang meson tar:xz USE_LDCONFIG= yes PLIST_SUB= API_VERSION="2.0" MESON_ARGS= -Dbuild-documentation=false \ -Dbuild-examples=false .include diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 21f8bf8aaf77..ee37d8c810a1 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -1,22 +1,20 @@ -# $MCom: ports/devel/libunicode/Makefile,v 1.4 2007/09/10 05:27:38 mezz Exp $ - PORTNAME= libunicode PORTVERSION= 0.4 PORTREVISION= 11 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/libunicode/0.4 DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Library for manipulating Unicode characters and strings USES= iconv libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include diff --git a/devel/ndesk-dbus-glib/Makefile b/devel/ndesk-dbus-glib/Makefile index 468cd66208e5..9193f7ec3333 100644 --- a/devel/ndesk-dbus-glib/Makefile +++ b/devel/ndesk-dbus-glib/Makefile @@ -1,29 +1,27 @@ -# $MCom: ports/devel/ndesk-dbus-glib/Makefile,v 1.2 2008/01/14 22:35:41 mezz Exp $ - PORTNAME= ndesk-dbus-glib PORTVERSION= 0.4.1 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib main loop integration for Managed D-Bus BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus USES= gmake mono pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs OPTIONS_DEFINE= DOCS DOCS= AUTHORS COPYING README post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/devel/ndesk-dbus/Makefile b/devel/ndesk-dbus/Makefile index 2455d77c4ec7..41fc8acb4a1f 100644 --- a/devel/ndesk-dbus/Makefile +++ b/devel/ndesk-dbus/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/devel/ndesk-dbus/Makefile,v 1.2 2008/01/14 22:35:41 mezz Exp $ - PORTNAME= ndesk-dbus PORTVERSION= 0.6.1a PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/ MAINTAINER= gnome@FreeBSD.org COMMENT= C\# implementation of D-Bus USES= gmake mono pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs OPTIONS_DEFINE= DOCS DOCS= AUTHORS COPYING README post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index 2072a84aa20e..ee25a07a4ebd 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,24 +1,22 @@ -# $MCom: ports/devel/py-xdg/Makefile,v 1.4 2007/09/10 05:35:05 mezz Exp $ - PORTNAME= xdg PORTVERSION= 0.28 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python library to access freedesktop.org standards LICENSE= LGPL20 NO_ARCH= yes USES= python:3.6+ USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xdg/BaseDirectory.py .include diff --git a/editors/abiword-docs/Makefile b/editors/abiword-docs/Makefile index b0831853e3f0..ebfb42812c8f 100644 --- a/editors/abiword-docs/Makefile +++ b/editors/abiword-docs/Makefile @@ -1,21 +1,19 @@ -# $MCom: ports/editors/abiword-docs/Makefile,v 1.1 2009/11/10 14:08:20 kwm Exp $ - PORTNAME= abiword-docs PORTVERSION= 3.0.1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= AbiWord help files BUILD_DEPENDS= abiword:editors/abiword RUN_DEPENDS= abiword:editors/abiword GNU_CONFIGURE= yes USES= gmake pkgconfig # Don't give X warnings if DISPLAY is set CONFIGURE_ENV= DISPLAY="" MAKE_ENV= DISPLAY="" .include diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index fe10f7d04379..c8638b637d56 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,43 +1,41 @@ -# $MCom: ports/editors/poedit/Makefile,v 1.2 2006/10/05 07:03:09 mezz Exp $ - PORTNAME= poedit PORTVERSION= 3.0.1 PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor LICENSE= BSD2CLAUSE BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \ libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ liblucene++.so:textproc/luceneplusplus USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake gnome \ pkgconfig USE_WX= 3.0 WX_CONF_ARGS= absolute WITH_BDB_HIGHEST= yes GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ## -stdlib=libc++ LDFLAGS+= -lpthread -L${BDB_LIB_DIR} -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB=yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ 's/for version in .*;/for version in ${BDB_VER};/ ; \ s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure .include diff --git a/games/adonthell-wastesedge/Makefile b/games/adonthell-wastesedge/Makefile index 003010c37bf4..47165254e08d 100644 --- a/games/adonthell-wastesedge/Makefile +++ b/games/adonthell-wastesedge/Makefile @@ -1,31 +1,29 @@ -# $MCom: ports/games/adonthell/Makefile,v 1.1 2006/10/04 20:13:33 ahze Exp $ - PORTNAME= wastesedge PORTVERSION= 0.3.8 CATEGORIES= games MASTER_SITES= SAVANNAH/adonthell PKGNAMEPREFIX= adonthell- DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Role playing game for the Adonthell engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= adonthell:games/adonthell RUN_DEPENDS= adonthell:games/adonthell USES= gettext-tools GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pyc \ --with-adonthell-binary=${LOCALBASE}/bin/adonthell DATADIR= ${PREFIX}/share/adonthell/games/wastesedge NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e \ 's|test $$adonthell_major_ver -eq 0 .*|true ;|' ${WRKSRC}/configure .include diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 94d2badc0524..d4df9bbd64cc 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -1,47 +1,45 @@ -# $MCom: ports/games/adonthell/Makefile,v 1.1 2006/10/04 20:13:33 ahze Exp $ - PORTNAME= adonthell PORTVERSION= 0.3.8 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Role playing game engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis USES= gettext gmake localbase pkgconfig python sdl USE_SDL= mixer2 ttf2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-py-debug \ --disable-pyc \ --with-py-libs="$$(${PYTHON_CMD}-config --ldflags ${_PY_EMBED})" \ --with-python=${PYTHON_CMD} PLIST_DIRS= ${DATADIR}/games PLIST_FILES= bin/adonthell \ man/man6/adonthell.6.gz \ ${DATADIR}/modules/adonthell.py \ ${DATADIR}/modules/dialogue.py .include # The "--embed" flag was introduced with Python 3.8 and is required because # C extensions are no longer linked to libpython since Python 3.8 and onwards. # # See also https://bugs.python.org/issue36721 for reference. .if ${PYTHON_REL} >= 30800 _PY_EMBED= --embed .endif post-patch: @${REINPLACE_CMD} 's,adonthell-0.3,adonthell,g' ${WRKSRC}/src/Makefile.in .include diff --git a/graphics/cluttermm/Makefile b/graphics/cluttermm/Makefile index 64ea5a9449ff..a9a66f999067 100644 --- a/graphics/cluttermm/Makefile +++ b/graphics/cluttermm/Makefile @@ -1,24 +1,22 @@ -# $MCom: ports/trunk/graphics/cluttermm/Makefile 19902 2014-09-20 12:15:02Z kwm $ - PORTNAME= cluttermm PORTVERSION= 1.17.3 PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ interfaces for clutter LIB_DEPENDS= libclutter-1.0.so:graphics/clutter USES+= compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \ pkgconfig tar:xz USE_CXXSTD= c++11 USE_GNOME= atkmm glib20 gtkmm30 libsigc++20 pangomm GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-documentation INSTALL_TARGET= install-strip .include diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index f6fe009ea6eb..76aa94347009 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,56 +1,54 @@ -# $MCom: ports/graphics/dia/Makefile,v 1.16 2007/10/11 02:49:12 mezz Exp $ - PORTNAME= dia PORTVERSION= 0.97.3 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Diagram creation program, similar to Visio OPTIONS_DEFINE= DOCS LIB_DEPENDS= libpng.so:graphics/png USES= cpe desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0` CONFIGURE_ARGS= --disable-gnome INSTALL_TARGET= install-strip CPE_VENDOR= gnome DOCS_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl .include #.if ${ARCH} == "i386" #LIB_DEPENDS+= libEMF.so:graphics/libemf #CONFIGURE_ARGS+= --enable-libemf #PLIST_SUB+= WMF="" #.else CONFIGURE_ARGS+= --disable-libemf PLIST_SUB+= WMF="@comment " #.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/lib/intl.c @${REINPLACE_CMD} -e 's|glib/gstrfuncs.h>|glib.h>|g' \ -e 's|glib/gtestutils.h|glib.h|g' \ ${WRKSRC}/objects/custom/shape_typeinfo.c \ ${WRKSRC}/tests/test-objects.c \ ${WRKSRC}/tests/test-boundingbox.c @${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} -e \ 's,\(^GTK_LIBS.*\),\1 -lpthread,' @${REINPLACE_CMD} -e 's|http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl|${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl| ; \ s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g ; \ s|-lstdc++||g' ${WRKSRC}/configure .include diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile index 75ab5c2f5589..86dff6c9293f 100644 --- a/graphics/goocanvasmm2/Makefile +++ b/graphics/goocanvasmm2/Makefile @@ -1,24 +1,22 @@ -# $MCom: ports/trunk/graphics/goocanvasmm2/Makefile 17268 2013-04-01 05:13:11Z marcus $ - PORTNAME= goocanvasmm PORTVERSION= 1.90.9 PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 MAINTAINER= kwm@FreeBSD.org COMMENT= C++ bindings for the goocanvas widget for GTK 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/gthumb/Makefile b/graphics/gthumb/Makefile index 332616d0c17d..a20ef6bcb437 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,102 +1,100 @@ -# $MCom: ports/trunk/graphics/gthumb/Makefile 19823 2014-08-20 09:28:14Z gusi $ - PORTNAME= gthumb PORTVERSION= 3.12.2 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Image viewer and browser for the GNOME environment LICENSE= GPLv2+ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ itstool:textproc/itstool LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \ libgstreamer-1.0.so:multimedia/gstreamer1 \ libjson-glib-1.0.so:devel/json-glib \ liblcms2.so:graphics/lcms2 \ liboauth.so:net/liboauth \ libpng.so:graphics/png \ libsoup-2.4.so:devel/libsoup \ libtiff.so:graphics/tiff \ libcolord.so:graphics/colord RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= bison compiler:c++11-lib cpe desktop-file-utils gettext gl \ gnome jpeg localbase:ldflags meson pkgconfig \ python:3.5+,build shebangfix tar:xz xorg USE_GL= egl USE_GNOME= cairo gtk30 intltool librsvg2 USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi MESON_ARGS= -Dlibrsvg=true \ -Dlibchamplain=false CPE_VENDOR= gnome INSTALL_TARGET= install-strip USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_CMD} SHEBANG_FILES= *.py data/gschemas/*.py gthumb/*.py po/*.py PLIST_SUB= GTHUMB_VER="3.10" GLIB_SCHEMAS= org.gnome.gthumb.change-date.gschema.xml \ org.gnome.gthumb.comments.gschema.xml \ org.gnome.gthumb.contact-sheet.gschema.xml \ org.gnome.gthumb.convert-format.gschema.xml \ org.gnome.gthumb.crop.gschema.xml \ org.gnome.gthumb.enums.xml \ org.gnome.gthumb.facebook.gschema.xml \ org.gnome.gthumb.file-manager.gschema.xml \ org.gnome.gthumb.flickr.gschema.xml \ org.gnome.gthumb.gschema.xml \ org.gnome.gthumb.gstreamer-tools.gschema.xml \ org.gnome.gthumb.image-print.gschema.xml \ org.gnome.gthumb.image-viewer.gschema.xml \ org.gnome.gthumb.importer.gschema.xml \ org.gnome.gthumb.photo-importer.gschema.xml \ org.gnome.gthumb.picasaweb.gschema.xml \ org.gnome.gthumb.pixbuf-savers.gschema.xml \ org.gnome.gthumb.rename-series.gschema.xml \ org.gnome.gthumb.resize-images.gschema.xml \ org.gnome.gthumb.resize.gschema.xml \ org.gnome.gthumb.rotate.gschema.xml \ org.gnome.gthumb.slideshow.gschema.xml \ org.gnome.gthumb.webalbums.gschema.xml \ org.gnome.gthumb.catalogs.gschema.xml \ org.gnome.gthumb.terminal.gschema.xml OPTIONS_DEFINE= BRASERO CLUTTER EXIV2 GSTREAMER RAW SECRET \ WEBP WEBSERVICES YELP OPTIONS_DEFAULT= BRASERO CLUTTER EXIV2 GSTREAMER RAW SECRET \ WEBP WEBSERVICES YELP OPTIONS_SUB= yes BRASERO_DESC= Write galleries to CD/DVD (large dependency) BRASERO_LIB_DEPENDS= libbrasero-media3.so:sysutils/brasero BRASERO_MESON_TRUE= libbrasero CLUTTER_DESC= Fancy slideshows CLUTTER_LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 CLUTTER_MESON_TRUE= clutter EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 EXIV2_MESON_TRUE= exiv2 GSTREAMER_USES= gstreamer GSTREAMER_MESON_TRUE= gstreamer RAW_DESC= Raw image support via libraw RAW_LIB_DEPENDS= libraw.so:graphics/libraw RAW_MESON_TRUE= libraw SECRET_DESC= Libsecret support for storing passwords SECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret SECRET_MESON_TRUE= libsecret WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_MESON_TRUE= libwebp WEBSERVICES_DESC= Web services WEBSERVICES_LIB_DEPENDS=\ libjson-glib-1.0.so:devel/json-glib \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 WEBSERVICES_MESON_TRUE= webservices YELP_DESC= Viewer for built-in help system YELP_RUN_DEPENDS= yelp:x11/yelp .include diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 3c9f523dd340..97671ab199a4 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -1,30 +1,28 @@ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.79 2010/09/28 07:31:27 kwm Exp $ - PORTNAME= libgnomecanvas PORTVERSION= 2.30.3 PORTREVISION?= 6 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Graphics library for GNOME LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz USES+= gettext gmake gnome libtool localbase pathfix pkgconfig tar:bzip2 USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libartlgpl2 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-glade \ --disable-gtk-doc INSTALL_TARGET= install-strip post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/libglade/2.0 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/libglade .include diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index bd9641a7817f..4634c160bf3b 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -1,33 +1,31 @@ -# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.22 2009/03/17 15:05:06 kwm Exp $ - PORTNAME= libgnomecanvasmm PORTVERSION= 2.26.0 PORTREVISION= 14 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgnomecanvas library LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= libgnomecanvas GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in .include diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index 70629604bdd2..db30db0dcdb3 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -1,25 +1,23 @@ -# $MCom: ports/graphics/libsvg-cairo/Makefile,v 1.5 2005/08/09 04:49:38 ahze Exp $ - PORTNAME= libsvg-cairo PORTVERSION= 0.1.6 PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= SVG rendering library LIB_DEPENDS= libsvg.so:graphics/libsvg \ libcairo.so:graphics/cairo GNU_CONFIGURE= yes USES= jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.a \ lib/libsvg-cairo.so \ lib/libsvg-cairo.so.1 \ lib/libsvg-cairo.so.1.0.1 \ libdata/pkgconfig/libsvg-cairo.pc .include diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 1436705fa3ef..335601a62d88 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -1,28 +1,26 @@ -# $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $ - PORTNAME= libsvg PORTVERSION= 0.1.4 PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Parser for SVG content in files or buffers LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gnome iconv jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/svg.h \ lib/libsvg.a \ lib/libsvg.so \ lib/libsvg.so.1 \ lib/libsvg.so.1.0.0 \ libdata/pkgconfig/libsvg.pc .include diff --git a/graphics/shared-color-profiles/Makefile b/graphics/shared-color-profiles/Makefile index 87d0450bcf23..9f4d15200faf 100644 --- a/graphics/shared-color-profiles/Makefile +++ b/graphics/shared-color-profiles/Makefile @@ -1,13 +1,11 @@ -# $MCom: ports/trunk/graphics/shared-color-profiles/Makefile 18965 2013-12-20 11:02:42Z kwm $ - PORTNAME= shared-color-profiles PORTVERSION= 0.1.5 CATEGORIES= graphics MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Color profiles from contributors for color calibration GNU_CONFIGURE= yes .include diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index 294a5f11a110..d660cd38ac07 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -1,21 +1,19 @@ -# $MCom: ports/graphics/svg2pdf/Makefile,v 1.2 2005/08/08 02:09:09 marcus Exp $ - PORTNAME= svg2pdf PORTVERSION= 0.1.3 PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PDF file (using cairo) LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -lm PLIST_FILES= bin/svg2pdf \ man/man1/svg2pdf.1.gz .include diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index e3d97cd368e0..ca27e8b2edf5 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -1,22 +1,20 @@ -# $MCom: ports/graphics/svg2png/Makefile,v 1.3 2005/08/06 02:21:48 marcus Exp $ - PORTNAME= svg2png PORTVERSION= 0.1.3 PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PNG image (using cairo) LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= /usr/lib/libm.so # Was labeled broken when ${/usr/bin/ld:L:tA}==/usr/bin/ld.lld: ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2 PLIST_FILES= bin/svg2png \ man/man1/svg2png.1.gz .include diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index c84ea4f383ae..f01c538150cb 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -1,21 +1,19 @@ -# $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $ - PORTNAME= xsvg PORTVERSION= 0.2.1 PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= X11 SVG viewer LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo USES= pkgconfig xorg GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender -lm USE_XORG= x11 xrender PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz .include diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 97bf2fc5561a..2ced77ccd3e9 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/japanese/scim-skk/Makefile,v 1.1 2006/09/30 05:17:05 ahze Exp $ - PORTNAME= scim-skk PORTVERSION= 0.5.2 PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= OSDN/scim-imengine MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module like SKK BUILD_DEPENDS= scim:textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake iconv libtool pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h .include diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile index 37017260a3e9..2cc66fdf41b9 100644 --- a/korean/scim-tables/Makefile +++ b/korean/scim-tables/Makefile @@ -1,17 +1,16 @@ -# $MCom: ports/korean/scim-tables/Makefile,v 1.1 2006/09/30 03:44:11 ahze Exp $ PORTNAME= scim-tables PORTVERSION= 0.5.10 PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SCIM table based Korean input methods BUILD_DEPENDS= scim-make-table:textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:textproc/scim-table-imengine GNU_CONFIGURE= yes USES= pkgconfig gmake .include diff --git a/lang/guile/Makefile b/lang/guile/Makefile index b6a864b14706..2c4b9832df9e 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,70 +1,68 @@ -# $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $ - PORTNAME= guile PORTVERSION= 3.0.8 CATEGORIES= lang scheme MASTER_SITES= GNU MAINTAINER= bofh@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi # Currently has linker error in i386. Feel free to add other ARCHS in # case of failure NOT_FOR_ARCHS= i386 LIB_DEPENDS= libffi.so:devel/libffi \ libgmp.so:math/gmp \ libltdl.so:devel/libltdl \ libunistring.so:devel/libunistring USES= charsetfix compiler:gcc-c++11-lib cpe gmake iconv libtool \ makeinfo pathfix pkgconfig readline tar:lz CPE_VENDOR= gnu USE_GCC= 12 USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip CONFLICTS_INSTALL= guile1 guile2 INFO= guile r5rs PLIST_SUB= GUILE_VER=${PORTVERSION:R} OPTIONS_DEFINE= NLS THREADS OPTIONS_DEFAULT= NLS THREADS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls THREADS_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded THREADS_LIB_DEPENDS_OFF= libgc.so:devel/boehm-gc THREADS_CONFIGURE_WITH= threads .include .if ${ARCH} == powerpc EXTRA_PATCHES= ${FILESDIR}/extra-patch-bootstrap_Makefile.in .endif post-patch: @${REINPLACE_CMD} -e 's|sys/time.h sys/timeb.h|sys/time.h |g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-i -e|-i.bak -e|' \ ${WRKSRC}/libguile/Makefile.in @${RM} -r ${WRKSRC}/prebuilt/32-bit-big-endian post-patch-THREADS-on: @${REINPLACE_CMD} -e 's|bdw-gc|bdw-gc-threaded|g' ${WRKSRC}/configure post-install: @${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.go" | ${XARGS} ${STRIP_CMD} .include diff --git a/lang/guile1/Makefile b/lang/guile1/Makefile index da77d5497d31..7a29a7d236d0 100644 --- a/lang/guile1/Makefile +++ b/lang/guile1/Makefile @@ -1,55 +1,53 @@ -# $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $ - PORTNAME= guile PORTVERSION= 1.8.8 CATEGORIES= lang scheme MASTER_SITES= GNU PKGNAMESUFFIX= 1 MAINTAINER= bofh@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libltdl.so:devel/libltdl \ libgmp.so:math/gmp USES= autoreconf cpe gmake libtool makeinfo ncurses pathfix CPE_VENDOR= gnu USE_LDCONFIG= yes CONFLICTS_INSTALL= guile2 guile GNU_CONFIGURE= yes CFLAGS+= -fwrapv CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PORTSCOUT= limit:^1\. PLIST_SUB= GUILE_VER=${PORTVERSION:R} REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \ libguile/mallocs.c libguile/eval.c libguile/gc-malloc.c \ libguile/ports.c libguile/gc-mark.c libguile/gc_os_dep.c INFO= goops guile-tut guile r5rs OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USES_OFF= gettext-tools post-extract: @${FIND} ${WRKSRC}/doc -name "*.info*" -delete post-patch: @cd ${WRKSRC} ; \ ${REINPLACE_CMD} -e 's|||g' ${REINPLACE_FILES} @${REINPLACE_CMD} -e 's|$$(libdir)|$$(libdir)data|g' ${WRKSRC}/Makefile.am @${TOUCH} ${WRKSRC}/Makefile.in .include diff --git a/lang/slib-guile/Makefile b/lang/slib-guile/Makefile index b204d577f18a..3a43b8000f32 100644 --- a/lang/slib-guile/Makefile +++ b/lang/slib-guile/Makefile @@ -1,23 +1,21 @@ -# $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $ - PORTNAME= slib PORTVERSION= 3b6 # Keep this in sync with lang/slib PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= # empty PKGNAMESUFFIX= -guile DISTFILES= # empty MAINTAINER= bofh@FreeBSD.org COMMENT= SLIB installation for Guile BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib \ guile:lang/guile RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES+= pkg-install pkg-deinstall NO_ARCH= yes NO_BUILD= yes NO_INSTALL= yes .include diff --git a/lang/slib-guile1/Makefile b/lang/slib-guile1/Makefile index 972a8be14446..a376a05b3df5 100644 --- a/lang/slib-guile1/Makefile +++ b/lang/slib-guile1/Makefile @@ -1,22 +1,20 @@ -# $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $ - PORTNAME= slib PORTVERSION= 3b6 # Keep this in sync with lang/slib CATEGORIES= lang scheme MASTER_SITES= # empty PKGNAMESUFFIX= -guile1 DISTFILES= # empty MAINTAINER= bofh@FreeBSD.org COMMENT= SLIB installation for Guile1 BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib \ guile:lang/guile1 RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES+= pkg-install pkg-deinstall NO_ARCH= yes NO_BUILD= yes NO_INSTALL= yes .include diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index f42bac7f7a3b..2d549ffb01df 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,55 +1,53 @@ -# $MCom$ - PORTNAME= balsa PORTVERSION= 2.5.1 PORTREVISION= 7 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ MAINTAINER= gnome@FreeBSD.org COMMENT= Mail reader for the GNOME desktop BUILD_DEPENDS= gnome-keyring:security/gnome-keyring \ itstool:textproc/itstool \ yelp-tools>=0:textproc/yelp-tools LIB_DEPENDS= libpcre.so:devel/pcre \ libesmtp.so:mail/libesmtp \ libgmime-2.6.so:mail/gmime26 \ libcanberra-gtk3.so:audio/libcanberra-gtk3 RUN_DEPENDS= gnome-keyring:security/gnome-keyring # Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 # in ports gets updated to > 1.10.x, balsa should depend on it. USES= cpe desktop-file-utils gettext gmake gnome iconv pathfix perl5 \ pkgconfig ssl tar:bzip2 USE_GNOME= gnomeprefix gtkhtml4 intlhack libxslt CPE_VENDOR= gnome GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-threads \ --disable-more-warnings \ --with-ssl \ --without-nm \ --with-html-widget=gtkhtml4 \ --with-gmime=2.6 \ --with-canberra CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_SUB= yes OPTIONS_DEFINE= LDAP GTKSPELL GTKSV NOTIFY GPG OPTIONS_DEFAULT=LDAP GTKSPELL GTKSV NOTIFY GTKSPELL_DESC= Spell checking support GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support GPG_CONFIGURE_WITH= gpgme GPG_LIB_DEPENDS= libgpgme.so:security/gpgme LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap GTKSPELL_CONFIGURE_WITH= gtkspell GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 GTKSV_USE= GNOME=gtksourceview3 GTKSV_CONFIGURE_WITH= gtksourceview NOTIFY_CONFIGURE_WITH= libnotify NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index c25852ce04a9..c563666b811c 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -1,23 +1,21 @@ -# $MCom: ports-experimental/trunk/misc/gnome-icon-theme-extras/Makefile 19329 2014-03-25 14:54:05Z gusi $ - PORTNAME= gnome-icon-theme-extras PORTVERSION= 3.12.0 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Additional collection of icons for the GNOME desktop BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme USES= gmake gnome pathfix pkgconfig tar:xz USE_GNOME= intlhack gtk-update-icon-cache GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-icon-mapping CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 3dea0f834fa1..351b61f7a37f 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -1,31 +1,29 @@ -# $MCom$ - PORTNAME= gnome-icon-theme PORTVERSION= 3.12.0 PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of icons for the GNOME desktop LICENSE= LGPL3 CC-BY-SA-3.0 LICENSE_COMB= dual LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING_LGPL LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/COPYING_CCBYSA3 BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic GNU_CONFIGURE= yes USES= gettext-tools gmake gnome localbase pathfix pkgconfig tar:xz USE_GNOME= intlhack CONFIGURE_ARGS= --enable-icon-mapping CONFIGURE_ENV= ac_cv_path_GTK_UPDATE_ICON_CACHE=/usr/bin/true CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index beec23db787a..2e0fa8c7b1bb 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -1,21 +1,19 @@ -# $MCom: ports/misc/gnome-mime-data/Makefile,v 1.14 2007/05/22 04:59:18 marcus Exp $ - PORTNAME= gnome-mime-data PORTVERSION= 2.18.0 PORTREVISION= 5 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= MIME and Application database for GNOME LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gettext gmake gnome localbase pathfix tar:bzip2 USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes LIBS+= -lintl .include diff --git a/multimedia/gstreamermm/Makefile b/multimedia/gstreamermm/Makefile index d1a2db5ac979..02d21fe8d0e9 100644 --- a/multimedia/gstreamermm/Makefile +++ b/multimedia/gstreamermm/Makefile @@ -1,25 +1,23 @@ -# $MCom: ports/multimedia/gstreamermm/Makefile,v 1.6 2009/09/26 13:42:00 marcus Exp $ - PORTNAME= gstreamermm PORTVERSION= 1.10.0 PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= GNOME MAINTAINER= multimedia@FreeBSD.org COMMENT= C++ wrapper library for the multimedia library GStreamer LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang gmake gnome gstreamer libtool pathfix pkgconfig \ tar:xz USE_CXXSTD= c++11 USE_GNOME= gnomeprefix gtkmm24 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-documentation INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB= VERSION="1.0" .include diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 126ada704c3f..56dda03844e8 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -1,32 +1,30 @@ -# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ - PORTNAME= finch MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) LIB_DEPENDS= libpurple.so:net-im/libpurple \ libgnt.so:devel/libgnt MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/finch INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_CONSOLEUI= yes CPE_PRODUCT= pidgin CPPFLAGS+= -DNCURSES_WIDECHAR -D_XOPEN_SOURCE_EXTENDED USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtkui \ --disable-schemas-install \ --disable-nm \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} post-install: ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 7a75c868d800..84e4789bf46e 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -1,46 +1,44 @@ -# $MCom: ports/trunk/net-im/loudmouth/Makefile 19914 2014-09-25 22:33:21Z kwm $ - PORTNAME= loudmouth DISTVERSION= 1.5.4 CATEGORIES= net-im MASTER_SITES= https://mcabber.com/files/loudmouth/ \ http://www.lilotux.net/~mikael/mcabber/files/loudmouth/ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libidn.so:dns/libidn USES= gettext gmake gnome libtool pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-rebuilds \ --disable-gtk-doc \ --with-compile-warnings=no \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= GNUTLS GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --with-ssl=gnutls OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-ssl=openssl OPENSSL_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss .include .if empty(PORT_OPTIONS:MGNUTLS) && empty(PORT_OPTIONS:MOPENSSL) CONFIGURE_ARGS+= --without-ssl .endif .include diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 79372f92466f..b6b61d9cc850 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -1,37 +1,35 @@ -# $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $ - PORTNAME= pidgin MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libpurple.so:net-im/libpurple MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/pidgin INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_GTKUI= yes USES= gnome python:build xorg USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 intltool USE_XORG= xscrnsaver sm CONFIGURE_ARGS= --disable-consoleui \ --disable-nm \ --enable-screensaver \ --disable-schemas-install \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} post-install-PERL-on: @${SED} -i '' -e 's|^${STAGEDIR}||g' \ ${STAGEDIR}${PREFIX}/lib/pidgin/perl/auto/Pidgin/.packlist post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index b0cad98cf72d..973067581062 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -1,28 +1,26 @@ -# $MCom: ports/trunk/net-im/telepathy-glib/Makefile 20031 2014-11-02 21:47:55Z kwm $ - PORTNAME= telepathy-glib PORTVERSION= 0.24.1 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib utility library for the Telepathy framework LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS= vapigen:lang/vala PORTSCOUT= limitw:1,even USES= gmake gnome libtool pathfix pkgconfig python:build USE_GNOME= glib20 introspection:build libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vala-bindings INSTALL_TARGET= install-strip .include diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index 54fb6210ec72..e06ed8efe449 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -1,33 +1,31 @@ -# $MCom: ports/trunk/net-im/telepathy-idle/Makefile 20041 2014-11-04 11:13:49Z kwm $ - PORTNAME= telepathy-idle PORTVERSION= 0.2.0 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= IRC Connection Manager for Telepathy Framework LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib USES= gmake gnome libtool pathfix pkgconfig python:build ssl USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include .if ${SSL_DEFAULT} == base CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -lssl -lcrypto" OPENSSL_CFLAGS="-I/usr/include" .endif post-patch: @${REINPLACE_CMD} -e 's|strnlen(\([^,]*\), [^)]*)|strlen(\1)|' \ ${WRKSRC}/src/idle-connection.c \ ${WRKSRC}/src/idle-parser.c .include diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile index 8175f089a3a7..77f114a40936 100644 --- a/net-im/telepathy-logger/Makefile +++ b/net-im/telepathy-logger/Makefile @@ -1,32 +1,30 @@ -# $MCom: ports/trunk/net-im/telepathy-logger/Makefile 19955 2014-10-15 10:15:00Z gusi $ - PORTNAME= telepathy-logger PORTVERSION= 0.8.2 PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Logger utility library for the Telepathy framework LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib USES= gettext-tools gmake gnome libtool pathfix pkgconfig \ python:build sqlite tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= glib20 intltool libxml2 \ libxslt:build introspection:build GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml INSTALL_TARGET= install-strip MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ ${WRKSRC}/tools/*.py .include diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index 8c7ddb22b46b..99b25274d81e 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -1,32 +1,30 @@ -# $MCom: ports/trunk/net-im/telepathy-mission-control/Makefile 19955 2014-10-15 10:15:00Z gusi $ - PORTNAME= telepathy-mission-control PORTVERSION= 5.16.6 PORTREVISION= 2 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/ MAINTAINER= gnome@FreeBSD.org COMMENT= Telepathy component to apps to abstract details of connection managers LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus USES= gmake gnome libtool pathfix pkgconfig python:build USE_GNOME= glib20 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--disable-upower USE_LDCONFIG= yes GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ ${WRKSRC}/configure .include diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index ceb0fdb9f4e2..4ffe730dfd32 100644 --- a/net-im/telepathy-salut/Makefile +++ b/net-im/telepathy-salut/Makefile @@ -1,33 +1,31 @@ -# $MCom: ports/trunk/net-im/telepathy-salut/Makefile 19802 2014-08-13 12:13:08Z gusi $ - PORTNAME= telepathy-salut PORTVERSION= 0.8.1 PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Link-local Connection Manager for Telepathy Framework LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavahi-glib.so:net/avahi-app \ libtelepathy-glib.so:net-im/telepathy-glib \ libsoup-2.4.so:devel/libsoup GNU_CONFIGURE= yes USES= gmake gnome libtool pathfix pkgconfig python:build sqlite ssl USE_GNOME= glib20 libxslt:build CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no LDFLAGS+= -lpthread INSTALL_TARGET= install-strip PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|make -C|${GMAKE} -C|g' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/tests/Makefile.in .include diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 8236efaefa12..38c8bba984d1 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -1,31 +1,29 @@ -# $MCom: ports/net-p2p/gtorrentviewer/Makefile,v 1.4 2007/08/06 17:16:29 mezz Exp $ - PORTNAME= gtorrentviewer PORTVERSION= 0.2b PORTREVISION= 19 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} DISTNAME= GTorrentViewer-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= GTK+2 viewer and editor for BitTorrent meta files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl USES= desktop-file-utils gmake gnome pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ --with-desktopdir=${PREFIX}/share/applications CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm PORTSCOUT= skipv:0.2 # older than current version post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/main.c .include diff --git a/net/avahi-autoipd/Makefile b/net/avahi-autoipd/Makefile index 0702cf5db14f..51ba4eff8cfd 100644 --- a/net/avahi-autoipd/Makefile +++ b/net/avahi-autoipd/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/net/avahi-autoipd/Makefile,v 1.1 2007/07/31 18:24:12 ahze Exp $ - PORTREVISION= 0 CATEGORIES= net PKGNAMESUFFIX= -autoipd MAINTAINER= gnome@FreeBSD.org COMMENT= IPv4LL network address configuration daemon LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libdaemon.so:devel/libdaemon USERS= avahi-autoipd GROUPS= ${USERS} MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-autoipd INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist AVAHI_SLAVE= autoipd MANPAGES= avahi-autoipd.8 .include "${MASTERDIR}/Makefile" diff --git a/net/avahi-header/Makefile b/net/avahi-header/Makefile index f5357d9ff55d..098df2567fe1 100644 --- a/net/avahi-header/Makefile +++ b/net/avahi-header/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/net/avahi-header/Makefile,v 1.4 2012/07/09 18:22:19 kwm Exp $ - PORTREVISION= 0 CATEGORIES= net PKGNAMESUFFIX= -header COMMENT= Install an avahi-gtk* header to avoid conflict CONFLICTS= avahi-gtk-0.7.[0-2]* MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-ui INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist AVAHI_SLAVE= header NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/include/avahi-ui ${INSTALL_DATA} ${BUILD_WRKSRC}/avahi-ui.h \ ${STAGEDIR}/${PREFIX}/include/avahi-ui/ .include "${MASTERDIR}/Makefile" diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 2a174d68cea4..2eed0ab86e92 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,27 +1,25 @@ -# $MCom: ports/net/avahi/Makefile,v 1.30 2011/03/13 17:23:19 kwm Exp $ - PORTNAME= avahi PORTVERSION= 0.8 CATEGORIES?= net dns MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the Avahi service discovery suite RUN_DEPENDS= avahi-app>=0.8:net/avahi-app USES= metaport OPTIONS_DEFINE= AUTOIPD GTK2 GTK3 MONO QT5 PYTHON OPTIONS_DEFAULT=AUTOIPD GTK3 AUTOIPD_DESC= IPv4LL network address configuration daemon LIBDNS_DESC= Apple's mDNSResponder compatibility library AUTOIPD_RUN_DEPENDS= avahi-autoipd:net/avahi-autoipd GTK2_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-ui.pc:net/avahi-gtk GTK3_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk3 #LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:net/avahi-libdns MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:net/avahi-sharp QT5_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt5.pc:net/avahi-qt5 PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi .include diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index b2ab1c278124..e7dd9a4e22ef 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -1,27 +1,25 @@ -# $MCom: ports/trunk/net/libzapojit/Makefile 19822 2014-08-20 08:57:46Z gusi $ - PORTNAME= libzapojit PORTVERSION= 0.0.3 PORTREVISION= 2 CATEGORIES= net devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GObject wrapper for the Skydrive and Hotmail API BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome USE_GNOME= gnomeprefix intltool GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index 3d3696b7bd24..409be9c30cc4 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -1,53 +1,51 @@ -# $MCom: ports/net/py-avahi/Makefile,v 1.4 2007/07/31 18:24:13 ahze Exp $ - PORTREVISION= 0 CATEGORIES= net gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface to the Avahi mDNS system BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus@${PY_FLAVOR} LIB_DEPENDS= libavahi-client.so:net/avahi-app RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus@${PY_FLAVOR} \ avahi-gtk3>=0.7:net/avahi-gtk3 MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-python INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist AVAHI_SLAVE= python USE_GNOME= pygobject3 gtk30 USES= python:3.5+ USE_PYTHON= flavors py3kplist MANPAGES= avahi-bookmarks.1 # See https://github.com/lathiat/avahi/issues/277 post-extract: ${CP} ${FILESDIR}/build-db ${WRKSRC}/service-type-database post-patch: @${REINPLACE_CMD} -e 's|@pkglibdatadir@|${DATADIR}|' \ ${WRKSRC}/avahi-python/avahi/ServiceTypeDatabase.py.in do-build: @${DO_MAKE_BUILD} -C ${BUILD_WRKSRC} @${DO_MAKE_BUILD} -C ${WRKSRC}/service-type-database do-install: @(cd ${BUILD_WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} install-strip) @(cd ${WRKSRC}/service-type-database; ${MAKE_CMD} ${MAKE_ARGS} install) post-install: (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,}) (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,}) .include "${MASTERDIR}/Makefile" diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index a81c8e91f443..0d396cd36c57 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -1,93 +1,91 @@ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.26 2010/10/10 15:49:51 marcus Exp $ - PORTNAME= PackageKit PORTVERSION= 0.6.11 PORTREVISION?= 9 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT?= DBUS packaging abstraction layer BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:textproc/docbook-utils LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libpolkit-gobject-1.so:sysutils/polkit \ libck-connector.so:sysutils/consolekit2 RUN_DEPENDS= lsof:sysutils/lsof \ bash:shells/bash IGNORE= does not build with new polkit USES= cpe gettext gmake gnome iconv libtool pathfix pkgconfig \ python:build shared-mime-info shebangfix sqlite:3 CPE_VENDOR= packagekit_project SHEBANG_FILES= backends/test/helpers/search-name.sh \ contrib/cron/packagekit-background.cron USE_GNOME= glib20 intltool introspection USE_LDCONFIG= yes GNU_CONFIGURE= yes LIBS+= -lexecinfo CONFIGURE_ARGS+=--with-security-framework=polkit \ --localstatedir=/var \ --disable-static \ --disable-gtk-doc \ --disable-managed \ --disable-browser-plugin \ --disable-gstreamer-plugin \ --disable-networkmanager \ --disable-connman INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE=yes .if !defined(SLAVEPORT) OPTIONS_DEFINE= PORTS MANPAGES OPTIONS_DEFAULT=PORTS PORTS_DESC=Use portupgrade for management, dummy if disabled .include . if ${PORT_OPTIONS:MMANPAGES} BUILD_DEPENDS+= docbook-sgml>0:textproc/docbook-sgml \ xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl PLIST_SUB+= MAN='' . else CONFIGURE_ARGS+=--disable-man-pages PLIST_SUB+= MAN='@comment ' . endif . if ${PORT_OPTIONS:MPORTS} RUN_DEPENDS+= ${LOCALBASE}/sbin/portupgrade:ports-mgmt/portupgrade USE_RUBY= yes CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports PLIST_SUB+= PORTS="" . else CONFIGURE_ARGS+=--disable-ports --with-default-backend=dummy PLIST_SUB+= PORTS="@comment " . endif CONFIGURE_ARGS+=--disable-gtk-module PLIST_SUB+= GTK="@comment " CONFIGURE_ARGS+=--disable-qt .endif post-patch: @${REINPLACE_CMD} -E -e 's/.*WARNINGFLAGS_CPP.*-Werror/#$$&/' \ -e 's|-DG_DISABLE_DEPRECATED||g' \ -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/pk-lsof.c @${REINPLACE_CMD} -e 's|girepositry|girepository|g' \ ${WRKSRC}/lib/packagekit-glib2/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ '/xsltproc/s|.xsl [$$]? &> /dev|.xsl $$? > /dev|g' post-install: .if !defined(SLAVEPORT) @${INSTALL_DATA} ${WRKSRC}/data/transactions.db \ ${STAGEDIR}${PREFIX}/share/PackageKit/transactions.db .endif .include diff --git a/ports-mgmt/portlint/src/portlint.1 b/ports-mgmt/portlint/src/portlint.1 index bf391d28e9f3..e19cf0df1848 100644 --- a/ports-mgmt/portlint/src/portlint.1 +++ b/ports-mgmt/portlint/src/portlint.1 @@ -1,179 +1,178 @@ -.\" $MCom: portlint/portlint.1,v 1.15 2021/04/19 20:48:32 jclarke Exp $ .\" .\" Copyright (c) 1997 by Jun-ichiro Hagino . .\" All Rights Reserved. Absolutely no warranty. .\" .Dd April 1, 2010 .Dt PORTLINT 1 .Os .Sh NAME .Nm portlint .Nd a verifier for port directories .Sh SYNOPSIS .Nm portlint .Op Fl abcghvtACNV .Op Fl M Ar ENV .Op Fl B Ar n .Op Ar dir .Sh DESCRIPTION .Nm tries to verify the content of a port directory. The purpose of .Nm can be separated into two parts: .Pq 1 to let the submitters easily polish their own port directory, and .Pq 2 to decrease the labor of the committers. .Pp .Nm uses very simple regular-expression matching for verifying files that make up a port directory. Note that it does NOT implement a complete parser for those files. Because of this the user may see some extra warnings, especially when checking complex .Pa Makefile Ns No s . .Pp .Sy Options .Bl -tag -width Fl .It Fl a Perform additional checks for extra files, such as .Pa scripts/* and .Pa pkg-* . .It Fl b Warn the use of .Pa $(VARIABLE) . Some of the committers prefer .Pa ${VARIABLE} instead of .Pa $(VARIABLE) , even though they are semantically the same. .It Fl c Committer flag. It will add several checks useful only for committers. If you are a committer and performing check just before committing a port, use this option. .It Fl g Group and consolidate errors so that redundant error messages are rolled up into one line with a list of all affected line numbers (where appropriate). This option is disabled if .Fl v is specified. .It Fl h Show the summary of command line options, then exit. .It Fl m Adds checks for $PORTSDIR/MOVED, $PORTSDIR/UIDs, and $PORTSDIR/GIDs. .It Fl v Be verbose. Show the progress report for items that are being checked. .It Fl t Nit pick about use of spaces. .It Fl A Turn on all additional checks. This is equivalent to .Fl abcmNt . .It Fl C Pedantic committer flag. This is equivalent to .Fl abcmt . .It Fl N New port flag. Adds several checks specific to newly submitted port. If you are willing to submit the directory to be checked as a new port, use this option. .It Fl V Print the portlint version and exit. .It Fl M Ar ENV Set make variables to .Pa ENV (ex. PORTSDIR=/usr/ports.work). .It Fl B Ar n Set the number of contiguous blank lines allowed in .Pa Makefile to .Ar n . (by default, .Ar n is 1) .It dir The port directory to be checked. If omitted, check will be performed over the current directory. .El .Sh ENVIRONMENT The following environment variables affect the execution of .Nm : .Bl -tag -width ".Ev PL_SVN_IGNORE" .It Ev PL_SVN_IGNORE Set to a Perl-compatible regular expression, of patterns to ignore when checking to see if files are in the SVN repository. For example, .Li '^\ed+$|^pr-patch$' . .It Ev PORTSDIR The fully-qualified path to the ports tree. For example, .Dq Li /usr/ports . .El .Sh FILES .Bl -tag -width bsd.port.mkxx -compact .It Pa bsd.port.mk master Makefile for ports .Po .Pa bsd.pkg.mk on .Nx / .Ox .Pc .It Pa /usr/ports/* ports collection .Po .Pa /usr/pkgsrc/* on .Nx / .Ox .Pc ; can be overriden by setting the .Va PORTSDIR environment variable. .El .Sh DIAGNOSTICS Messages will be sent to standard output, not standard error output. .Bl -tag -width "WARN: foobaa" .It FATAL: ... This type of error message suggests that there is some fatal error in the port directory. For example, if some files need a rewrite, or if some inevitable files are missing, this message will show up. This kind of errors should be avoided BEFORE submitting a port via send-pr to the committers. .\"If a submitter submits it without update, committers will need to rewrite .\"on behalf of the submitters, which may result in delay of .\"the development of operating system itself. .It WARN: ... This type of error message suggests that some files may (or may not) need some fix. Basically, warnings are produced when .Nm is not completely sure about the result. For example, complex .Pa Makefile Ns No s may need some statements that can match the regular expression .Nm uses for sanity checks. In those cases, the user should evaluate the result manually, and obey/ignore the result. .It OK: ... This types of message is used in verbose mode .Pq Fl v . .El .Sh AUTHORS .An Joe Marcus Clarke Aq marcus@FreeBSD.org .An Michael Haro Aq mharo@FreeBSD.org .An Jun-ichiro Hagino Aq itojun@itojun.org and .An Yoshishige Arai Aq ryo2@on.rim.or.jp . .Pp Many people have contributed patches and comments/suggestions. .Sh BUGS .Nm is not a magic wand, as described above. diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index 5d3f8e43620e..9ddc6a72d12d 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -1,22 +1,20 @@ -# $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $ - PORTNAME= cups-pk-helper PORTVERSION= 0.2.6 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Helper that makes system-config-printer use PolicyKit LICENSE= GPLv2 LIB_DEPENDS= libcups.so:print/cups \ libpolkit-gobject-1.so:sysutils/polkit USE_GNOME= glib20 intltool USES= cpe gettext gmake gnome localbase pkgconfig tar:xz CPE_VENDOR= cups-pk-helper_project GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index e3de4d29ede7..374875d5458e 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,19 +1,17 @@ -# $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $ - PORTNAME= libspectre PORTVERSION= 0.2.10 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ MAINTAINER= desktop@FreeBSD.org COMMENT= Small library for rendering Postscript documents LICENSE= GPLv2 USES= ghostscript gmake gnome libtool localbase pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= cairo GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 5e7053a6ec50..5ae519c38e42 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -1,29 +1,27 @@ -# $MCom: ports/trunk/security/libgnome-keyring/Makefile 20031 2014-11-02 21:47:55Z kwm $ - PORTNAME= libgnome-keyring PORTVERSION= 3.12.0 PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets LIB_DEPENDS= libdbus-1.so:devel/dbus \ libgcrypt.so:security/libgcrypt USE_GNOME= glib20 gnomeprefix intlhack \ introspection:build USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-vala INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/gnome-keyring OPTIONS_DEFINE= DOCS .include diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 784afe08bde3..b3127ce585cd 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -1,22 +1,20 @@ -# $MCom: ports/trunk/sysutils/gconf-editor/Makefile 19804 2014-08-13 14:55:11Z kwm $ - PORTNAME= gconf-editor PORTVERSION= 3.0.1 PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Gconf database editor for the GNOME 3 environment USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack gtk30 gconf2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gconf-editor.schemas .include diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 4a3bb3582947..6cd7c69e4e50 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -1,24 +1,22 @@ -# $MCom: ports/trunk/sysutils/polkit-gnome/Makefile 19804 2014-08-13 14:55:11Z kwm $ - PORTNAME= polkit-gnome PORTVERSION= 0.105 PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME frontend to the PolicyKit framework LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk20 gtk30 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-gtk=2.0 \ --localstatedir=/var CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 82542eb14f8f..8f95a73e9614 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -1,20 +1,18 @@ -# $MCom: ports/textproc/aiksaurus/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ - PORTNAME= aiksaurus PORTVERSION= 1.2.1 PORTREVISION?= 3 CATEGORIES?= textproc MASTER_SITES= SF MAINTAINER?= gnome@FreeBSD.org COMMENT?= Set of libraries and applications which provide a thesaurus LICENSE= GPLv2 USES= gmake libtool pathfix pkgconfig USE_CSTD= gnu89 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk .include diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index d3b31c897148..683f7ef13885 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -1,28 +1,26 @@ -# $MCom: ports/textproc/exempi/Makefile,v 1.1 2008/02/26 18:50:26 ahze Exp $ - PORTNAME= exempi DISTVERSION= 2.5.2 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://libopenraw.freedesktop.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= Port of Adobe XMP SDK to work on UNIX BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libexpat.so:textproc/expat2 USES= cpe gmake iconv libtool localbase pathfix tar:bzip2 CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes INSTALL_TARGET= install-strip GNU_CONFIGURE= yes pre-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NOCONFIGURE=1 ./autogen.sh post-patch: @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/configure .include diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 564c839f87c5..ed405055a887 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,24 +1,22 @@ -# $MCom: ports/textproc/gtkspell/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ - PORTNAME= gtkspell PORTVERSION= 2.0.16 PORTREVISION?= 6 CATEGORIES= textproc gnome MASTER_SITES= LOCAL/marcus MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ 2 spell checking component LIB_DEPENDS= libenchant.so:textproc/enchant USES= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in .include diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index aa53f7bded30..46f161620eb5 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,47 +1,45 @@ -# $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.3 2006/10/17 11:45:45 ahze Exp $ - PORTNAME= hyperestraier PORTVERSION= 1.4.13 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search system BUILD_DEPENDS= qdbm>=1.8.77:databases/qdbm # check configure for min version of qdbm. LIB_DEPENDS= libqdbm.so.14:databases/qdbm LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= iconv pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bzip2 --disable-zlib CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= LZO MECAB LZO_DESC= Enable lzo support MECAB_DESC= Enable mecab support LZO_CONFIGURE_ENABLE= lzo LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MECAB_CONFIGURE_ENABLE= mecab MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_RUN_DEPENDS= ja-mecab-ipadic>0:japanese/mecab-ipadic post-patch: @${REINPLACE_CMD} -e 's/@MYCFLAGS@/@CFLAGS@ -Wall -fPIC -fsigned-char/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure @${RM} ${WRKSRC}/doc/intro-en.html~ ${WRKSRC}/doc/intro-ja.html~ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libestraier.so .include diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 9e702b360158..3d33ed4cb5e8 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -1,38 +1,36 @@ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.43 2011/04/18 19:58:29 kwm Exp $ - PORTNAME= libxml++ PORTVERSION= 2.40.1 PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= GNOME MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ USES+= tar:xz compiler:c++11-lang USE_CXXSTD= c++11 PLIST_SUB= VERSION="2.6" API_VERSION="2.6" .if !defined(REFERENCE_PORT) USES+= gmake libtool pathfix pkgconfig gnome USE_GNOME= glibmm libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static --disable-documentation INSTALL_TARGET= install-strip BINARY_WRAPPERS= gm4 post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ ${WRKSRC}/libxml++-2.6.pc.in .include .endif diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index 1447636385bf..c996222b1d16 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -1,37 +1,35 @@ -# $MCom: ports/trunk/www/gnome-user-share/Makefile 19970 2014-10-16 08:47:02Z gusi $ - PORTNAME= gnome-user-share PORTVERSION= 3.14.0 PORTREVISION= 5 CATEGORIES= www deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Personal file-sharing service for the GNOME Desktop BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libnotify.so:devel/libnotify \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libunique-1.0.so:x11-toolkits/unique RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_dnssd>=0:www/mod_dnssd \ console-kit-daemon:sysutils/consolekit2 USES= apache:2.2+ gettext gmake gnome libtool pkgconfig tar:xz xorg USE_XORG= sm USE_GNOME= gnomeprefix gtk30 intlhack nautilus3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} \ --disable-bluetooth CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.desktop.file-sharing.gschema.xml post-patch: @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ ${WRKSRC}/data/dav_user_*.conf .include diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index 2db7ed22c173..4ad80e87edc8 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -1,28 +1,26 @@ -# $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.3 2007/09/10 15:44:29 mezz Exp $ - PORTNAME= clearlooks-metacity PORTVERSION= 2.0 PORTREVISION= 7 CATEGORIES= x11-themes MASTER_SITES= http://www.stellingwerff.com/ #MASTER_SITES= SOURCEFORGE/clearlooks MAINTAINER= ports@FreeBSD.org COMMENT= Clearlooks Metacity theme USES= gnome CONFLICTS= gnome-themes-2.11.9[1-9]* gnome-themes-2.* WRKSRC= ${WRKDIR}/Clearlooks/metacity-1/ USE_GNOME= metacity gnomeprefix DATADIR= share/themes/Clearlooks/metacity-1 NO_BUILD= yes PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR} .include diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index a9fcc2022dd7..bda95f9b3877 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -1,68 +1,66 @@ -# $MCom: ports/x11-themes/clearlooks/Makefile,v 1.8 2007/08/07 04:34:29 mezz Exp $ - PORTNAME?= clearlooks PORTVERSION= 0.6.2 PORTREVISION= 13 CATEGORIES= x11-themes MASTER_SITES= SF/clearlooks/clearlooks/clearlooks%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT?= GTK+ 2.x engine based on Bluecurve GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gnome libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .if defined(PORTNAME) && !defined(PKGNAMESUFFIX) OPTIONS_DEFINE= ANIMATION METACITY OPTIONS_DEFAULT= METACITY ANIMATION_DESC= Enable experimental animated progressbars METACITY_DESC= Depend on MetaCity Theme .endif .include .if !defined(PKGNAMESUFFIX) CONFLICTS+= gtk-engines2 clearlooks-themes[0-9]* PLIST_SUB+= ENGINE="" .else CONFLICTS+= clearlooks BUILD_DEPENDS+= gtk-engines2>=2.7.5_1:x11-themes/gtk-engines2 RUN_DEPENDS+= gtk-engines2>=2.7.5_1:x11-themes/gtk-engines2 BUILD_WRKSRC= ${WRKSRC}/themes INSTALL_WRKSRC= ${WRKSRC}/themes PLIST_SUB+= ENGINE="@comment " .endif .if ${PORT_OPTIONS:MMETACITY} && !defined(PKGNAMESUFFIX) RUN_DEPENDS+= ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml:x11-themes/clearlooks-metacity .endif .if ${PORT_OPTIONS:MANIMATION} CONFIGURE_ARGS+= --enable-animation .endif .if !defined(PKGNAMESUFFIX) pre-everything:: @if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \ ${ECHO_MSG} ; \ ${ECHO_MSG} "Gnome/gtk-engine users should use ${PORTSDIR}/x11-themes/clearlooks-themes instead" ; \ ${ECHO_MSG} ; \ ${FALSE}; \ fi .endif post-patch: .if ${PORTNAME} != "clearlooks" @${REINPLACE_CMD} -e 's|gtkrc||' \ ${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in .endif .include diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 012d04c0980d..65cfbf4375a4 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -1,25 +1,23 @@ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.183 2010/11/15 22:11:44 kwm Exp $ - PORTNAME= gnome-themes PORTVERSION= 2.32.1 PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of themes and icons for GNOME2 BUILD_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \ icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 CONFLICTS= clearlooks-metacity-0.* USES= gettext gmake gnome pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack metacity gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes .include diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index b370c08e515d..888259f40729 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -1,36 +1,34 @@ -# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.82 2010/04/19 10:51:27 kwm Exp $ - PORTNAME= gtk-engines2 PORTVERSION= 2.20.2 PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Theme engine for the GTK+-2.0 toolkit CONFLICTS= gtk-smooth-engine clearlooks USE_GNOME= gtk20 intlhack USES= gettext gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= ANIMATION ANIMATION_DESC= Experimental animated progressbars ANIMATION_CONFIGURE_ENABLE= animation post-patch: @${REINPLACE_CMD} -e 's|glib.*\.h>|glib.h>|g' \ ${WRKSRC}/engines/clearlooks/src/animation.c post-install: @(cd ${WRKSRC}/po && ${MAKE_CMD} install DESTDIR=${STAGEDIR}) .include diff --git a/x11-themes/mint-themes/Makefile b/x11-themes/mint-themes/Makefile index 82fef57cb031..aed4c6eca686 100644 --- a/x11-themes/mint-themes/Makefile +++ b/x11-themes/mint-themes/Makefile @@ -1,20 +1,18 @@ -# $MCom: ports/trunk/x11-themes/mint-themes/Makefile 19873 2014-09-14 17:17:23Z kwm $ - PORTNAME= mint-themes PORTVERSION= 0.0.41cf70d CATEGORIES= x11-themes gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Themes for the cinnamon desktop USE_GITHUB= yes GH_ACCOUNT= linuxmint GH_TAGNAME= 41cf70d NO_BUILD= yes do-install: @(cd ${WRKSRC}/usr/share/themes/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/themes/) .include diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index 1008f90cc6bb..f84939c5e7c7 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -1,25 +1,23 @@ -# $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.96 2010/09/29 12:42:49 kwm Exp $ - PORTNAME= gtksourceview2 PORTVERSION= 2.10.5 PORTREVISION?= 8 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Widget that adds syntax highlighting to GtkTextView USES= tar:bzip2 PORTSCOUT= ignore:1 USES+= gettext gmake gnome libtool localbase pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 libxml2 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no INSTALL_TARGET= install-strip .include diff --git a/x11-toolkits/gtksourceviewmm3/Makefile b/x11-toolkits/gtksourceviewmm3/Makefile index 447dcb739010..8f916571724b 100644 --- a/x11-toolkits/gtksourceviewmm3/Makefile +++ b/x11-toolkits/gtksourceviewmm3/Makefile @@ -1,29 +1,27 @@ -# $MCom: ports/x11-toolkits/gtksourceviewmm3/Makefile,v 1.1 2011/10/16 22:00:24 kwm Exp $ - PORTNAME= gtksourceviewmm PORTVERSION= 3.18.0 PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ binding of GtkSourceView3 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ pkgconfig tar:xz USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_GNOME= gtksourceview3 gnomeprefix gtkmm30 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBAS}/lib CONFIGURE_ARGS= --disable-documentation INSTALL_TARGET= install-strip .include diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 05fa61c92058..16b35dbcb8ba 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -1,35 +1,33 @@ -# $MCom$ - PORTNAME= libwnck PORTVERSION= 2.30.7 PORTREVISION?= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists USES= tar:xz PORTSCOUT= ignore:1 LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USES+= bison gettext gmake gnome libtool localbase:ldflags \ pathfix pkgconfig xorg USE_XORG= xres x11 USE_GNOME= gtk20 intlhack introspection USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALL_TARGET= install-strip OPTIONS_DEFINE= STARTUP OPTIONS_DEFAULT=STARTUP STARTUP_DESC= Startup notification support STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification STARTUP_CONFIGURE_ENABLE= startup-notification .include diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile index 533334b35081..fd888557e82d 100644 --- a/x11-toolkits/pangox-compat/Makefile +++ b/x11-toolkits/pangox-compat/Makefile @@ -1,28 +1,26 @@ -# $MCom: ports/trunk/x11-toolkits/pangox-compat/Makefile 18610 2013-06-30 16:33:05Z marcus $ - PORTNAME= pangox-compat DISTVERSION= 0.0.2 PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Deprecated pangoX support LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pango>=1.34.0:x11-toolkits/pango USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig \ tar:xz xorg USE_XORG= x11 ice USE_LDCONFIG= yes USE_GNOME= glib20 pango GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index b04a69fc97dd..0da0ce44c742 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -1,33 +1,31 @@ -# $MCom: ports/x11-toolkits/unique/Makefile,v 1.12 2012/09/03 16:28:30 mezz Exp $ - PORTNAME= unique PORTVERSION= 1.1.6 PORTREVISION= 7 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= Library for single instance applications 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 diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 4b3001e3f426..acb8fbef5a27 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -1,26 +1,24 @@ -# $MCom: ports/trunk/x11/gnome-menus/Makefile 20031 2014-11-02 21:47:55Z kwm $ - PORTNAME= gnome-menus PORTVERSION= 3.36.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec LICENSE= GPLv2 USES= gettext gmake gnome libtool localbase pathfix pkgconfig python tar:xz USE_GNOME= glib20 gnomeprefix intlhack \ introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-install: @${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/xdg/menus/ @${INSTALL_DATA} ${WRKSRC}/layout/gnome-applications.menu \ ${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu .include