Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 03:07:13 -0700 (PDT)
From:      Jacula Modyun <jacula@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121639: [MAINTAINER UPDATE]: devel/hs-uulib
Message-ID:  <200803121007.m2CA7ACE063658@splork.wirewater.yow>
Resent-Message-ID: <200803121010.m2CAA4DN034744@freefall.freebsd.org>

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

>Number:         121639
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: devel/hs-uulib
>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:   Wed Mar 12 10:10:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jacula Modyun
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD splork.wirewater.yow 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 3 09:48:32 UTC 2008 root@splork.wirewater.yow:/usr/obj/usr/src/sys/JACULA i386


	
>Description:
The actual port doesn't remove the /usr/local/lib/ghc-6.8.2/package.conf.old.

This patch correct this simple thing, then the PORTREVISION wasn't bumped.

>How-To-Repeat:
	
>Fix:

	

--- patch-devel-hs-uulib begins here ---
diff -uNr hs-uulib.orig/Makefile hs-uulib/Makefile
--- hs-uulib.orig/Makefile	2008-02-28 20:10:17.000000000 +0000
+++ hs-uulib/Makefile	2008-03-12 08:48:44.000000000 +0000
@@ -43,4 +43,7 @@
 	cd ${WRKSRC} && ${SETUP_CMD} install \
 		     && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${UULIB_LIBDIR_REL}/register.sh
 
+post-install:
+	${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
+
 .include <bsd.port.mk>
--- patch-devel-hs-uulib ends here ---


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



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