Date: Mon, 19 Apr 2004 13:21:21 +0900 (JST) From: "Shin'ya Murakami" <murakami@ahs.scitec.kobe-u.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65743: science/{c,ruby-}dcl-gtk: fixed master-slave relations Message-ID: <20040419.132121.71167556.murashin@edamame.summing.com> Resent-Message-ID: <200404190430.i3J4UCJT056274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65743 >Category: ports >Synopsis: science/{c,ruby-}dcl-gtk: fixed master-slave relations >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: Sun Apr 18 21:30:12 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD faris.lodoss.forceria 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Thu Mar 18 17:52:11 JST 2004 murashin@faris.lodoss.forceria:/cvs/obj/mg/cvs/freebsd/src/sys/FARIS i386 >Description: According to ports/64393, I fixed my ports, science/{c,ruby-}dcl-gtk. When you commit this pr, at the same time, please mark my ports with an 'X' in ports/64393. >How-To-Repeat: N/A >Fix: --- ruby-dcl-gtk.diff begins here --- --- /usr/ports/science/ruby-dcl-gtk/Makefile Mon Mar 15 06:52:19 2004 +++ ruby-dcl-gtk/Makefile Thu Mar 18 15:45:56 2004 @@ -16,4 +16,6 @@ DESCR= ${.CURDIR}/../ruby-dcl/pkg-descr PLIST= ${.CURDIR}/../ruby-dcl/pkg-plist -.include "${.CURDIR}/../ruby-dcl/Makefile" +MASTERDIR= ${.CURDIR}/../ruby-dcl + +.include "${MASTERDIR}/Makefile" --- ruby-dcl-gtk.diff ends here --- --- cdcl-gtk.diff begins here --- --- /usr/ports/science/cdcl-gtk/Makefile Mon Mar 15 06:52:19 2004 +++ cdcl-gtk/Makefile Fri Mar 19 03:35:25 2004 @@ -16,4 +16,6 @@ DESCR= ${.CURDIR}/../cdcl/pkg-descr PLIST= ${.CURDIR}/../cdcl/pkg-plist -.include "${.CURDIR}/../cdcl/Makefile" +MASTERDIR= ${.CURDIR}/../cdcl + +.include "${MASTERDIR}/Makefile" --- cdcl-gtk.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?20040419.132121.71167556.murashin>