Index: branches/2020Q2/x11-wm/compiz/Makefile =================================================================== --- branches/2020Q2/x11-wm/compiz/Makefile (revision 538924) +++ branches/2020Q2/x11-wm/compiz/Makefile (revision 538925) @@ -1,115 +1,115 @@ # $FreeBSD$ PORTNAME= compiz PORTVERSION= 0.8.8 PORTREVISION= 9 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Compiz Composite/Window Manager LICENSE= GPLv2+ LGPL21+ MIT LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgtop-2.0.so:devel/libgtop \ libpng.so:graphics/png \ libstartup-notification-1.so:x11/startup-notification RUN_DEPENDS= glxinfo:graphics/mesa-demos \ ${RUN_DEPENDS_${ARCH}} RUN_DEPENDS_amd64= nvidia-settings:x11/nvidia-settings RUN_DEPENDS_i386= nvidia-settings:x11/nvidia-settings USES= gettext-runtime gettext-tools gl gmake gnome libtool \ localbase pathfix tar:bzip2 xorg xorg-cat:app USE_GL= gl glu USE_GNOME= cairo gconf2 intltool libxslt USE_LDCONFIG= yes USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama \ xorgproto xrandr xrender GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde4 \ --disable-kde \ --disable-gnome \ --disable-gnome-keybindings \ --disable-metacity INSTALL_TARGET= install-strip SUB_FILES= compiz-manager DESKTOP_ENTRIES= "Compiz Manager" \ "Wrapper script for starting compiz" \ "" \ "compiz-manager" \ "System;Core;" \ false GCONF_SCHEMAS= gwd.schemas \ compiz-annotate.schemas \ compiz-blur.schemas \ compiz-clone.schemas \ compiz-commands.schemas \ compiz-core.schemas \ compiz-cube.schemas \ compiz-dbus.schemas \ compiz-decoration.schemas \ compiz-fade.schemas \ compiz-fs.schemas \ compiz-gconf.schemas \ compiz-glib.schemas \ compiz-gnomecompat.schemas \ compiz-ini.schemas \ compiz-inotify.schemas \ compiz-kconfig.schemas \ compiz-minimize.schemas \ compiz-move.schemas \ compiz-obs.schemas \ compiz-place.schemas \ compiz-png.schemas \ compiz-regex.schemas \ compiz-resize.schemas \ compiz-rotate.schemas \ compiz-scale.schemas \ compiz-screenshot.schemas \ compiz-svg.schemas \ compiz-switcher.schemas \ compiz-video.schemas \ compiz-water.schemas \ compiz-wobbly.schemas \ compiz-zoom.schemas OPTIONS_DEFINE= DBUS FUSE GTK2 SVG OPTIONS_DEFAULT=DBUS GTK2 SVG OPTIONS_SUB= yes DBUS_CONFIGURE_ENABLE= dbus DBUS_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus DBUS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus FUSE_CONFIGURE_ENABLE= fuse FUSE_USES= fuse GTK2_CONFIGURE_ENABLE= gtk GTK2_USE= GNOME=glib20,libwnck SVG_CONFIGURE_ENABLE= librsvg SVG_USE= GNOME=librsvg2 .include .if ${PORT_OPTIONS:MDBUS} && ${PORT_OPTIONS:MGTK2} CONFIGURE_ARGS+= --enable-dbus-glib BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:devel/dbus-glib RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:devel/dbus-glib .else CONFIGURE_ARGS+= --disable-dbus-glib .endif post-install: ${INSTALL_SCRIPT} ${WRKDIR}/compiz-manager ${STAGEDIR}${PREFIX}/bin/compiz-manager .include Index: branches/2020Q2/x11-wm/compiz-plugins-main/Makefile =================================================================== --- branches/2020Q2/x11-wm/compiz-plugins-main/Makefile (revision 538924) +++ branches/2020Q2/x11-wm/compiz-plugins-main/Makefile (revision 538925) @@ -1,69 +1,69 @@ # Created by: Robert Noland # $FreeBSD$ PORTNAME= compiz-plugins-main PORTVERSION= 0.8.8 PORTREVISION= 6 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Plugins for Compiz Composite Window Manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcairo.so:graphics/cairo \ libpangocairo-1.0.so:x11-toolkits/pango \ libstartup-notification-1.so:x11/startup-notification BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \ ${LOCALBASE}/libdata/pkgconfig/bcop.pc:devel/compiz-bcop RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gl gmake gnome jpeg libtool:keepla pathfix pkgconfig tar:bzip2 \ xorg USE_CSTD= gnu89 USE_GL= yes USE_GNOME= gconf2 intltool libxslt USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender USE_LDCONFIG= yes GCONF_SCHEMAS= compiz-animation.schemas \ compiz-colorfilter.schemas \ compiz-expo.schemas \ compiz-ezoom.schemas \ compiz-imgjpeg.schemas \ compiz-kdecompat.schemas \ compiz-mag.schemas \ compiz-mousepoll.schemas \ compiz-neg.schemas \ compiz-opacify.schemas \ compiz-put.schemas \ compiz-resizeinfo.schemas \ compiz-ring.schemas \ compiz-staticswitcher.schemas \ compiz-session.schemas \ compiz-snap.schemas \ compiz-text.schemas \ compiz-thumbnail.schemas \ compiz-wall.schemas \ compiz-winrules.schemas \ compiz-workarounds.schemas \ compiz-scaleaddon.schemas \ compiz-titleinfo.schemas \ compiz-vpswitch.schemas \ compiz-shift.schemas CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime gettext-tools .include Index: branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile =================================================================== --- branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile (revision 538924) +++ branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile (revision 538925) @@ -1,31 +1,31 @@ # Created by: Robert Noland # $FreeBSD$ PORTNAME= compizconfig-backend-gconf PORTVERSION= 0.8.8 PORTREVISION= 2 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compizconfig-backend-gconf/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= GConf backend for CompizConfig LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz LIB_DEPENDS= libcompizconfig.so:x11-wm/libcompizconfig \ libstartup-notification-1.so:x11/startup-notification GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 xorg USE_GNOME= gconf2 glib20 libxslt USE_LDCONFIG= yes USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/settings-backend/gconf.c \ .include Index: branches/2020Q2/x11-wm/compizconfig-python/Makefile =================================================================== --- branches/2020Q2/x11-wm/compizconfig-python/Makefile (revision 538924) +++ branches/2020Q2/x11-wm/compizconfig-python/Makefile (revision 538925) @@ -1,35 +1,35 @@ # Created by: Robert Noland # $FreeBSD$ PORTNAME= compizconfig-python PORTVERSION= 0.8.4 PORTREVISION= 9 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compizconfig-python/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Python bindings for the compizconfig library LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= \ ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \ ${LOCALBASE}/libdata/pkgconfig/libcompizconfig.pc:x11-wm/libcompizconfig \ ${PYTHON_PKGNAMEPREFIX}pyrex>0:devel/pyrex@${PY_FLAVOR} LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USES= gmake gnome libtool pathfix pkgconfig python:2.7 tar:bzip2 xorg USE_GNOME= glib20 libxml2 libxslt USE_PYTHON= flavors USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/compizconfig.so .include Index: branches/2020Q2/x11-wm/emerald/Makefile =================================================================== --- branches/2020Q2/x11-wm/emerald/Makefile (revision 538924) +++ branches/2020Q2/x11-wm/emerald/Makefile (revision 538925) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= emerald PORTVERSION= 0.8.8 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/emerald/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Emerald Window Decorator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS:= ${BUILD_DEPENDS} INSTALLS_ICONS= yes GNU_CONFIGURE= yes USES= desktop-file-utils gl gmake gnome libtool pathfix \ pkgconfig shared-mime-info tar:bzip2 xorg USE_GL= gl USE_GNOME= cairo gtk20 intltool libwnck pango USE_XORG= x11 xrender USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime gettext-tools # XXX - might want to change that post-patch: @${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in @${REINPLACE_CMD} -e 's|#define GDK_DISABLE_DEPRECATED||g' \ -e 's|#define GTK_DISABLE_DEPRECATED||g' ${WRKSRC}/include/emerald.h @${REINPLACE_CMD} '/^emerald_LDADD =/s/$$/ -lm/' ${WRKSRC}/src/Makefile.in .include Index: branches/2020Q2/x11-wm/libcompizconfig/Makefile =================================================================== --- branches/2020Q2/x11-wm/libcompizconfig/Makefile (revision 538924) +++ branches/2020Q2/x11-wm/libcompizconfig/Makefile (revision 538925) @@ -1,49 +1,49 @@ # Created by: Robert Noland # $FreeBSD$ PORTNAME= libcompizconfig PORTVERSION= 0.8.8 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/libcompizconfig/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= potmaster@BSDforge.com COMMENT= Alternative configuration system for Compiz LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gettext gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= intltool libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lpthread OPTIONS_DEFINE= INOTIFY OPTIONS_DEFAULT= INOTIFY INOTIFY_DESC?= Enable inotify support INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_LDFLAGS= -linotify post-patch: @echo "OSVERSION=${OSVERSION}" @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/main.c \ ${WRKSRC}/src/lists.c \ ${WRKSRC}/src/filewatch.c \ ${WRKSRC}/src/ini.c \ ${WRKSRC}/backend/ini.c post-patch-INOTIFY-off: @${REINPLACE_CMD} -e 's|sys/inotify.h||' ${WRKSRC}/configure post-install: .for l in compizconfig/backends/libini.so compiz/libccp.so libcompizconfig.so.0.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${l} .endfor .include Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 538924) +++ branches/2020Q2 (revision 538925) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r538818