FreeBSD Bugzilla – Attachment 143816 Details for
Bug 191071
net-im/loudmouth: Modernisation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
loudmouth.patch.txt
loudmouth.diff (text/plain), 1.43 KB, created by
Keith Gaughan
on 2014-06-15 21:10:15 UTC
(
hide
)
Description:
loudmouth.patch.txt
Filename:
MIME Type:
Creator:
Keith Gaughan
Created:
2014-06-15 21:10:15 UTC
Size:
1.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 357925) >+++ Makefile (working copy) >@@ -10,13 +10,14 @@ > MAINTAINER= gnome@FreeBSD.org > COMMENT= Lightweight Jabber client library > >-LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn >+LICENSE= GPLv2 > >-USE_BZIP2= yes >-USES= gettext gmake pkgconfig >-USE_AUTOTOOLS= libtool >+LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn >+ >+USES= gettext gmake libtool pkgconfig pathfix tar:bzip2 > USE_LDCONFIG= yes >-USE_GNOME= gnomehack glib20 ltverhack >+USE_GNOME= glib20 >+GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-gtk-doc > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib >@@ -28,7 +29,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MGNUTLS} >-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls >+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls > RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss > .endif > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 357925) >+++ pkg-plist (working copy) >@@ -8,9 +8,9 @@ > include/loudmouth-1.0/loudmouth/lm-utils.h > include/loudmouth-1.0/loudmouth/loudmouth.h > lib/libloudmouth-1.a >-lib/libloudmouth-1.la > lib/libloudmouth-1.so > lib/libloudmouth-1.so.0 >+lib/libloudmouth-1.so.0.1.0 > libdata/pkgconfig/loudmouth-1.0.pc > share/gtk-doc/html/loudmouth/ch01.html > share/gtk-doc/html/loudmouth/home.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191071
: 143816
Working