Date: Tue, 2 Apr 2002 19:00:21 -0800 (PST) From: Michael Johnson <ahze@rgv.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/36684: patch for http://www.freebsd.org/cgi/query-pr.cgi?pr=36644 Message-ID: <200204030300.g3330Lv98492@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204030300.g3330Lv98492>