Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2005 09:04:02 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80928: INDEX build falure: libuta resides in devel/Makefile after removal
Message-ID:  <20050512060402.GA30444@sinanica.bg.datamax>
Resent-Message-ID: <200505120610.j4C6A2Xm056498@freefall.freebsd.org>

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

>Number:         80928
>Category:       ports
>Synopsis:       INDEX build falure: libuta resides in devel/Makefile after removal
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 12 06:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

System: FreeBSD sinanica.bg.datamax 5.4-STABLE FreeBSD 5.4-STABLE #6: Tue May 10 12:46:25 EEST 2005     root@sinanica.bg.datamax:/usr/obj/usr/src/sys/SINANICA-SMP  i386

>Description:

After renaming port devel/libuta to devel/wftk, libuta still resides in
devel/Makefile which seems to cause INDEX build failure:

...
don't know how to make describe. Stop
===> devel/libuta failed
*** Error code 1

>How-To-Repeat:

>Fix:

--- Makefile.patch begins here ---
--- devel/Makefile.orig	Thu May 12 08:32:16 2005
+++ devel/Makefile	Thu May 12 08:45:49 2005
@@ -501,7 +501,6 @@
     SUBDIR += libukcprog
     SUBDIR += libunicode
     SUBDIR += libusb
-    SUBDIR += libuta
     SUBDIR += libvanessa_adt
     SUBDIR += libvanessa_logger
     SUBDIR += libvanessa_socket
@@ -1525,6 +1524,7 @@
     SUBDIR += vstr
     SUBDIR += vtcl
     SUBDIR += websvn
+    SUBDIR += wftk
     SUBDIR += wininfo
     SUBDIR += wizard
     SUBDIR += wxGlade
--- Makefile.patch ends here ---

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



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