From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 22 14:50:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A2516A4CF for ; Mon, 22 Nov 2004 14:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DC443D49 for ; Mon, 22 Nov 2004 14:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAMEoMSl032447 for ; Mon, 22 Nov 2004 14:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAMEoM1X032446; Mon, 22 Nov 2004 14:50:22 GMT (envelope-from gnats) Resent-Date: Mon, 22 Nov 2004 14:50:22 GMT Resent-Message-Id: <200411221450.iAMEoM1X032446@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Novitsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496F016A4CE for ; Mon, 22 Nov 2004 14:43:02 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB8E43D1F for ; Mon, 22 Nov 2004 14:43:00 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from server.v42of.icc-vvd.ru (localhost.icc-vvd.ru [127.0.0.1]) by mail.icc-vvd.ru (8.13.1/8.12.9) with ESMTP id iAMEgwju046104; Mon, 22 Nov 2004 17:42:58 +0300 (MSK) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.12.10/8.12.9/Submit) id iAMEgwOi046103; Mon, 22 Nov 2004 17:42:58 +0300 (MSK) Message-Id: <200411221442.iAMEgwOi046103@server.v42of.icc-vvd.ru> Date: Mon, 22 Nov 2004 17:42:58 +0300 (MSK) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/74241: [MAINTAINER-UPDATE] x11-toolkits/fxscintilla: update to 1.62 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 14:50:23 -0000 >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@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@yandex.ru COMMENT= A Fox toolkit reimplementation of Scintilla editing widget +OPTIONS= FOX10 "Fox 1.0 (Fox 1.2 if unchecked)" no + +.include + +.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 +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 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: