mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Replace non breaking space \xa0 with a normal space.
Sponsored by: Absolight
This commit is contained in:
parent
e102c8e21d
commit
e7064f0d41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424326
2 changed files with 2 additions and 2 deletions
|
@ -642,7 +642,7 @@ proxydeps() {
|
||||||
# Check that the .so we need has a SONAME
|
# Check that the .so we need has a SONAME
|
||||||
if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then
|
if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then
|
||||||
if ! readelf -d "${dep_file}" | grep -q SONAME; then
|
if ! readelf -d "${dep_file}" | grep -q SONAME; then
|
||||||
err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed."
|
err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ PUPPET4_RUN_DEPENDS= puppet:sysutils/puppet4 \
|
||||||
rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
|
rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e "s|/usr/bin/env ruby|${RUBY}|g" \
|
-e "s|/usr/bin/env ruby|${RUBY}|g" \
|
||||||
-e "s|/usr/bin/ruby|${RUBY}|g" \
|
-e "s|/usr/bin/ruby|${RUBY}|g" \
|
||||||
-e "s|%%PREFIX%%|${PREFIX}|g" \
|
-e "s|%%PREFIX%%|${PREFIX}|g" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue