ports/58118: net/jabber-msn: Dependancy fix and upgrade to version 1.2.8.rc1
Martijn
martijn at pacno.net
Thu Oct 16 11:10:14 UTC 2003
>Number: 58118
>Category: ports
>Synopsis: net/jabber-msn: Dependancy fix and upgrade to version 1.2.8.rc1
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 16 04:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Martijn Lina
>Release: FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD drain 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #1: Tue Apr 1 00:04:18 CEST 2003 root at drain:/usr/obj/usr/src/sys/DRAIN i386
>Description:
This is an upgrade to release candidate 1 of this package. Normally i
wouldn't bother without any good reason and wait for the final release,
but these jabber people removed the previous pre-release version from
their site...
This also includes a dependency to libcurl, as pointed out by Darren
Gibbons and Munechika Sumikawa, thanks!
>How-To-Repeat:
Just try and build the port
>Fix:
Apply this patch:
diff -duN jabber-msn.orig/Makefile jabber-msn/Makefile
--- jabber-msn.orig/Makefile Tue Oct 14 21:03:27 2003
+++ jabber-msn/Makefile Thu Oct 16 12:54:45 2003
@@ -4,16 +4,16 @@
#
# $FreeBSD: ports/net/jabber-msn/Makefile,v 1.5 2003/10/14 19:03:27 sumikawa Exp $
-PORTNAME= msn
-PORTVERSION= 1.2.8.p10
+PORTNAME= jabber-msn
+PORTVERSION= 1.2.8.rc1
CATEGORIES= net
MASTER_SITES= http://msn-transport.jabberstudio.org/
-PKGNAMEPREFIX= jabber-
-DISTNAME= ${PORTNAME}-transport-${PORTVERSION:S/.p10/pre10/}
+DISTNAME= msn-transport-${PORTVERSION:S/.rc/rc/}
MAINTAINER= martijn at pacno.net
COMMENT= Jabber MSN-Transport module
+LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
USE_GMAKE= yes
@@ -24,5 +24,8 @@
do-install:
${INSTALL_DATA} ${WRKSRC}/src/msntrans.so ${PREFIX}/lib/jabber/
+.if !defined(NOPORTDOCS)
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
.include <bsd.port.mk>
diff -duN jabber-msn.orig/distinfo jabber-msn/distinfo
--- jabber-msn.orig/distinfo Tue Oct 14 21:03:27 2003
+++ jabber-msn/distinfo Thu Oct 16 00:42:16 2003
@@ -1 +1 @@
-MD5 (msn-transport-1.2.8pre10.tar.gz) = 815e06ea2cc39ad1099be9408070067d
+MD5 (msn-transport-1.2.8rc1.tar.gz) = 832ac9fba617f11462c6457eacf4009a
diff -duN jabber-msn.orig/pkg-plist jabber-msn/pkg-plist
--- jabber-msn.orig/pkg-plist Sat Apr 5 15:11:56 2003
+++ jabber-msn/pkg-plist Thu Oct 16 00:41:14 2003
@@ -1 +1,2 @@
lib/jabber/msntrans.so
+%%PORTDOCS%%share/doc/jabber-msn
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list