From owner-svn-ports-head@freebsd.org Tue Nov 12 17:00:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B44281B2BAB; Tue, 12 Nov 2019 17:00:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47CDX94QNwz3J1v; Tue, 12 Nov 2019 17:00:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C0722B8A; Tue, 12 Nov 2019 17:00:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xACH0ffb045909; Tue, 12 Nov 2019 17:00:41 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xACH0fpg045907; Tue, 12 Nov 2019 17:00:41 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201911121700.xACH0fpg045907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 12 Nov 2019 17:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517341 - head/x11-wm/e16 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/x11-wm/e16 X-SVN-Commit-Revision: 517341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2019 17:00:41 -0000 Author: gahr Date: Tue Nov 12 17:00:40 2019 New Revision: 517341 URL: https://svnweb.freebsd.org/changeset/ports/517341 Log: x11-wm/e16: update to 1.0.21, rework OPTIONS Announcement: https://sourceforge.net/p/enlightenment/mailman/message/36792261/ Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.21 Modified: head/x11-wm/e16/Makefile head/x11-wm/e16/distinfo Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Tue Nov 12 16:53:42 2019 (r517340) +++ head/x11-wm/e16/Makefile Tue Nov 12 17:00:40 2019 (r517341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.20 +PORTVERSION= 1.0.21 PORTREVISION= 0 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ @@ -17,16 +17,26 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +USES= autoreconf gmake iconv libtool gnome perl5 pkgconfig \ + shebangfix xorg + INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS NLS PANGO SOUND +OPTIONS_DEFINE= DOCS NLS PANGO +OPTIONS_RADIO= SOUND SOUNDLOADER +OPTIONS_RADIO_SOUND= PULSEAUDIO SNDIO +OPTIONS_RADIO_SOUNDLOADER= SNDFILE AUDIOFILE OPTIONS_SUB= yes -SOUND_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ - libsndfile.so:audio/libsndfile -SOUND_CONFIGURE_ON= --enable-sound=pulseaudio \ - --with-sndldr=sndfile -SOUND_CONFIGURE_OFF= --disable-sound \ - --with-sndldr=none +OPTIONS_DEFAULT= PULSEAUDIO SNDFILE + +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +PULSEAUDIO_CONFIGURE_ON=--enable-sound=pulseaudio +SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +SNDIO_CONFIGURE_ON= --enable-sound=sndio +SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile +SNDFILE_CONFIGURE_ON= --with-sndldr=sndfile +AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile +AUDIOFILE_CONFIGURE_ON= --with-sndldr=audiofile NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls PANGO_USE= GNOME=pango @@ -34,18 +44,32 @@ PANGO_CONFIGURE_ENABLE= pango DOCS_CONFIGURE_ON= --enable-docs=yes DOCS_CONFIGURE_OFF= --enable-docs=no +.include USES= autoreconf gmake iconv libtool gnome perl5 pkgconfig \ shebangfix xorg -USE_XORG= ice sm xorgproto x11 xbitmaps \ - xcomposite xdamage xext xfixes xft xinerama xrandr xrender \ - xxf86vm +# Double check SOUND and SOUNDLOADER +E16_SOUND= ${PORT_OPTIONS:MPULSEAUDIO}${PORT_OPTIONS:MSNDIO} +E16_SNDLDR= ${PORT_OPTIONS:MSNDFILE}${PORT_OPTIONS:MAUDIOFILE} +.if !empty(E16_SOUND) && empty(E16_SNDLDR) +IGNORE= sound support requires a sound loader +.endif +.if empty(E16_SOUND) && !empty(E16_SNDLDR) +IGNORE= sound loader only makes sense with sound support +.endif + +USE_XORG= ice sm xorgproto x11 xbitmaps xcomposite xdamage xext xfixes \ + xft xinerama xrandr xrender xxf86vm SHEBANG_FILES= scripts/e_gen_menu CFLAGS+= -Wno-unused-parameter -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-dependency-tracking \ - --disable-rpath --enable-mans SHELL=/bin/sh +CONFIGURE_ARGS= --disable-dependency-tracking --disable-rpath \ + --enable-mans SHELL=/bin/sh + +.if empty(E16_SOUND) && empty(E16_SNDLDR) +CONFIGURE_ARGS+=--enable-sound=no --with-sndldr=none +.endif post-patch: ${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \ Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Tue Nov 12 16:53:42 2019 (r517340) +++ head/x11-wm/e16/distinfo Tue Nov 12 17:00:40 2019 (r517341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559558966 -SHA256 (e16-1.0.20.tar.gz) = 9645f99294b1067863ce116838a674806a1777063c57761356c0839228caddff -SIZE (e16-1.0.20.tar.gz) = 2469250 +TIMESTAMP = 1572859983 +SHA256 (e16-1.0.21.tar.gz) = 1241c2fbd9d3aff9cee78c5fa405db4d105f8e0df442cb37ebcfab3f4cd2bcf1 +SIZE (e16-1.0.21.tar.gz) = 2472975