Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2017 04:08:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 219008] pkg deleted print/harfbuzz when upgrading due to plist errors
Message-ID:  <bug-219008-6497-2dt8yuXgmG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219008-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219008-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219008

--- Comment #21 from commit-hook@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=3D/tmp
  $ echo WRKDIRPREFIX=3D/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

--=20
You are receiving this mail because:
You are the assignee for the bug.
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-219008-6497-2dt8yuXgmG>