ports/138398: [PATCH] x11-wm/i3: [SUMMARIZE CHANGES]

Bapt baptiste.daroussin at gmail.com
Mon Aug 31 13:20:05 UTC 2009


>Number:         138398
>Category:       ports
>Synopsis:       [PATCH] x11-wm/i3: [SUMMARIZE CHANGES]
>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:   Mon Aug 31 13:20:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8.0-BETA2 amd64
>Organization:
>Environment:
System: FreeBSD galway.lan 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Sat Aug 22 15:45:52 CEST 2009
>Description:
here is an update removing uneeded dependencies to xmlto and asciidoc as makefile is now generated before releasing the tar archive
adding the i3-msg file to plist and to the do-install

Port maintainer (dhn at FreeBSD.org) is cc'd.

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

--- i3-3.c.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/i3/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	23 Aug 2009 16:20:37 -0000	1.5
+++ Makefile	31 Aug 2009 12:47:25 -0000
@@ -15,8 +15,6 @@
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	An improved dynamic tiling window manager
 
-BUILD_DEPENDS=	asciidoc:${PORTSDIR}/textproc/asciidoc \
-		xmlto:${PORTSDIR}/textproc/xmlto
 LIB_DEPENDS=	xcb.2:${PORTSDIR}/x11/libxcb \
 		xcb-event.1:${PORTSDIR}/x11/xcb-util \
 		ev.3:${PORTSDIR}/devel/libev
@@ -28,6 +26,7 @@
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/i3 \
+		bin/i3-msg \
 		etc/i3/config.sample
 PLIST_DIRS=	etc/i3
 
@@ -50,6 +49,7 @@
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/i3-msg/i3-msg ${PREFIX}/bin/
 	@${MKDIR} ${PREFIX}/etc/${PORTNAME}
 	${INSTALL_SCRIPT} ${WRKSRC}/config.sample ${PREFIX}/etc/${PORTNAME}
 	${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MANPREFIX}/man/man1
--- i3-3.c.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list