Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2006 15:54:54 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94326: [PATCH] textproc/enchant: Fix WWW, portlint
Message-ID:  <1142085294.8641@it.buh.tecnik93.com>
Resent-Message-ID: <200603111401.k2BE11hh004067@freefall.freebsd.org>

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

>Number:         94326
>Category:       ports
>Synopsis:       [PATCH] textproc/enchant: Fix WWW, portlint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 11 14:01:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Fix WWW, pet portlint a little while here.
The latest version is  1.2.2 (February, 2006), but maybe gnome
team has its reasons not to update the port yet.

Reported by:		fenner's distfiles survey


>How-To-Repeat:





>Fix:


--- enchant.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/enchant/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	23 Feb 2006 10:39:19 -0000	1.18
+++ Makefile	11 Mar 2006 13:52:14 -0000
@@ -18,8 +18,7 @@
 COMMENT=	Dictionary/spellchecking framework
 
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
-USE_AUTOTOOLS=  libtool:15
+USE_AUTOTOOLS=	libtool:15
 INSTALLS_SHLIB=	yes
 USE_GNOME=	gnomehack gnometarget glib20 ltverhack
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/enchant/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	3 Jan 2004 21:30:57 -0000	1.1
+++ pkg-descr	11 Mar 2006 13:52:14 -0000
@@ -1,4 +1,4 @@
 Enchant is a dictionary backend. It's somewhat of a broker of various
 pre-existing spellchecking programs.
 
-WWW:	http://www.abisource.com/enchant/
+WWW:	http://www.abisource.com/projects/enchant/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/enchant/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	23 Feb 2006 10:39:19 -0000	1.6
+++ pkg-plist	11 Mar 2006 13:52:14 -0000
@@ -24,7 +24,7 @@
 lib/libenchant.so
 lib/libenchant.so.1
 libdata/pkgconfig/enchant.pc
-share/enchant/enchant.ordering
-@dirrm share/enchant
+%%DATADIR%%/enchant.ordering
+@dirrm %%DATADIR%%
 @dirrm lib/enchant
 @dirrm include/enchant
--- enchant.diff ends here ---



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



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