FreeBSD Bugzilla – Attachment 64138 Details for
Bug 95464
net/opal, net/ekiga: avoid double underscore in the library name, ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.56 KB, created by
Joerg Pulz
on 2006-04-07 10:20:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joerg Pulz
Created:
2006-04-07 10:20:17 UTC
Size:
1.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/ekiga/Makefile,v >retrieving revision 1.57 >diff -u -r1.57 Makefile >--- Makefile 6 Apr 2006 13:04:59 -0000 1.57 >+++ Makefile 7 Apr 2006 08:43:41 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= ekiga > PORTVERSION= 2.0.1 >+PORTEVISION= 1 > CATEGORIES= net gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 >@@ -14,15 +15,14 @@ > MAINTAINER= jbq@caraldi.com > COMMENT= VoIP phone for Gnome > >-LIB_DEPENDS= opal__r.2:${PORTSDIR}/net/opal \ >- avahi-core.4:${PORTSDIR}/net/avahi \ >- ebook-1.2.5:${PORTSDIR}/databases/evolution-data-server >+LIB_DEPENDS= opal_r.2:${PORTSDIR}/net/opal > > USE_BZIP2= yes > USE_X_PREFIX= yes > USE_GMAKE= yes > USE_SDL= sdl >-USE_GNOME= libgnomeui libbonobo gnomeprefix gnomehack gnomelibs gnomedocutils >+USE_GNOME= libgnomeui libbonobo gnomeprefix gnomehack gnomelibs \ >+ gnomedocutils evolutiondataserver > USE_AUTOTOOLS= libtool:15 > LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} > CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config LDFLAGS="${LDFLAGS}" >@@ -33,4 +33,20 @@ > GCONF_SCHEMAS= ekiga.schemas > MAN1= ekiga.1 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.ifndef (WITHOUT_AVAHI) >+LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi >+CONFIGURE_ARGS+= --enable-avahi >+.else >+CONFIGURE_ARGS+= --disable-avahi >+.endif >+ >+.ifdef (WITH_DBUS) >+LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus >+CONFIGURE_ARGS+= --enable-dbus >+.else >+CONFIGURE_ARGS+= --disable-dbus >+.endif >+ >+.include <bsd.port.post.mk> >--- net_ekiga.diff ends here ---
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 95464
:
64137
| 64138