Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 00:45:07 +0200 (CEST)
From:      Henrik Friedrichsen <hrkfrd@googlemail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126959: [MAINTAINER] net-im/pidgin-msn-pecan update to 0.0.15
Message-ID:  <200808292245.m7TMj7QV058207@megawr.ath.cx>
Resent-Message-ID: <200808292250.m7TMo1BS024213@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126959
>Category:       ports
>Synopsis:       [MAINTAINER] net-im/pidgin-msn-pecan update to 0.0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 22:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dsp.megawr.ath.cx 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Aug 24 21:14:38 CEST 2008 root@dsp.megawr.ath.cx:/usr/src/sys/i386/compile/KRAFTWERK i386


	
>Description:
msn-pecan just got updated to 0.0.15, here's the new port.
	
>How-To-Repeat:
	
>Fix:

	

--- pidgin-msn-pecan.patch begins here ---
diff -Naur ./Makefile ../pidgin-msn-pecan/Makefile
--- ./Makefile	2008-08-29 23:47:38.000000000 +0200
+++ ../pidgin-msn-pecan/Makefile	2008-08-30 00:35:49.000000000 +0200
@@ -2,17 +2,16 @@
 # Date created:		30 July 2008
 # Whom:			hrkfrd@gmail.com
 #
-# $FreeBSD: ports/net-im/pidgin-msn-pecan/Makefile,v 1.2 2008/08/21 21:40:49 marcus Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	msn-pecan
-PORTVERSION=	0.0.14
-PORTREVISION=	1
+PORTVERSION=	0.0.15
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	pidgin-
 
-MAINTAINER=	hrkfrd@gmail.com
+MAINTAINER=	hrkfrd@googlemail.com
 COMMENT=	Alternative MSN protocol plugin for libpurple
 
 LIB_DEPENDS=	purple.5:${PORTSDIR}/net-im/libpurple
@@ -21,7 +20,9 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USE_GETTEXT=	yes
 
-PLIST_FILES=	lib/purple-2/libmsn-pecan.so
+post-install:
+	${GMAKE} -C ${WRKSRC} install_locales
 
 .include <bsd.port.mk>
diff -Naur ./distinfo ../pidgin-msn-pecan/distinfo
--- ./distinfo	2008-08-29 23:47:38.000000000 +0200
+++ ../pidgin-msn-pecan/distinfo	2008-08-29 23:48:19.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (msn-pecan-0.0.14.tar.bz2) = e2e31a797e867654df055f3d8abad32a
-SHA256 (msn-pecan-0.0.14.tar.bz2) = a656ec6a160bbc8a3340ad1204b17c64466dcae8c6ce8cde3faa7f6e4c4f39ca
-SIZE (msn-pecan-0.0.14.tar.bz2) = 88122
+MD5 (msn-pecan-0.0.15.tar.bz2) = bc04bc322cdaf9ddcbc1604c1d20b47a
+SHA256 (msn-pecan-0.0.15.tar.bz2) = cac47e053e189adc963e03c5e02ae4b2ecf11f01b9804e5ee2b5e6b07fdb5e4d
+SIZE (msn-pecan-0.0.15.tar.bz2) = 114981
diff -Naur ./files/patch-Makefile ../pidgin-msn-pecan/files/patch-Makefile
--- ./files/patch-Makefile	2008-08-29 23:47:38.000000000 +0200
+++ ../pidgin-msn-pecan/files/patch-Makefile	2008-08-30 00:39:29.000000000 +0200
@@ -1,11 +1,30 @@
---- _Makefile	2008-08-03 20:08:19.000000000 +0000
-+++ Makefile	2008-08-03 20:08:29.000000000 +0000
-@@ -32,7 +32,7 @@
+diff -Naur ./Makefile ../msn-pecan-0.0.15/Makefile
+--- ./Makefile	2008-08-30 00:37:51.000000000 +0200
++++ ../msn-pecan-0.0.15/Makefile	2008-08-30 00:38:58.000000000 +0200
+@@ -27,16 +27,16 @@
+ OTHER_WARNINGS=-D_FORTIFY_SOURCE=2 -fstack-protector -g3 -Wdisabled-optimization \
+ 	       -Wendif-labels -Wformat=2 -Wstack-protector -Wswitch
+ 
+-CFLAGS+=-Wall # $(EXTRA_WARNINGS)
++CFLAGS+=-Wall -I/usr/local/include # $(EXTRA_WARNINGS)
+ 
+ override CFLAGS+=-I. -D PACKAGE='"msn-pecan"' -DENABLE_NLS -DHAVE_LIBPURPLE -DPURPLE_DEBUG -D PLUGIN_NAME='msn-pecan'
+ 
  # For glib < 2.6 support (libpurple maniacs)
  FALLBACK_CFLAGS+=-I./fix_purple
  
 -LDFLAGS:=-Wl,--no-undefined
-+LDFLAGS:=-Wl,--no-undefined,-lc
++LDFLAGS:=-Wl,--no-undefined,-lintl
+ 
+-DATA_DIR=/usr/share
++DATA_DIR=/usr/local/share
  
  purpledir=$(DESTDIR)/$(PURPLE_PREFIX)/lib/purple-2
  
+@@ -180,5 +180,5 @@
+ 
+ install_locales: $(foreach e,$(CATALOGS),po/libmsn-pecan-$(e).mo)
+ 	for x in $(CATALOGS); do \
+-	install po/libmsn-pecan-$$x.mo $(DATA_DIR)/locale/$$x/LC_MESSAGES/libmsn-pecan.mo; \
++	install -m 444 po/libmsn-pecan-$$x.mo $(DATA_DIR)/locale/$$x/LC_MESSAGES/libmsn-pecan.mo; \
+ 	done
diff -Naur ./pkg-plist ../pidgin-msn-pecan/pkg-plist
--- ./pkg-plist	1970-01-01 01:00:00.000000000 +0100
+++ ../pidgin-msn-pecan/pkg-plist	2008-08-30 00:40:46.000000000 +0200
@@ -0,0 +1,8 @@
+lib/purple-2/libmsn-pecan.so
+share/locale/nl/LC_MESSAGES/libmsn-pecan.mo
+share/locale/fi/LC_MESSAGES/libmsn-pecan.mo
+share/locale/fr/LC_MESSAGES/libmsn-pecan.mo
+share/locale/it/LC_MESSAGES/libmsn-pecan.mo
+share/locale/sr/LC_MESSAGES/libmsn-pecan.mo
+share/locale/es/LC_MESSAGES/libmsn-pecan.mo
+share/locale/sv/LC_MESSAGES/libmsn-pecan.mo
--- pidgin-msn-pecan.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808292245.m7TMj7QV058207>