[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Mon Jan 22 13:19:00 MST 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy by tmclau02
Modified Files:
Makefile
Log Message:
Fix two seperate Gnome Help related crashes.
Note: ~/.tomboy/Plugins has a Default Plugins folder which is a symlink.
Since the LOCALBASE move this has been broken. To fix:
rm "~/.tomboy/Plugins/Default Plugins" and restart tomboy
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/Makefile 2007/01/21 04:31:13 1.36
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/Makefile 2007/01/22 20:19:00 1.37
@@ -3,11 +3,12 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.36 2007/01/21 04:31:13 tmclau02 Exp $
+# $Id: Makefile,v 1.37 2007/01/22 20:19:00 tmclau02 Exp $
#
PORTNAME= tomboy
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -42,7 +43,7 @@
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \
+ @${REINPLACE_CMD} 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \
s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g; \
s|PANELAPPLET_SERVER_DIR="$$PANELAPPLET_LIBDIR|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \
${WRKSRC}/configure
More information about the Bsd-sharp-cvs
mailing list