From owner-svn-ports-branches@freebsd.org Wed May 3 20:56:04 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69975D5C777; Wed, 3 May 2017 20:56:04 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 399DEE1F; Wed, 3 May 2017 20:56:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Ku3mt061903; Wed, 3 May 2017 20:56:03 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43Ku3uh061902; Wed, 3 May 2017 20:56:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705032056.v43Ku3uh061902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 3 May 2017 20:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440042 - branches/2017Q2/print/lyx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 20:56:04 -0000 Author: rakuco Date: Wed May 3 20:56:03 2017 New Revision: 440042 URL: https://svnweb.freebsd.org/changeset/ports/440042 Log: MFH: r440041 Fix shebangs. Approved by: ports-secteam (blanket approval) Modified: branches/2017Q2/print/lyx/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/print/lyx/Makefile ============================================================================== --- branches/2017Q2/print/lyx/Makefile Wed May 3 20:54:49 2017 (r440041) +++ branches/2017Q2/print/lyx/Makefile Wed May 3 20:56:03 2017 (r440042) @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -22,7 +22,7 @@ MAJOR_VERSION= 2.2 MINOR_VERSION= 2 USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ - python:2 tar:xz + python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ @@ -31,6 +31,9 @@ CONFIGURE_ARGS= --without-included-boost --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} +SHEBANG_FILES= lib/configure.py \ + lib/lyx2lyx/lyx2lyx \ + lib/scripts/listerrors CPPFLAGS+= ${EXECINFO_CPPFLAGS} LDFLAGS+= ${EXECINFO_LDFLAGS}