Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2006 10:40:00 -0600 (CST)
From:      Sean Farley <sean-freebsd@farley.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vanilla@FreeBSD.org
Subject:   ports/94929: [PATCH] x11-wm/enlightenment: fix for pkg-plist
Message-ID:  <200603251640.k2PGe0cv046041@thor.farley.org>
Resent-Message-ID: <200603251640.k2PGeH4u089798@freefall.freebsd.org>

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

>Number:         94929
>Category:       ports
>Synopsis:       [PATCH] x11-wm/enlightenment: fix for pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 25 16:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sun Feb  5 13:57:10 CST
>Description:
- Fix pkg-plist.
- Removed CONFLICT with enlightenment-devel since v0.16.8 uses e16 for its name
  and directory names.

Port maintainer (vanilla@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- enlightenment-0.16.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-wm/enlightenment.orig/Makefile /usr/ports/x11-wm/enlightenment/Makefile
--- /usr/ports/x11-wm/enlightenment.orig/Makefile	Mon Mar  6 14:24:05 2006
+++ /usr/ports/x11-wm/enlightenment/Makefile	Mon Mar 20 18:03:25 2006
@@ -17,11 +17,8 @@
 
 LIB_DEPENDS=	Imlib2.3:${PORTSDIR}/graphics/imlib2
 
-BROKEN=		Incomplete pkg-plist
-
 DATADIR=	${PREFIX}/share/e16
 
-CONFLICTS=	x11-wm/enlightenment-devel-[0-9]*
 USE_X_PREFIX=	yes
 USE_ICONV=	yes
 USE_GMAKE=	yes
diff -ruN --exclude=CVS /usr/ports/x11-wm/enlightenment.orig/pkg-plist /usr/ports/x11-wm/enlightenment/pkg-plist
--- /usr/ports/x11-wm/enlightenment.orig/pkg-plist	Mon Feb 20 00:34:20 2006
+++ /usr/ports/x11-wm/enlightenment/pkg-plist	Mon Mar 20 16:34:07 2006
@@ -377,6 +377,10 @@
 %%DATADIR%%/themes/winter/ttfonts/VeraBd.ttf
 share/xsessions/e16.desktop
 @dirrm %%DATADIR%%/E-docs
+@dirrm %%DATADIR%%/config/pix
+@dirrm %%DATADIR%%/config
+@dirrm %%DATADIR%%/misc
+@dirrm %%DATADIR%%/scripts
 @dirrm %%DATADIR%%/themes/winter/ABOUT
 @dirrm %%DATADIR%%/themes/winter/backgrounds/images
 @dirrm %%DATADIR%%/themes/winter/backgrounds
@@ -433,12 +437,5 @@
 @dirrm %%DATADIR%%/themes/winter/ttfonts
 @dirrm %%DATADIR%%/themes/winter
 @dirrm %%DATADIR%%/themes
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/misc
-@dirrm %%DATADIR%%/config/pix
-@dirrm %%DATADIR%%/config
 @dirrm %%DATADIR%%
-@dirrmtry etc/X11/dm/Sessions
-@dirrmtry etc/X11/dm
-@dirrmtry etc/X11
 @dirrmtry share/xsessions
--- enlightenment-0.16.8.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?200603251640.k2PGe0cv046041>