[Midnightbsd-cvs] mports: net-im/pidgin: This fixes most of the problems with the port not

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 21 13:28:02 EDT 2008


Log Message:
-----------
This fixes most of the problems with the port not faking right

Modified Files:
--------------
    mports/net-im/pidgin:
        Makefile (r1.7 -> r1.8)
        pkg-plist (r1.7 -> r1.8)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/net-im/pidgin/pkg-plist,v
retrieving revision 1.7
retrieving revision 1.8
diff -L net-im/pidgin/pkg-plist -L net-im/pidgin/pkg-plist -u -r1.7 -r1.8
--- net-im/pidgin/pkg-plist
+++ net-im/pidgin/pkg-plist
@@ -215,7 +215,6 @@
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/autosplit.ix
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.so
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/.packlist
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Purple.pm
 %%DBUS%%lib/libpurple-client.la
 %%DBUS%%lib/libpurple-client.so
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-im/pidgin/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L net-im/pidgin/Makefile -L net-im/pidgin/Makefile -u -r1.7 -r1.8
--- net-im/pidgin/Makefile
+++ net-im/pidgin/Makefile
@@ -7,7 +7,11 @@
 
 PORTNAME=	pidgin
 PORTVERSION=	2.4.2
+PORTREVISION=	1
 CATEGORIES=	net-im
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=     pidgin
+DISTNAME=       pidgin-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
@@ -17,7 +21,6 @@
 
 CONFLICTS=	libpurple-[0-9*] gaim-1*
 
-WITH_GTKUI=	yes
 WITHOUT_GSTREAMER=	yes
 
 USE_LDCONFIG=	yes
@@ -28,16 +31,19 @@
 MASTER_SITE_SUBDIR=	pidgin
 DISTNAME=	pidgin-${PORTVERSION}
 
+FAKE_OPTS=	trueprefix
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 INSTALL_ICONS=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--disable-gtkui \
+CONFIGURE_ARGS+= \
 		--disable-consoleui \
 		--with-dynamic_prpls=${PRPL_MODULES} \
 		--disable-nm \
-		--datarootdir=${FAKE_DESTDIR}${PREFIX}/share
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+		--disable-doxygen
+#		--datarootdir=${FAKE_DESTDIR}${PREFIX}/share
+CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
 		LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
 		PTHREAD_LIB="${PTHREAD_LIBS}"
 
@@ -51,19 +57,14 @@
 		PERL "Perl scripting" off \
 		BONJOUR "Enable mDNS support" on \
 		SAMETIME "Enable Sametime client support" off \
-		TCLTK "Tcl/Tk scripting" off
-
-.if defined(WITH_GTKUI)
-OPTIONS+=	GTKSPELL "Spell checking support" on \
+		TCLTK "Tcl/Tk scripting" off \
+		GTKSPELL "Spell checking support" on \
 		GSTREAMER "Use GStreamer for playing sounds" on \
 		CAP "Enable Contact Availability Prediction plugin" on
-.endif
-
-CONFIGURE_ARGS+=--disable-doxygen
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!=""
+.if ${HAVE_GNOME:Mevolutiondataserver}!=""
 USE_GNOME+=		evolutiondataserver
 PLIST_SUB+=		EVO=""
 CONFIGURE_ARGS+=	--enable-gevolution
@@ -72,13 +73,13 @@
 PLIST_SUB+=		EVO="@comment not installed: "
 .endif
 
-.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER)
+.if !defined(WITHOUT_GSTREAMER)
 USE_GSTREAMER+=	core good
 .else
 CONFIGURE_ARGS+=--disable-gstreamer
 .endif
 
-.if defined(WITH_GTKUI) && !defined(WITHOUT_CAP)
+.if !defined(WITHOUT_CAP)
 LIB_DEPENDS+=	sqlite3.8:${PORTSDIR}/databases/sqlite3
 CONIFGURE_ARGS+=	--enable-cap
 PLIST_SUB+=	CAP=""
@@ -172,7 +173,7 @@
 PLIST_SUB+=		PERL:="@comment not installed: "
 .endif
 
-.if defined(WITH_GTKUI) && !defined(WITHOUT_GTKSPELL)
+.if !defined(WITHOUT_GTKSPELL)
 LIB_DEPENDS+=		gtkspell.0:${PORTSDIR}/textproc/gtkspell
 .else
 CONFIGURE_ARGS+=	--disable-gtkspell


More information about the Midnightbsd-cvs mailing list