From owner-freebsd-ports-bugs@freebsd.org Fri Aug 19 11:32:26 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 898B9BBFDDA for ; Fri, 19 Aug 2016 11:32:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 78FD11C3B for ; Fri, 19 Aug 2016 11:32:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7JBWQrb085087 for ; Fri, 19 Aug 2016 11:32:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211995] Generic variables present in PLIST_SUB after r420328 Date: Fri, 19 Aug 2016 11:32:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 11:32:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211995 Bug ID: 211995 Summary: Generic variables present in PLIST_SUB after r420328 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch, needs-qa, regression Severity: Affects Many People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: koobs@FreeBSD.org CC: freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org A number of variables were previously removed from PLIST_SUB for being too generic are now present in PLIST_SUB after r420328, with affects such as: Error: Orphaned: %%LIB32DIR%%/python%%XYDOT%%/idle%%LIB32DIR%%/tabbedpages.= py Looking into Mk/bsd.port.mk, there appears to be at least one reference to = an undefined variable on line 1609: PLIST_SUB_SED_tmp2=3D ${PLIST_SUB_tmp1: ... I presume this should be PLIST_SUB_SED_tmp1 After correcting this, LIB32DIR is still present in PLIST_SUB Contents of relevant variables: irc/znc] make -V PLIST_SUB_SED_tmp1 CHARSET=3D"@comment " CYRUS=3D"@comment " DEBUG=3D"@comment " DOCS=3D"@comm= ent " NO_IPV6=3D"@comment " NO_OPENSSL=3D"@comment " NO_PERL=3D"@comment " PYTHON= =3D"@comment " TCL=3D"@comment " OSREL=3D12.0 LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/= local PORTDOCS=3D"@comment " PORTEXAMPLES=3D"@comment " LIB32DIR=3Dlib PERL_VERSI= ON=3D5.22.3 PERL_VER=3D5.22 PERL5_MAN1=3Dlib/perl5/site_perl/man/man1 PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 SITE_PERL=3Dlib/perl5/site_perl SITE_ARCH=3Dlib/perl5/site_perl/mach/5.22 DOCSDIR=3D"share/doc/znc" EXAMPLESDIR=3D"share/examples/znc" DATADIR=3D"share/znc" WWWDIR=3D"www/znc" ETCDIR=3D"etc/znc" No generic variables here: irc/znc] make -V PLIST_SUB_SED_tmp2 PERL_VERSION=3D5.22.3 PERL_VER=3D5.22 PERL5_MAN1=3Dlib/perl5/site_perl/man/= man1 PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 SITE_PERL=3Dlib/perl5/site_perl SITE_ARCH=3Dlib/perl5/site_perl/mach/5.22 DOCSDIR=3D"share/doc/znc" EXAMPLESDIR=3D"share/examples/znc" DATADIR=3D"share/znc" WWWDIR=3D"www/znc" ETCDIR=3D"etc/znc" Generic variables here: (_tmp3 uses _tmp1, not _tmp2, not sure if intended) make -V PLIST_SUB_SED_tmp3 CHARSET=3D"@comment " CYRUS=3D"@comment " DEBUG=3D"@comment " DOCS=3D"@comm= ent " NO_IPV6=3D"@comment " NO_OPENSSL=3D"@comment " NO_PERL=3D"@comment " PYTHON= =3D"@comment " TCL=3D"@comment " OSREL=3D12.0 LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/= local PORTDOCS=3D"@comment " PORTEXAMPLES=3D"@comment " LIB32DIR=3Dlib PERL_VERSI= ON=3D5.22.3 PERL_VER=3D5.22 PERL5_MAN1=3Dlib/perl5/site_perl/man/man1 PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 SITE_PERL=3Dlib/perl5/site_perl SITE_ARCH=3Dlib/perl5/site_perl/mach/5.22 DOCSDIR=3D"share/doc/znc" EXAMPLESDIR=3D"share/examples/znc" DATADIR=3D"share/znc" WWWDIR=3D"www/znc" ETCDIR=3D"etc/znc" Generic variables here in final PLIST_SUB: irc/znc] make -V PLIST_SUB CHARSET=3D"@comment " NO_CHARSET=3D"" CYRUS=3D"@comment " NO_CYRUS=3D"" DEBUG=3D"@comment " NO_DEBUG=3D"" DOCS=3D"@comment " NO_DOCS=3D"" IPV6=3D"" NO_IPV6=3D"@comment " OPENSSL=3D"" NO_OPENSSL=3D"@comment " PERL=3D"" NO_PE= RL=3D"@comment " PYTHON=3D"@comment " NO_PYTHON=3D"" TCL=3D"@comment " NO_TCL=3D"" OSREL= =3D12.0 PREFIX=3D%D LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/local PORTDOCS=3D"@c= omment " PORTEXAMPLES=3D"@comment " LIB32DIR=3Dlib PERL_VERSION=3D5.22.3 PERL_VER= =3D5.22=20 PERL5_MAN1=3Dlib/perl5/site_perl/man/man1=20 PERL5_MAN3=3Dlib/perl5/site_perl/man/man3 SITE_PERL=3Dlib/perl5/site_perl= =20 SITE_ARCH=3Dlib/perl5/site_perl/mach/5.22 DOCSDIR=3D"share/doc/znc"=20 EXAMPLESDIR=3D"share/examples/znc" DATADIR=3D"share/znc" WWWDIR=3D"www/zn= c"=20 ETCDIR=3D"etc/znc" --=20 You are receiving this mail because: You are on the CC list for the bug.=