From owner-freebsd-ports Tue Apr 2 19:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B3EF37B41E for ; Tue, 2 Apr 2002 19:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g333A1E03430; Tue, 2 Apr 2002 19:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6004437B421 for ; Tue, 2 Apr 2002 19:00:21 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3330Lv98492; Tue, 2 Apr 2002 19:00:21 -0800 (PST) (envelope-from nobody) Message-Id: <200204030300.g3330Lv98492@freefall.freebsd.org> Date: Tue, 2 Apr 2002 19:00:21 -0800 (PST) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/36684: patch for http://www.freebsd.org/cgi/query-pr.cgi?pr=36644 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36684 >Category: ports >Synopsis: patch for http://www.freebsd.org/cgi/query-pr.cgi?pr=36644 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 19:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: I sent a new port for gtkspell (http://www.freebsd.org/cgi/query-pr.cgi?pr=36644) and I sent the wrong file, here is a patch to fix it. >How-To-Repeat: diff -ruN gtkspell.orig/Makefile gtkspell/Makefile --- gtkspell.orig/Makefile Tue Apr 2 12:22:00 2002 +++ gtkspell/Makefile Tue Apr 2 12:25:24 2002 @@ -10,8 +10,8 @@ MAINTAINER= ahze@rgv.net -BUILD_DEPENDS= pspell-config:${PORTSDIR}/textproc/pspell \ - gdk-pixbuf-csource:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell \ + gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 HAS_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" diff -ruN gtkspell.orig/pkg-plist gtkspell/pkg-plist --- gtkspell.orig/pkg-plist Tue Apr 2 12:22:00 2002 +++ gtkspell/pkg-plist Tue Apr 2 12:26:03 2002 @@ -3,5 +3,5 @@ lib/libgtkspell.so lib/libgtkspell.la lib/libgtkspell.a -lib/pkgconfig/gtkspell-2.0.pc +libdata/pkgconfig/gtkspell-2.0.pc @dirrm include/gtkspell-2.0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message