[PATCH] problem with devel/subversion r411397

David Wolfskill david at catwhisker.org
Sun Mar 20 12:16:17 UTC 2016


I noticed this using portmaster, and re-created it using poudriere.

The salient part of the poudriere log is:

...
=======================<phase: package        >============================
===>  Building package for subversion-1.9.3_2
pkg-static: Unable to access file /wrkdirs/usr/ports/devel/subversion/work/stage/usr/local/libdata/pkgconfig/libsvn_fs_base-1.pc: No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/subversion
====>> Cleaning up wrkdir


r411397 includes this chunk:

Index: pkg-plist
===================================================================
--- pkg-plist   (revision 411396)
+++ pkg-plist   (revision 411397)
@@ -151,6 +151,7 @@
 libdata/pkgconfig/libsvn_delta.pc
 libdata/pkgconfig/libsvn_diff.pc
 libdata/pkgconfig/libsvn_fs.pc
+%%BDB%%libdata/pkgconfig/libsvn_fs_base-1.pc
 libdata/pkgconfig/libsvn_fs_fs.pc
 libdata/pkgconfig/libsvn_fs_util.pc
 libdata/pkgconfig/libsvn_fs_x.pc


The problem is that "libdata/pkgconfig/libsvn_fs_base-1.pc" is never
(in my configuration, anyway) created: libdata/pkgconfig/libsvn_fs_base.pc
is.

Accordingly, the attached patch fixes it for me.

Peace,
david
-- 
David H. Wolfskill				david at catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: svn_pkg-plist.patch
Type: text/x-diff
Size: 514 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20160320/4159c4fd/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20160320/4159c4fd/attachment.sig>


More information about the freebsd-ports mailing list