pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/49343 CVS commit: pkgsrc/chat/libpurple



Le 07/12/14 09:45, OBATA Akio a écrit :
The following reply was made to PR pkg/49343; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/49343 CVS commit: pkgsrc/chat/libpurple
Date: Sun, 7 Dec 2014 08:42:07 +0000

  Module Name:	pkgsrc
  Committed By:	obache
  Date:		Sun Dec  7 08:42:07 UTC 2014

  Modified Files:
  	pkgsrc/chat/libpurple: PLIST options.mk

  Log Message:
  Use packlist for most of perl related PLIST.
  Resolve PR pkg/49343.


  To generate a diff of this commit:
  cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/libpurple/PLIST
  cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/libpurple/options.mk

  Please note that diffs are not public domain; they are subject to the
  copyright notices on the relevant files.



This seemed to get over the perl issue, although the following was needed to build (at least on SunOS i386 with gcc49) :
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 6a07464..3dc5889 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -21,6 +21,9 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         yes

+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+CFLAGS.SunOS+=         -Wno-error=implicit-function-declaration
+
 PATCHDIR=              ${.CURDIR}/../../chat/libpurple/patches
 DISTINFO_FILE?=                ${.CURDIR}/../../chat/libpurple/distinfo




Home | Main Index | Thread Index | Old Index