PR pkg/50050 David Shao: remove use of -lxpg4 on Dragonfly. PKGREVISION++

This commit is contained in:
dholland 2015-07-15 17:16:50 +00:00
parent 573c685dca
commit 2208eef7a6
3 changed files with 16 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.28 2014/07/28 14:38:17 jperkin Exp $
# $NetBSD: Makefile,v 1.29 2015/07/15 17:16:50 dholland Exp $
DISTNAME= xorg-cf-files-1.0.5
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.22 2014/07/28 14:38:17 jperkin Exp $
$NetBSD: distinfo,v 1.23 2015/07/15 17:16:50 dholland Exp $
SHA1 (xorg-cf-files-1.0.5.tar.bz2) = ae22eb81d56d018f0b3b149f70965ebfef2385fd
RMD160 (xorg-cf-files-1.0.5.tar.bz2) = c389c5c1642a7a3b3bc9603c2cb0217a028f905e
@ -10,7 +10,7 @@ SHA1 (patch-aa) = 6b776ab3c9cc04759eb2fefcd95dcd65ea5909b3
SHA1 (patch-ab) = f8f816409eb233ae4d8430bd9d43b9bf83c5711d
SHA1 (patch-ac) = 1f977650d9e903a4ea72afc8541b7649cb989ab8
SHA1 (patch-ad) = 12c918ad85fa44518525d2c4bc628b342b8c0280
SHA1 (patch-ae) = b1c870feb6372b8443aac498c24dfa802a536ba2
SHA1 (patch-ae) = 79cb76c47b283707c9799881dbcc2926f0ab0089
SHA1 (patch-af) = c000ab24fafd1f6e154df6b317291f89f952c479
SHA1 (patch-ag) = 7f2e6061670cb98d6498cc4e156a8e909881635e
SHA1 (patch-ah) = 9b64b2e5f419ab190d47dd8156b8f84634fd6a36

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ae,v 1.2 2010/05/21 22:09:43 schwarz Exp $
$NetBSD: patch-ae,v 1.3 2015/07/15 17:16:50 dholland Exp $
--- DragonFly.cf.orig 2010-05-16 12:38:48.000000000 +0200
+++ DragonFly.cf 2010-05-16 12:41:18.000000000 +0200
@ -18,6 +18,17 @@ $NetBSD: patch-ae,v 1.2 2010/05/21 22:09:43 schwarz Exp $
#define PreProcessCmd CppCmd
#define StandardCppOptions -traditional
#define StandardCppDefines /**/
@@ -116,10 +116,6 @@
# endif
# define DefaultCCOptions -ansi NoSystemWarn -Dasm=__asm GccWarningOptions
#endif
-#ifndef ExtraLibraries
-/* support for multi-byte locales is in libxpg4 rather than libc */
-#define ExtraLibraries -lxpg4
-#endif
#define HasSetUserContext YES
#define HasGetpeereid YES
#define HasMTRRSupport YES
@@ -152,6 +152,10 @@
#define BuildDmx YES
#endif