Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Feb 2006 00:49:51 +0200 (EET)
From:      "Vlad V. Teterya" <vlad@vlad.uz.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92646: [maintainer update] Update port: x11/tilda new release
Message-ID:  <20060131224951.8F8A11B72@zeon.ein.uz.ua>
Resent-Message-ID: <200601312300.k0VN0Ftw095999@freefall.freebsd.org>

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

>Number:         92646
>Category:       ports
>Synopsis:       [maintainer update] Update port: x11/tilda new release
>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:   Tue Jan 31 23:00:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vlad V. Teterya <vlad@vlad.uz.ua>
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
TrioSoft
>Environment:
System: FreeBSD zeon.ein.uz.ua 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Sat Jan 28 21:43:47 EET 2006 root@zeon.ein.uz.ua:/usr/src/sys/i386/compile/ZEON i386

>Description:
new release of x11/tilda

UPDATING:
Due to configuration file syntax change, users of tilda must delete old
configuration files and make them again.
>How-To-Repeat:
>Fix:

--- TILDA begins here ---
diff -ruN tilda.old/Makefile tilda/Makefile
--- tilda.old/Makefile	Tue Dec  6 01:10:43 2005
+++ tilda/Makefile	Tue Jan 31 23:58:51 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tilda
-PORTVERSION=	0.09.1
+PORTVERSION=	0.09.2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,20 +14,19 @@
 MAINTAINER=	vlad@vlad.uz.ua
 COMMENT=	Drop down x11 terminal with transparency support
 
-BUILD_DEPENDS=	vte:${PORTSDIR}/x11-toolkits/vte
-RUN_DEPENDS=	vte:${PORTSDIR}/x11-toolkits/vte
+LIB_DEPENDS=	confuse.0:${PORTSDIR}/devel/libconfuse
 
 GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
-USE_REINPLACE=	yes
+USE_GNOME=	glib20 vte
 USE_GCC=	3.4+
 
 PLIST_FILES=	bin/tilda
 PORTDOCS=	AUTHORS ChangeLog README TODO
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
-		${WRKSRC}/src/readconf.c
+	@${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \
+		${WRKSRC}/src/tilda.c
 
 post-install:
 .if !defined (NOPORTDOCS)
@@ -36,5 +35,14 @@
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 .endfor
 .endif
+
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "		ATTENTION:"
+	@${ECHO_MSG} "		If you are upgrade from version 0.09.1 or below,"
+	@${ECHO_MSG} "		you'll need to delete your old config files and "
+	@${ECHO_MSG} "		make them again."
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} ""
 
 .include <bsd.port.mk>
diff -ruN tilda.old/distinfo tilda/distinfo
--- tilda.old/distinfo	Tue Dec  6 01:10:43 2005
+++ tilda/distinfo	Wed Feb  1 00:00:48 2006
@@ -1,3 +1,3 @@
-MD5 (tilda-0.09.1.tar.gz) = 1e5971447d2e1b3837dfc48edd172c52
-SHA256 (tilda-0.09.1.tar.gz) = eb21f070830edf8f216f1e0163adae29070a5f0d6c3cc3de6991d88e9626f85c
-SIZE (tilda-0.09.1.tar.gz) = 115620
+MD5 (tilda-0.09.2.tar.gz) = dda956bc0591b4b70486b36045146a69
+SHA256 (tilda-0.09.2.tar.gz) = 59719d06d7e87c409b2ae08808427bec8edd3d9ef4c15ffc433c21893a248611
+SIZE (tilda-0.09.2.tar.gz) = 108736
--- TILDA ends here ---


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



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