Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help

That should establish that limit=3D1 is a problem.


The sysutils/pacman problems seems to be tied to its Makefile 's:

SUB_FILES=3D      pkg-message pkg-deinstall
SUB_LIST=3D       PACMAN_ROOT=3D"${PACMAN_ROOT}" PREFIX=3D"${PREFIX}"
PLIST_SUB=3D      PACMAN_ROOT=3D"${PACMAN_ROOT:C/^${PREFIX}//}"

leading to bad PLIST_SUB usage in /usr/ports/Mk/bsd.options.mk :

.      if ! ${PLIST_SUB:M${opt}=3D*}
.        if ${PORT_OPTIONS:M${opt}}
PLIST_SUB:=3D     ${PLIST_SUB} ${opt}=3D"" NO_${opt}=3D"@comment "
.        else
PLIST_SUB:=3D     ${PLIST_SUB} ${opt}=3D"@comment " NO_${opt}=3D""
.        endif
.      endif



=3D=3D=3D
Mark Millard
marklmi at yahoo.com




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