Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 20:30:47 +0100 (CET)
From:      User Rodrigo <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184420: x11/tilda stage fix 
Message-ID:  <201312011930.rB1JUlfs085299@q.workgroup>
Resent-Message-ID: <201312011940.rB1Je0sn007574@freefall.freebsd.org>

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

>Number:         184420
>Category:       ports
>Synopsis:       x11/tilda stage fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 01 19:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     User Rodrigo
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Fix port for stage
	- remove no_stage
	- fix lib_depends
	- add licence
	- fix options
	
>How-To-Repeat:
	
>Fix:

	

--- tilda.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335354)
+++ Makefile	(working copy)
@@ -9,15 +9,17 @@
 MAINTAINER=	rodrigo@bebik.net
 COMMENT=	Drop down x11 terminal with transparency support
 
-LIB_DEPENDS=	confuse.0:${PORTSDIR}/devel/libconfuse
+LICENSE=	GPLv2
 
+LIB_DEPENDS=	libconfuse.so.0:${PORTSDIR}/devel/libconfuse
+
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 libglade2 vte
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig gettext
 
 DOCS=		AUTHORS ChangeLog README TODO
 
-NO_STAGE=	yes
+.include <bsd.port.options.mk>
 post-patch:
 	@${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \
 		${WRKSRC}/src/tilda.c
@@ -25,10 +27,10 @@
 		${WRKSRC}/src/tomboykeybinder.h
 
 post-install:
-.if !defined (NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
Service unavailableService unavailableService unavailable
--- tilda.diff ends here ---


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



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