ports/74241: [MAINTAINER-UPDATE] x11-toolkits/fxscintilla: update to 1.62

Alexander Novitsky alecn2002 at yandex.ru
Mon Nov 22 14:50:23 UTC 2004


>Number:         74241
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] x11-toolkits/fxscintilla: update to 1.62
>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:   Mon Nov 22 14:50:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Novitsky
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Inzhcomcentre VVD
>Environment:
System: FreeBSD server.v42of.icc-vvd.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #2: Mon Jul 12 21:45:44 MSD 2004
>Description:
- Update to 1.62

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

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

--- fxscintilla-1.62.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/fxscintilla.orig/Makefile /usr/ports/x11-toolkits/fxscintilla/Makefile
--- /usr/ports/x11-toolkits/fxscintilla.orig/Makefile	Mon Nov 22 17:01:54 2004
+++ /usr/ports/x11-toolkits/fxscintilla/Makefile	Mon Nov 22 17:40:18 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fxscintilla
-PORTVERSION=	1.57
+PORTVERSION=	1.62
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,10 +14,34 @@
 MAINTAINER=	alecn2002 at yandex.ru
 COMMENT=	A Fox toolkit reimplementation of Scintilla editing widget
 
+OPTIONS=	FOX10 "Fox 1.0 (Fox 1.2 if unchecked)" no
+
+.include	<bsd.port.pre.mk>
+
+.if defined(WITH_FOX10)
 LIB_DEPENDS=	FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox
+.else
+LIB_DEPENDS=	FOX-1.2.0:${PORTSDIR}/x11-toolkits/fox-devel
+.endif
+
+USE_LIBTOOL_VER=	15
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--enable-shared=yes
+CONFIGURE_ARGS+=	--enable-static=no
+CONFIGURE_ARGS+=	--enable-dependency-tracking=no
+
+.if defined(WITH_FOX10)
+CONFIGURE_ARGS+=	--with-fox-1-0
+.endif
 
-USE_INC_LIBTOOL_VER=	15
-CONFIGURE_ARGS=	--enable-shared
 INSTALLS_SHLIB=	yes
 
-.include <bsd.port.mk>
+LIBVER=	16
+LIBNAME=	libfxscintilla
+LIBEXT=	.so
+
+post-install:
+	(cd ${PREFIX}/lib; ${MV} ${LIBNAME}.${LIBVER} ${LIBNAME}${LIBEXT}.${LIBVER}; ${LN} -s ${LIBNAME}${LIBEXT}.${LIBVER} ${LIBNAME}${LIBEXT})
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/fxscintilla.orig/distinfo /usr/ports/x11-toolkits/fxscintilla/distinfo
--- /usr/ports/x11-toolkits/fxscintilla.orig/distinfo	Mon Nov 22 17:01:54 2004
+++ /usr/ports/x11-toolkits/fxscintilla/distinfo	Mon Nov 22 17:03:55 2004
@@ -1,2 +1,2 @@
-MD5 (fxscintilla-1.57.tar.gz) = 68aa25d2b8d626b6455736e611a3993f
-SIZE (fxscintilla-1.57.tar.gz) = 798115
+MD5 (fxscintilla-1.62.tar.gz) = c4cb1b9d954b92e1e1fdcb75597662c6
+SIZE (fxscintilla-1.62.tar.gz) = 833249
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/fxscintilla.orig/pkg-plist /usr/ports/x11-toolkits/fxscintilla/pkg-plist
--- /usr/ports/x11-toolkits/fxscintilla.orig/pkg-plist	Mon Nov 22 17:01:54 2004
+++ /usr/ports/x11-toolkits/fxscintilla/pkg-plist	Mon Nov 22 17:32:25 2004
@@ -1,8 +1,7 @@
 include/fxscintilla/FXScintilla.h
 include/fxscintilla/SciLexer.h
 include/fxscintilla/Scintilla.h
-lib/libfxscintilla.a
 lib/libfxscintilla.la
 lib/libfxscintilla.so
-lib/libfxscintilla.so.11
+lib/libfxscintilla.so.16
 @dirrm include/fxscintilla
--- fxscintilla-1.62.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list