Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 12:54:32 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@neva.vlink.ru
Subject:   ports/83495: upgrade port: net/sulci (need mueller dictionary)
Message-ID:  <200507150854.j6F8sWuX091117@neva.vlink.ru>
Resent-Message-ID: <200507150900.j6F90ZZo090990@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83495
>Category:       ports
>Synopsis:       upgrade port: net/sulci (need mueller dictionary)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 09:00:35 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 6.0-CURRENT FreeBSD 6.0-CURRENT #18: Mon Jun 27 10:58:47 MSD 2005 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386

>Description:

Fix dependency list, because sulci use mueller dictionary by default.
Thanks to Andrew Salnikov.

>How-To-Repeat:
>Fix:

diff -Nru sulci.orig/Makefile sulci/Makefile
--- sulci.orig/Makefile	Thu Jul 14 02:54:35 2005
+++ sulci/Makefile	Fri Jul 15 12:44:47 2005
@@ -16,12 +16,14 @@
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 		${LOCALBASE}/lib/ocaml/cryptokit.cma:${PORTSDIR}/security/ocaml-cryptokit \
 		${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \
-		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
+		ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
+		${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \
+		${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
 LIB_DEPENDS=	sqlite.2:${PORTSDIR}/databases/sqlite2 \
 		pcre.0:${PORTSDIR}/devel/pcre-utf8
 RUN_DEPENDS=	${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \
-		${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
-BUILD_DEPENDS+=	${RUN_DEPENDS}
+		${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
+		mueller:${PORTSDIR}/russian/mueller-dic
 
 OCAML_SITELIBDIR=	${LOCALBASE}/lib/ocaml/site-lib
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507150854.j6F8sWuX091117>