Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 11:32:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211995] Generic variables present in PLIST_SUB after r420328
Message-ID:  <bug-211995-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211995-13>