Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2017 04:13:23 +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-UGgUVkIaAb@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 #22 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Thu Nov  2 04:12:20 UTC 2017
New revision: 453335
URL: https://svnweb.freebsd.org/changeset/ports/453335

Log:
  MFH: r453334

  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
  Approved by:  ports-secteam blanket

Changes:
_U  branches/2017Q4/
  branches/2017Q4/print/harfbuzz-icu/Makefile
  branches/2017Q4/science/gnudatalanguage/Makefile
  branches/2017Q4/security/ossec-hids-client/Makefile

--=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-219008-6497-UGgUVkIaAb>