aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-27 13:09:37 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-27 13:09:37 +0000
commitd4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6 (patch)
tree0d1539bdd58f6e1d15ec0acff8cf93cbb82d4415
parentf2090d7c3223f50056cab15bedc11340926a0a26 (diff)
downloadports-d4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6.tar.gz
ports-d4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6.zip
Notes
-rw-r--r--UPDATING12
-rw-r--r--x11-wm/fluxbox/Makefile3
2 files changed, 14 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 93a869870667..ca2e534f3181 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,17 @@ time you update your ports collection, before attempting any port
upgrades.
20070327:
+ AFFECTS: users of x11-wm/fluxbox
+ AUTHOR: mezz@FreeBSD.org
+
+ In 1.0rc3, they have changed ~/.fluxbox/startup from 755 to 644 that has
+ caused not possible to start up your Fluxbox if you remove ~/.fluxbox or
+ you are a first time user. The solution is to update your Fluxbox to
+ 1.0rc3_1 and do this:
+
+ chmod 755 ~/.fluxbox/startup
+
+20070327:
AFFECTS: users of lang/tcl-tk-wrapper, lang/tcl*, x11-toolkits/tk*
AUTHOR: martin@matuska.org
@@ -15,7 +26,6 @@ upgrades.
option to install the wrapper - the wrapper ports require a Tcl/Tk instead.
The new configuration files in local etc are named: tclsh.conf wish.conf
-
20070327:
AFFECTS: users of devel/py-sip and x11-toolkits/py-qt
AUTHOR: miwi@FreeBSD.org
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile
index 810683d627af..e3f324b8e6ac 100644
--- a/x11-wm/fluxbox/Makefile
+++ b/x11-wm/fluxbox/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fluxbox
PORTVERSION= 1.0rc3
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -166,6 +167,8 @@ post-patch:
${WRKSRC}/util/fluxbox-generate_menu.in
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/util/fbsetbg
+ @${REINPLACE_CMD} -e 's|644|755|g' \
+ ${WRKSRC}/util/startfluxbox.in
.if defined(WITHOUT_NLS)
@${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \
${WRKSRC}/configure