1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Respect without_nls

PR:		ports/117230
Submitted by:	Oleg Pudeyev <oleg.pudeyev@gmail.com>
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Beech Rintoul 2008-01-31 05:23:42 +00:00
parent 4c0dbefadf
commit b06ea4b7bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206495
2 changed files with 70 additions and 63 deletions

View File

@ -19,7 +19,6 @@ USE_BZIP2= yes
USE_GL= gl
USE_GNOME= gtk12 gnomehack
USE_GMAKE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:261 autoconf:261 libtool:15
@ -38,10 +37,18 @@ INPUT_PLUGINS= cdaudio mpg123 tonegen wav
OUTPUT_PLUGINS= OSS disk_writer
VISUALIZATION_PLUGINS= blur_scope sanalyzer opengl_spectrum
PLIST_SUB= DATADIR="share"
PLIST_SUB+= DATADIR="share"
.include <bsd.port.pre.mk>
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITH_RUSXMMS_PATCHES)

View File

@ -31,67 +31,67 @@ lib/xmms/Visualization/libogl_spectrum.so
lib/xmms/Visualization/libsanalyzer.so
share/aclocal/xmms.m4
%%DATADIR%%/xmms/wmxmms.xpm
share/locale/af/LC_MESSAGES/xmms.mo
share/locale/az/LC_MESSAGES/xmms.mo
share/locale/be/LC_MESSAGES/xmms.mo
share/locale/bg/LC_MESSAGES/xmms.mo
share/locale/bs/LC_MESSAGES/xmms.mo
share/locale/ca/LC_MESSAGES/xmms.mo
share/locale/cs/LC_MESSAGES/xmms.mo
share/locale/cy/LC_MESSAGES/xmms.mo
share/locale/da/LC_MESSAGES/xmms.mo
share/locale/de/LC_MESSAGES/xmms.mo
share/locale/el/LC_MESSAGES/xmms.mo
share/locale/en/LC_MESSAGES/xmms.mo
share/locale/en_GB/LC_MESSAGES/xmms.mo
share/locale/eo/LC_MESSAGES/xmms.mo
share/locale/es/LC_MESSAGES/xmms.mo
share/locale/et/LC_MESSAGES/xmms.mo
share/locale/eu/LC_MESSAGES/xmms.mo
share/locale/fi/LC_MESSAGES/xmms.mo
share/locale/fr/LC_MESSAGES/xmms.mo
share/locale/ga/LC_MESSAGES/xmms.mo
share/locale/gl/LC_MESSAGES/xmms.mo
share/locale/hr/LC_MESSAGES/xmms.mo
share/locale/hu/LC_MESSAGES/xmms.mo
share/locale/id/LC_MESSAGES/xmms.mo
share/locale/it/LC_MESSAGES/xmms.mo
share/locale/ja/LC_MESSAGES/xmms.mo
share/locale/ka/LC_MESSAGES/xmms.mo
share/locale/ko/LC_MESSAGES/xmms.mo
share/locale/lt/LC_MESSAGES/xmms.mo
share/locale/lv/LC_MESSAGES/xmms.mo
share/locale/mk/LC_MESSAGES/xmms.mo
share/locale/ms/LC_MESSAGES/xmms.mo
share/locale/nl/LC_MESSAGES/xmms.mo
share/locale/nn/LC_MESSAGES/xmms.mo
share/locale/no/LC_MESSAGES/xmms.mo
share/locale/pl/LC_MESSAGES/xmms.mo
share/locale/pt/LC_MESSAGES/xmms.mo
share/locale/pt_BR/LC_MESSAGES/xmms.mo
share/locale/ro/LC_MESSAGES/xmms.mo
share/locale/ru/LC_MESSAGES/xmms.mo
share/locale/sk/LC_MESSAGES/xmms.mo
share/locale/sl/LC_MESSAGES/xmms.mo
share/locale/sq/LC_MESSAGES/xmms.mo
share/locale/sr/LC_MESSAGES/xmms.mo
share/locale/sr@Latn/LC_MESSAGES/xmms.mo
share/locale/sv/LC_MESSAGES/xmms.mo
share/locale/tg/LC_MESSAGES/xmms.mo
share/locale/th/LC_MESSAGES/xmms.mo
share/locale/tr/LC_MESSAGES/xmms.mo
share/locale/uk/LC_MESSAGES/xmms.mo
share/locale/uz/LC_MESSAGES/xmms.mo
share/locale/vi/LC_MESSAGES/xmms.mo
share/locale/wa/LC_MESSAGES/xmms.mo
share/locale/zh_CN/LC_MESSAGES/xmms.mo
share/locale/zh_TW/LC_MESSAGES/xmms.mo
@dirrm lib/xmms/Visualization
@dirrm lib/xmms/Output
@dirrm lib/xmms/Input
@dirrm lib/xmms/General
@dirrm lib/xmms/Effect
@dirrm lib/xmms
%%NLS%%share/locale/af/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/az/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/be/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/bs/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/cy/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/da/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/de/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/el/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/en/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/eo/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/es/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/et/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ga/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/id/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/it/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ka/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ko/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/lv/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/mk/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ms/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/nn/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/no/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/pt/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ro/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/ru/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sl/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sr@Latn/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/tg/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/th/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/uz/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/vi/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/wa/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xmms.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xmms.mo
@dirrmtry lib/xmms/Visualization
@dirrmtry lib/xmms/Output
@dirrmtry lib/xmms/Input
@dirrmtry lib/xmms/General
@dirrmtry lib/xmms/Effect
@dirrmtry lib/xmms
@dirrm include/xmms
@exec mkdir -p %D/share/xmms/Skins
@unexec rmdir %D/share/xmms/Skins %D/share/xmms 2>/dev/null || echo "If you are permanently removing xmms, do not forget to remove skin files left under %D/share/xmms/Skins. Use \`\`rm -Rf %D/share/xmms/Skins; rmdir %D/share/xmms''" | fmt