Index: head/x11-wm/icewm/Makefile =================================================================== --- head/x11-wm/icewm/Makefile (revision 560395) +++ head/x11-wm/icewm/Makefile (revision 560396) @@ -1,67 +1,72 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= icewm -PORTVERSION= 1.9.2 +PORTVERSION= 2.0.1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ MAINTAINER= portmaster@bsdforge.com COMMENT= Window Manager designed for speed, usability and consistency LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ libsndfile.so:audio/libsndfile USES= compiler:c++11-lang gmake gnome iconv:translit localbase \ perl5 pkgconfig shebangfix tar:lz xorg -USE_GNOME= gdkpixbuf2 +USE_GNOME= glib20 USE_PERL5= build USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xpm xrender GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-icesound=oss \ --with-cfgdir=${DATADIR} \ --with-libdir=${DATADIR} \ --with-docdir=${PREFIX}/share/doc SHEBANG_FILES= contrib/icewm-menu-xrandr -OPTIONS_DEFINE= BEASTIE DOCS NLS XFT XINERAMA XRANDR -OPTIONS_DEFAULT= BEASTIE XFT XINERAMA XRANDR +OPTIONS_DEFINE= BEASTIE DOCS IMLIB2 NLS SVG XFT XINERAMA XRANDR +OPTIONS_DEFAULT= BEASTIE IMLIB2 XFT XINERAMA XRANDR OPTIONS_SUB= yes BEASTIE_DESC= Use Beastie'fied startup button BEASTIE_VARS= STARTUP_PIXMAP=bsd-daemon.xpm BEASTIE_VARS_OFF= STARTUP_PIXMAP=icewm-logo.xpm + +IMLIB2_LIB_DEPENDS= libImlib2.so:graphics/imlib2 +IMLIB2_DESC= Use Imlib2 for rendering +IMLIB2_CONFIGURE_OFF= --disable-imlib2 --enable-gdk-pixbuf +IMLIB2_USE_OFF= GNOME=gdkpixbuf2 + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls + +SVG_USE= GNOME=librsvg2 + XFT_LIB_DEPENDS= libXft.so:x11-fonts/libXft XFT_CONFIGURE_OFF= --enable-corefonts --disable-xfreetype + XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_ENABLE= xinerama + XRANDR_USE= XORG=xrandr XRANDR_CONFIGURE_ENABLE= xrandr post-extract: .for dir in taskbar themes/Infadel2/taskbar @cd ${WRKSRC}/lib/${dir} && ${MV} start.xpm icewm-logo.xpm @${LN} -sf ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/${dir} @${LN} -sf ${STARTUP_PIXMAP} ${WRKSRC}/lib/${dir}/start.xpm .endfor - -post-patch: - @${REINPLACE_CMD} -E -e \ - '/^(icewm|icehelp|icewmbg)_LDADD =/s|$$| @LIBICONV@| ; \ - /@echo/s|^|#| ; \ - s|@$$\(|$$(|' ${WRKSRC}/src/Makefile.in post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ChangeLog NEWS README TODO doc/*.html ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/x11-wm/icewm/distinfo =================================================================== --- head/x11-wm/icewm/distinfo (revision 560395) +++ head/x11-wm/icewm/distinfo (revision 560396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604966270 -SHA256 (icewm-1.9.2.tar.lz) = 713bd7849f9fba8338beb278c94c16a6ae610de7e718707e19a334429f17203f -SIZE (icewm-1.9.2.tar.lz) = 1694602 +TIMESTAMP = 1609628232 +SHA256 (icewm-2.0.1.tar.lz) = ac295bc1291539b892fa478346ad0d1f0a057476eb265399bd42f35b81a47d77 +SIZE (icewm-2.0.1.tar.lz) = 1694439 Index: head/x11-wm/icewm/files/patch-src_Makefile.in =================================================================== --- head/x11-wm/icewm/files/patch-src_Makefile.in (nonexistent) +++ head/x11-wm/icewm/files/patch-src_Makefile.in (revision 560396) @@ -0,0 +1,29 @@ +--- src/Makefile.in.orig 2020-12-14 01:14:27 UTC ++++ src/Makefile.in +@@ -916,7 +916,7 @@ icewm_SOURCES = \ + yxtray.cc \ + yxtray.h + +-icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) ++icewm_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(XSM_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icesh_SOURCES = \ + intl.h \ + debug.h \ +@@ -960,7 +960,7 @@ icewmbg_SOURCES = \ + icewmbg.cc \ + icewmbg_prefs.h + +-icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ ++icewmbg_LDADD = libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + icesound_SOURCES = \ + base.h \ + debug.h \ +@@ -1002,7 +1002,7 @@ icehelp_SOURCES = \ + yrect.h \ + icehelp.cc + +-icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ ++icehelp_LDADD = libitk.la libice.la $(IMAGE_LIBS) $(CORE_LIBS) @LIBINTL@ @LIBICONV@ + iceclock_SOURCES = \ + intl.h \ + debug.h \ Property changes on: head/x11-wm/icewm/files/patch-src_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property