From owner-svn-ports-head@freebsd.org Sat Feb 23 08:00:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38E7C150B524; Sat, 23 Feb 2019 08:00:35 +0000 (UTC) (envelope-from bapt@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 BCC94778C3; Sat, 23 Feb 2019 08:00:34 +0000 (UTC) (envelope-from bapt@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 A966C1A4EF; Sat, 23 Feb 2019 08:00:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1N80Y6h063868; Sat, 23 Feb 2019 08:00:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1N80Y2O063867; Sat, 23 Feb 2019 08:00:34 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201902230800.x1N80Y2O063867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 23 Feb 2019 08:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493655 - head/sysutils/xvidcap X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/sysutils/xvidcap X-SVN-Commit-Revision: 493655 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BCC94778C3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Sat, 23 Feb 2019 08:00:35 -0000 Author: bapt Date: Sat Feb 23 08:00:34 2019 New Revision: 493655 URL: https://svnweb.freebsd.org/changeset/ports/493655 Log: Use rarian instead of scrollkeeper when building. Rarian replaced scrollkeeper long ago Modified: head/sysutils/xvidcap/Makefile Modified: head/sysutils/xvidcap/Makefile ============================================================================== --- head/sysutils/xvidcap/Makefile Sat Feb 23 07:51:00 2019 (r493654) +++ head/sysutils/xvidcap/Makefile Sat Feb 23 08:00:34 2019 (r493655) @@ -14,7 +14,7 @@ COMMENT= Capture your X display to individual frames LICENSE= GPLv3 BUILD_DEPENDS= xml2po:textproc/gnome-doc-utils \ - scrollkeeper-config:textproc/scrollkeeper + scrollkeeper-config:textproc/rarian LIB_DEPENDS= libswscale.so:multimedia/ffmpeg \ libdbus-glib-1.so:devel/dbus-glib \ libmp3lame.so:audio/lame @@ -22,12 +22,11 @@ RUN_DEPENDS= animate:graphics/ImageMagick6 \ gimp:graphics/gimp-app GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include # --export-dynamic fixes libglade problems -LDFLAGS+= -L${LOCALBASE}/lib -Wl,--export-dynamic +LDFLAGS+= -Wl,--export-dynamic USE_GNOME= glib20 libglade2 intltool -USES= gettext gmake pkgconfig +USES= gettext gmake gnome localbase pkgconfig USE_XORG= x11 xmu ice xfixes xdamage INSTALLS_OMF= yes MANLANG= "" de es it @@ -41,20 +40,16 @@ NULLDOCS= COPYING OPTIONS_DEFINE= DOCS -.include - post-patch: -.if empty(PORT_OPTIONS:MDOCS) - ${REINPLACE_CMD} -e 's|pkgdataDATA install-xvidcapdocDATA|pkgdataDATA|' \ - ${WRKSRC}/Makefile.in -.endif ${REINPLACE_CMD} -e 's|/bin/bash | /bin/sh|' ${WRKSRC}/ppm2mpeg.sh @${REINPLACE_CMD} '/^xvidcap_LDADD =/s/$$/ -lXext -lX11/' \ ${WRKSRC}/src/Makefile.in -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-patch-DOCS-on: + ${REINPLACE_CMD} -e 's|pkgdataDATA install-xvidcapdocDATA|pkgdataDATA|' \ + ${WRKSRC}/Makefile.in + +post-install-DOCS-on: ${RM} ${NULLDOCS:S|^|${STAGEDIR}${DOCSDIR}/|} -.endif .include