[rkward] macports: OS X: fixing the bundle build

m.eik michalke meik.michalke at uni-duesseldorf.de
Sat Jul 2 12:57:35 UTC 2016


Git commit f5723ef3e11ee7e24ddb82fbed2872265277ee03 by m.eik michalke.
Committed on 02/07/2016 at 12:53.
Pushed by meikm into branch 'master'.

OS X: fixing the bundle build

  - the OS X bundle didn't have a working help browser any more, fixed this by keeping more packages in the bundle again

M  +7    -9    macports/update_bundle.sh

http://commits.kde.org/rkward/f5723ef3e11ee7e24ddb82fbed2872265277ee03

diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh
index 2f0c6fc..5b93a44 100755
--- a/macports/update_bundle.sh
+++ b/macports/update_bundle.sh
@@ -44,20 +44,11 @@ APPLDIR=/Applications/RKWard
 # specify the prefix for build directories below ${MPTINST}/var/macports/build
 BLDPRFX=_opt_rkward_var_macports_sources_rsync.macports.org_release_tarballs_ports_
 # this array holds all packages who should not be included in the bundle
-# declare -a EXCLPKG=(audio_flac audio_jack audio_lame audio_libmodplug audio_libopus audio_libsamplerate \
-#   audio_libsndfile audio_libvorbis audio_speex \
-#   databases_db46 databases_gdbm databases_sqlite3 devel_boost devel_soprano devel_strigi devel_virtuoso \
-#   gnome_gobject-introspection gnome_gtk2 gnome_hicolor-icon-theme gnome_libglade2 \
-#   multimedia_XviD multimedia_dirac multimedia_ffmpeg multimedia_libogg multimedia_libtheora multimedia_libvpx \
-#   multimedia_schroedinger multimedia_x264 net_avahi net_kerberos5 security_cyrus-sasl2 sysutils_e2fsprogs )
 declare -a EXCLPKG=(audio_lame audio_libmodplug audio_libopus \
   audio_libvorbis audio_speex audio_taglib databases_db46 databases_db48 databases_gdbm databases_openldap databases_sqlite3 devel_boost \
   gnome_at-spi2-atk gnome_at-spi2-core gnome_desktop-file-utils gnome_gnome-common gnome_gobject-introspection gnome_gtk-doc \
   gnome_gtk2 gnome_gtk3 gnome_hicolor-icon-theme gnome_libcroco gnome_libglade2 gnome_gobject-introspection \
   lang_llvm-3.7 \
-  multimedia_ffmpeg multimedia_libass multimedia_libbluray multimedia_libogg multimedia_libtheora multimedia_libvpx \
-  multimedia_schroedinger multimedia_x264 multimedia_XviD \
-  net_avahi net_kerberos5 net_tcp_wrappers security_cyrus-sasl2 security_p11-kit sysutils_e2fsprogs \
   x11_mesa x11_pango x11_urw-fonts x11_Xft2 x11_xorg-bigreqsproto x11_xorg-compositeproto x11_xorg-damageproto \
   x11_xorg-fixesproto x11_xorg-inputproto x11_xorg-kbproto x11_xorg-libice x11_xorg-libpthread-stubs x11_xorg-libsm \
   x11_xorg-libX11 x11_xorg-libXau x11_xorg-libxcb x11_xorg-libXcomposite x11_xorg-libXcursor x11_xorg-libXdamage \
@@ -66,6 +57,13 @@ declare -a EXCLPKG=(audio_lame audio_libmodplug audio_libopus \
   x11_xorg-util-macros x11_xorg-xcb-proto x11_xorg-xcb-util x11_xorg-xcmiscproto x11_xorg-xextproto \
   x11_xorg-xf86bigfontproto x11_xorg-xineramaproto x11_xorg-xproto x11_xorg-xtrans x11_xrender )
 
+# somehow, excluding these packages disables the help browser...
+#  multimedia_ffmpeg multimedia_libass multimedia_libbluray multimedia_libogg multimedia_libtheora multimedia_libvpx \
+#  multimedia_schroedinger multimedia_x264 multimedia_XviD \
+#  net_avahi net_kerberos5 net_tcp_wrappers \
+#  security_cyrus-sasl2 security_p11-kit \
+#  sysutils_e2fsprogs \
+
 #LLVMFIX="configure.compiler=llvm-gcc-4.2"
 
 # to see the dependency tree of ports, run



More information about the rkward-tracker mailing list