ports/184420: x11/tilda stage fix
User Rodrigo
rodrigo at bebik.net
Sun Dec 1 19:40:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list