ports/74451: [maintainer update]games/emacs-chess: add dependency to fix build error

Dryice Liu dryice at hotpop.com
Sat Nov 27 16:00:52 UTC 2004


>Number:         74451
>Category:       ports
>Synopsis:       [maintainer update]games/emacs-chess: add dependency to fix build error
>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 Nov 27 16:00:50 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #3: Mon Nov 22 22:17:32 CST 2004


>Description:
	add BUILD_DEPENDS to editors/tree-widget to fix build error
>How-To-Repeat:
	http://pointyhat.freebsd.org/errorlogs/i386-4-latest/emacs-chess-2.0b5.log
>Fix:


--- emacs-chess.diff begins here ---
diff -ruN emacs-chess.old/Makefile emacs-chess/Makefile
--- emacs-chess.old/Makefile	Wed Nov 24 21:57:00 2004
+++ emacs-chess/Makefile	Sat Nov 27 23:38:00 2004
@@ -24,6 +24,10 @@
 LISPDIR=		${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 INFO=			chess
 
+BUILD_DEPENDS+= \
+	${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/tree-widget/tree-widget.el:${PORTSDIR}/editors/tree-widget
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
 OPTIONS=	ENGINE_GNUCHESS "Gnuchess engine" off
 OPTIONS+=	ENGINE_CRAFTY "Crafty chess engine" off
 OPTIONS+=	ENGINE_PHALANX "Phalanx chess engine" off
--- emacs-chess.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list