diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 10:03:30 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 10:03:30 +0000 |
commit | bbbfa1671bd12b6a41f4959064d8fc5e69d17c21 (patch) | |
tree | bcf949d58e509deb8431486e79f5f5d0ba1ca001 /x11-wm | |
parent | b525526dcec4b299c7736bf4210c10138228485b (diff) | |
download | ports-bbbfa1671bd12b6a41f4959064d8fc5e69d17c21.tar.gz ports-bbbfa1671bd12b6a41f4959064d8fc5e69d17c21.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-plist | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index a3744b61faeb..7d77977d8383 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= icewm -PORTVERSION= 1.2.23 -PORTREVISION= 1 +PORTVERSION= 1.2.25 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +16,6 @@ COMMENT= Window Manager designed for speed, usability and consistency USE_X_PREFIX= yes WANT_GNOME= yes -USE_ICONV= yes USE_GNOME= gnometarget USE_REINPLACE= yes USE_GMAKE= yes @@ -90,7 +88,7 @@ STARTUP_PIXMAP= icewm-logo.xpm .endif .if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+= --disable-nls --disable-i18n PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes @@ -102,6 +100,9 @@ post-extract: @${CP} -f ${FILESDIR}/bsd-daemon.xpm ${WRKSRC}/lib/taskbar post-patch: +.for file in configure + @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/${file} +.endfor .for file in src/gnome2.cc @${REINPLACE_CMD} -e \ 's|/usr/share/control|${X11BASE}/share/gnome/control|g ; \ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index 7e6003bdb49f..2c42bba72210 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -MD5 (icewm-1.2.23.tar.gz) = 498a57f71ebbd541cef4aa635b4fc3b1 -SHA256 (icewm-1.2.23.tar.gz) = af8917fedafe0f58b78b0e009918dfdea4c901f07925ec025e4cfb2e9bfd2332 -SIZE (icewm-1.2.23.tar.gz) = 1017090 +MD5 (icewm-1.2.25.tar.gz) = af69d095a6c6fba1f73f80e966bc4459 +SHA256 (icewm-1.2.25.tar.gz) = b0971c6f79a1642eda06cdb79e022a05168f8031e408cc96e367318c9c5f97fa +SIZE (icewm-1.2.25.tar.gz) = 1042790 diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist index 2327a69eea0d..34895d2cd42b 100644 --- a/x11-wm/icewm/pkg-plist +++ b/x11-wm/icewm/pkg-plist @@ -352,8 +352,8 @@ bin/icewmtray %%NLS%%share/locale/ko/LC_MESSAGES/icewm.mo %%NLS%%share/locale/lt/LC_MESSAGES/icewm.mo %%NLS%%share/locale/lv/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/nb/LC_MESSAGES/icewm.mo %%NLS%%share/locale/nl/LC_MESSAGES/icewm.mo -%%NLS%%share/locale/no/LC_MESSAGES/icewm.mo %%NLS%%share/locale/pl/LC_MESSAGES/icewm.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ro/LC_MESSAGES/icewm.mo @@ -365,6 +365,7 @@ bin/icewmtray %%NLS%%share/locale/uk/LC_MESSAGES/icewm.mo %%NLS%%share/locale/vi/LC_MESSAGES/icewm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/icewm.mo %%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo @dirrm %%DATADIR%%/themes/yellowmotif @dirrm %%DATADIR%%/themes/win95 |