pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49111: security/libsecret doesn't build on Mac OS X



>Number:         49111
>Category:       pkg
>Synopsis:       security/libsecret doesn't build on Mac OS X
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 13 13:15:00 +0000 2014
>Originator:     Youri Mouton
>Release:        current
>Organization:
>Environment:
Darwin yrmt.local 14.0.0 Darwin Kernel Version 14.0.0: Tue Jul 29 16:22:25 PDT 
2014; root:xnu-2782.1.62~4/RELEASE_X86_64 x86_64

>Description:
A sed error:

===> Building for libsecret-0.18
  GEN      temp-dbus-generated.c
  GEN      secret-dbus-generated.c
sed: 1: "1i#define GLIB_DISABLE_ ...": command i expects \ followed by text
gnumake: *** [secret-dbus-generated.c] Error 1
*** Error code 2
>How-To-Repeat:

>Fix:
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile
index 0a97c84..f9c0770 100644
--- a/security/libsecret/Makefile
+++ b/security/libsecret/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS+=       
gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake intltool pkg-config msgfmt
+USE_TOOLS+=    gmake intltool pkg-config msgfmt gsed
 
 PKGCONFIG_OVERRIDE+=   libsecret/libsecret-unstable.pc.in
 PKGCONFIG_OVERRIDE+=   libsecret/libsecret.pc.in



Home | Main Index | Thread Index | Old Index