ports/82033: [PATCH] x11-toolkits/fxscintilla: update to 1.63

Alexander Novitsky alecn2002 at yandex.ru
Wed Jun 8 14:50:06 UTC 2005


>Number:         82033
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/fxscintilla: update to 1.63
>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:   Wed Jun 08 14:50:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Novitsky
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Inzocomcentre VVD
>Environment:
System: FreeBSD server.v42of.icc-vvd.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Fri May 13 16:59:19 MSD 2005
>Description:
- Update to 1.63

Includes support for FOX-1.4

Port maintainer (alecn2002 at yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fxscintilla-1.63.patch begins here ---
Index: Makefile
===================================================================
RCS file: /mnt/usr/local/ncvs/ports/x11-toolkits/fxscintilla/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2 Apr 2005 12:01:22 -0000	1.6
+++ Makefile	8 Jun 2005 14:24:20 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	fxscintilla
-PORTVERSION=	1.62
-PORTREVISION=	1
+PORTVERSION=	1.63
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,20 +21,20 @@
 CONFIGURE_ARGS+=	--enable-shared --disable-static
 INSTALLS_SHLIB=	yes
 
-OPTIONS=	FOX10 "FOX1.0 support (FOX1.2 by default)" off
+OPTIONS=	FOX10 "FOX1.0 support (FOX1.4 by default)" off
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_FOX10)
 LIB_DEPENDS+=	FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox
-CONFIGURE_ARGS=	--with-fox-1-0
+CONFIGURE_ARGS+=	--with-fox-1-0
 .else
-BROKEN=		"Does not build with current fox-devel version"
 LIB_DEPENDS+=	FOX-1.4:${PORTSDIR}/x11-toolkits/fox-devel
+CONFIGURE_ARGS+=	--with-fox-1-4
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lFOX-1.2|"-lFOX-1.2 ${PTHREAD_LIBS}"|' \
+	@${REINPLACE_CMD} -e 's|-lFOX-1.4|"-lFOX-1.4 ${PTHREAD_LIBS}"|' \
 		${WRKSRC}/configure ${WRKSRC}/tests/Makefile.in
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /mnt/usr/local/ncvs/ports/x11-toolkits/fxscintilla/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	18 Dec 2004 22:38:38 -0000	1.2
+++ distinfo	8 Jun 2005 13:33:55 -0000
@@ -1,2 +1,2 @@
-MD5 (fxscintilla-1.62.tar.gz) = c4cb1b9d954b92e1e1fdcb75597662c6
-SIZE (fxscintilla-1.62.tar.gz) = 833249
+MD5 (fxscintilla-1.63.tar.gz) = d33ffcc6066efa2758271f6a16645327
+SIZE (fxscintilla-1.63.tar.gz) = 851770
Index: pkg-plist
===================================================================
RCS file: /mnt/usr/local/ncvs/ports/x11-toolkits/fxscintilla/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	18 Dec 2004 22:38:38 -0000	1.2
+++ pkg-plist	8 Jun 2005 14:22:08 -0000
@@ -3,5 +3,5 @@
 include/fxscintilla/Scintilla.h
 lib/libfxscintilla.a
 lib/libfxscintilla.so
-lib/libfxscintilla.so.16
+lib/libfxscintilla.so.17
 @dirrm include/fxscintilla
--- fxscintilla-1.63.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list