Hoi,

any reason wcswidth is not hooked in ?
It's needed for rxvt-unicode.

Andy

Index: lib/libc/string/Makefile.inc
===================================================================
RCS file: /home/dcvs/src/lib/libc/string/Makefile.inc,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.inc
--- lib/libc/string/Makefile.inc        2 Feb 2004 05:43:15 -0000       1.3
+++ lib/libc/string/Makefile.inc        26 Aug 2005 22:57:11 -0000
@@ -15,7 +15,7 @@ MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ind
        strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
        strxfrm.c swab.c wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c \
        wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c \
-       wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c \
+       wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.c wmemcmp.c wmemcpy.c \
        wmemmove.c wmemset.c
 
 # machine-dependent string sources
Index: x11/rxvt-unicode/Makefile
===================================================================
RCS file: /home/dcvs/dfports/x11/rxvt-unicode/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- x11/rxvt-unicode/Makefile   28 May 2005 12:53:25 -0000      1.1
+++ x11/rxvt-unicode/Makefile   26 Aug 2005 22:48:45 -0000
@@ -2,12 +2,13 @@
 # Date created:         5th December 1994
 # Whom:                 [EMAIL PROTECTED]
 #
-# $FreeBSD: ports/x11/rxvt-unicode/Makefile,v 1.79 2005/04/27 21:28:03 thierry 
Exp $
+# $FreeBSD: ports/x11/rxvt-unicode/Makefile,v 1.82 2005/08/15 21:27:23 thierry 
Exp $
 # $DragonFly: dfports/x11/rxvt-unicode/Makefile,v 1.1 2005/05/28 12:53:25 
asmodai Exp $
 #
 
 PORTNAME=      rxvt-unicode
-PORTVERSION=   5.5
+PORTVERSION=   5.7
+PORTREVISION=  1
 CATEGORIES=    x11
 MASTER_SITES=  http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
 MASTER_SITE_SUBDIR=    . Attic
@@ -112,9 +113,6 @@ CONFIGURE_ENV+=             LIBS="-lutil"
 
 .include <bsd.dfport.pre.mk>
 
-.if ${ARCH} == "amd64"
-BROKEN=                "libsupc++.a cannot be used when making a shared object 
(missing -fPIC)"
-.endif
 
 # compile in support for additional codeset groups
 .if defined(WITH_ENCODING)
Index: x11/rxvt-unicode/distinfo
===================================================================
RCS file: /home/dcvs/dfports/x11/rxvt-unicode/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- x11/rxvt-unicode/distinfo   28 May 2005 12:53:25 -0000      1.1
+++ x11/rxvt-unicode/distinfo   26 Aug 2005 22:48:58 -0000
@@ -1,2 +1,3 @@
-MD5 (rxvt-unicode-5.5.tar.bz2) = 3255dc5e301f410d34a8e857ba0d6a64
-SIZE (rxvt-unicode-5.5.tar.bz2) = 842416
+MD5 (rxvt-unicode-5.7.tar.bz2) = b6808e467c6328da8baf2d5320cac6c5
+SIZE (rxvt-unicode-5.7.tar.bz2) = 848618
+

Reply via email to