Date: Wed, 3 May 2017 20:56:03 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440042 - branches/2017Q2/print/lyx Message-ID: <201705032056.v43Ku3uh061902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705032056.v43Ku3uh061902>