FreeBSD Bugzilla – Attachment 89914 Details for
Bug 126959
[MAINTAINER] net-im/pidgin-msn-pecan update to 0.0.15
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pidgin-msn-pecan.patch
pidgin-msn-pecan.patch (text/plain), 3.51 KB, created by
Henrik Friedrichsen
on 2008-08-29 23:50:00 UTC
(
hide
)
Description:
pidgin-msn-pecan.patch
Filename:
MIME Type:
Creator:
Henrik Friedrichsen
Created:
2008-08-29 23:50:00 UTC
Size:
3.51 KB
patch
obsolete
>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
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 126959
: 89914