ports/102781: [maintainer] deskutils/remember.el: unbroken

Dryice Liu dryice at dryice.name
Sat Sep 2 10:30:21 UTC 2006


>Number:         102781
>Category:       ports
>Synopsis:       [maintainer] deskutils/remember.el: unbroken
>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:   Sat Sep 02 10:30:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:
Add additional BUILD_DEPENDS to fix the plist
>How-To-Repeat:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2006071303/remember.el-emacs21-1.9_1.log

>Fix:

	

--- attached file begins here ---
diff -ruN remember.el.old/Makefile remember.el/Makefile
--- remember.el.old/Makefile	Fri Sep  1 08:14:23 2006
+++ remember.el/Makefile	Sat Sep  2 18:17:59 2006
@@ -17,8 +17,6 @@
 MAINTAINER=	dryice at dryice.name
 COMMENT=	A Emacs mode for remembering data
 
-BROKEN=		Incorrect pkg-plist
-
 USE_EMACS=	yes
 USE_GMAKE=	yes
 EMACS_PORT_NAME?=	emacs21
@@ -40,10 +38,11 @@
 .endif
 
 .if !defined(WITHOUT_PLANNER)
-RUN_DEPENDS+=	${PREFIX}/${EMACS_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
+BUILD_DEPENDS+=	${PREFIX}/${EMACS_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
 PLIST_SUB+=	HAS_PLANNER=""
 .else
 PLIST_SUB+=	HAS_PLANNER="@comment "
 .endif
+RUN_DEPENDS+= ${BUILD_DEPENDS}
 
 .include <bsd.port.post.mk>
--- attached file ends here ---


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



More information about the freebsd-ports-bugs mailing list