Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 05:16:15 -0700
From:      David Wolfskill <david@catwhisker.org>
To:        freebsd-ports@freebsd.org
Subject:   [PATCH] problem with devel/subversion r411397
Message-ID:  <20160320121615.GV1341@albert.catwhisker.org>

next in thread | raw e-mail | index | archive | help

--wGE1Wqqn9IXiFm4H
Content-Type: multipart/mixed; boundary="ecnwpyCrI1qOzEAD"
Content-Disposition: inline


--ecnwpyCrI1qOzEAD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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

The salient part of the poudriere log is:

=2E..
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: package        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  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 dire=
ctory
*** Error code 1

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


r411397 includes this chunk:

Index: pkg-plist
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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
--=20
David H. Wolfskill				david@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous coward=
s.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

--ecnwpyCrI1qOzEAD
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="svn_pkg-plist.patch"

Index: devel/subversion/pkg-plist
===================================================================
--- devel/subversion/pkg-plist	(revision 411431)
+++ devel/subversion/pkg-plist	(working copy)
@@ -151,7 +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
+%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc
 libdata/pkgconfig/libsvn_fs_fs.pc
 libdata/pkgconfig/libsvn_fs_util.pc
 libdata/pkgconfig/libsvn_fs_x.pc

--ecnwpyCrI1qOzEAD--

--wGE1Wqqn9IXiFm4H
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQF8BAEBCgBmBQJW7pSOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix
NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XKAwIAMyEwj8cWcmw7Ay43e7bZzjj
YDa8R0CNFmAL85m/VLDEo2u92z42FvbcyG/Nwr9RadiTtwGdhJf69fgub8gk5QZh
Qh+TiEVrdxk9uwToi+Mcs/Lc3LcOPd1hJd6GZbg2ri98dlm5AGfyVAhMc0SKBunn
bEGCz/KSo19Hys1+Ly+wvPLco1fJ3dF8kzUKEu+WjlgjY94OP79pz22MREIh3oKY
xdF1/sowYUTJFpeLpGSivTG8FKjNbWEvgsjvnteaFMKRRblbAr2+Zucep61D/0Wf
yyg7IOvi5VGI9/RMbE4hlwdtHdewm4c4zwNE68HmpOV/wBG4RrwzrVYVeI1bVWg=
=5bUY
-----END PGP SIGNATURE-----

--wGE1Wqqn9IXiFm4H--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160320121615.GV1341>