From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 29 04:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E72D410656AB for ; Sun, 29 Aug 2010 04:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D89E28FC1B for ; Sun, 29 Aug 2010 04:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7T4o7FV083191 for ; Sun, 29 Aug 2010 04:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7T4o7LA083190; Sun, 29 Aug 2010 04:50:07 GMT (envelope-from gnats) Date: Sun, 29 Aug 2010 04:50:07 GMT Message-Id: <201008290450.o7T4o7LA083190@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/150077: [patch] graphics/zathura: update 0.0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 04:50:08 -0000 The following reply was made to PR ports/150077; it has been noted by GNATS. From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/150077: [patch] graphics/zathura: update 0.0.8.1 Date: Sun, 29 Aug 2010 08:48:45 +0400 Oops, vendor replaced `-s' with SFLAGS. --- b.diff begins here --- Index: graphics/zathura/Makefile =================================================================== RCS file: /a/.cvsup/ports/graphics/zathura/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- graphics/zathura/Makefile 23 Jul 2010 22:05:10 -0000 1.2 +++ graphics/zathura/Makefile 29 Aug 2010 04:43:47 -0000 @@ -24,7 +24,7 @@ PLIST_FILES= bin/zathura post-patch: .SILENT ${REINPLACE_CMD} -e 's|man1|man/man1|g' \ - -e '/CC/s/-s[[:space:]]/${STRIP} /' \ + -e '/CC/s/$${SFLAGS}/${STRIP} /' \ -e '/CFLAGS/!s/$${LDFLAGS}/$${CFLAGS} &/' \ -e 's/{DFLAGS/{DEBUG_FLAGS/g' \ -e 's/755/${BINMODE}/' \ --- b.diff ends here ---