Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 14:48:35 +0200 (CEST)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        x11@FreeBSD.org
Subject:   ports/66938: Update port: x11/renderext - fix pkg-plist typo.
Message-ID:  <20040520124835.588C96DF@gw.xbsd.org>
Resent-Message-ID: <200405201250.i4KCoNC5006176@freefall.freebsd.org>

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

>Number:         66938
>Category:       ports
>Synopsis:       Update port: x11/renderext - fix pkg-plist typo.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 20 05:50:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 4.9-RC i386
>Organization:
Xbsd.org
>Environment:

System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386

>Description:

DOCSDIR is not expanded in the registered plist because of a typo in the
@dirrm line.

When deinstalling, %%DOCSDIR%% is not deleted.

>How-To-Repeat:

Type make install deinstall in /usr/ports/x11/renderext

>Fix:

--- pkg-plist   Thu May 20 14:43:18 2004
+++ pkg-plist.new       Thu May 20 14:43:34 2004
@@ -3,4 +3,4 @@
 libdata/pkgconfig/render.pc
 %%DOCSDIR%%/library
 %%DOCSDIR%%/protocol
-@dirrm %%DOCSDIR
+@dirrm %%DOCSDIR%%

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



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