aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-06-06 04:27:40 +0800
committererwin <erwin@FreeBSD.org>2006-06-06 04:27:40 +0800
commit20b34d11e39842f5b534a3244bf80228a6fa432e (patch)
treeff32a3bcbb408268b058c78d8f4ec0906cf011fd /graphics
parent0e3e30c72cc1863d6baaad747e943228e20e8f7f (diff)
downloadfreebsd-ports-graphics-20b34d11e39842f5b534a3244bf80228a6fa432e.tar.gz
freebsd-ports-graphics-20b34d11e39842f5b534a3244bf80228a6fa432e.tar.zst
freebsd-ports-graphics-20b34d11e39842f5b534a3244bf80228a6fa432e.zip
Every time gnash plugin is launched, gnash-dbg.log file is
created in current dir. I consider this annoying, so I think it's better to have gnash debug log as a dotfile. PR: 97522 Submittey by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnash-devel/Makefile1
-rw-r--r--graphics/gnash/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index 6256e372f67..c4c662c7822 100644
--- a/graphics/gnash-devel/Makefile
+++ b/graphics/gnash-devel/Makefile
@@ -48,6 +48,7 @@ PLIST_SUB+= PLUGIN=""
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's|gnash-dbg.log|.gnash-dbg.log|' ${WRKSRC}/libbase/log.h
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.if !defined(WITH_PLUGIN)
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 6256e372f67..c4c662c7822 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -48,6 +48,7 @@ PLIST_SUB+= PLUGIN=""
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's|gnash-dbg.log|.gnash-dbg.log|' ${WRKSRC}/libbase/log.h
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.if !defined(WITH_PLUGIN)