[Bug 219008] pkg deleted print/harfbuzz when upgrading due to plist errors

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 2 04:08:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219008

--- Comment #21 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Thu Nov  2 04:07:24 UTC 2017
New revision: 453334
URL: https://svnweb.freebsd.org/changeset/ports/453334

Log:
  Don't try to look for PLIST under .OBJDIR

  If MAKEOBJDIRPREFIX and WRKDIRPREFIX are same PLIST may point to a
  non-existing file under .OBJDIR without breaking build.

  $ export MAKEOBJDIRPREFIX=/tmp
  $ echo WRKDIRPREFIX=/tmp >>${__MAKE_CONF-/etc/make.conf}
  $ cd /usr/ports/print/harfbuzz-icu
  $ make clean patch
  $ make -V .OBJDIR
  /tmp/usr/ports/print/harfbuzz-icu
  $ make install
  $ pkg info -l harfbuzz-icu
  harfbuzz-icu-1.5.1_2:

  PR:           219008
  Submitted by: Ilia Skalozubov (based on)
  Approved by:  portmgr blanket

Changes:
  head/print/harfbuzz-icu/Makefile
  head/science/gnudatalanguage/Makefile
  head/security/ossec-hids-client/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-gnome mailing list