Revision: 25678 http://sourceforge.net/p/gar/code/25678 Author: pfelecan Date: 2016-04-20 12:30:53 +0000 (Wed, 20 Apr 2016) Log Message: ----------- add overrides for libintl which, eventhough not used the configuration forces linking with it.
Modified Paths: -------------- csw/mgar/pkg/emacs/trunk/Makefile Modified: csw/mgar/pkg/emacs/trunk/Makefile =================================================================== --- csw/mgar/pkg/emacs/trunk/Makefile 2016-04-20 11:44:28 UTC (rev 25677) +++ csw/mgar/pkg/emacs/trunk/Makefile 2016-04-20 12:30:53 UTC (rev 25678) @@ -210,7 +210,6 @@ SPKG_DESC_CSWemacs-el = $(DESCRIPTION) - elisp sources CATALOGNAME_CSWemacs-el = emacs_el RUNTIME_DEP_PKGS_CSWemacs-el = CSWemacs-common -CHECKPKG_OVERRIDES_CSWemacs-el += surplus-dependency|CSWemacs-common PKGFILES_CSWemacs-el = /opt/csw/share/emacs/$(VERSION)/.*[.]el ARCHALL_CSWemacs-el = 1 @@ -268,7 +267,8 @@ PKGFILES_CSWemacs-athena += /opt/csw/bin/emacs-$(VERSION)-athena CHECKPKG_OVERRIDES_CSWemacs-athena += file-with-bad-content|/usr/local|root/opt/csw/bin/emacs-24.5-athena CHECKPKG_OVERRIDES_CSWemacs-athena += file-with-bad-content|/usr/share|root/opt/csw/bin/emacs-24.5-athena -CHECKPKG_OVERRIDES_CSWemacs-athena += surplus-dependency|CSWemacs-common +CHECKPKG_OVERRIDES_CSWemacs-athena += surplus-dependency|CSWemacs-common +CHECKPKG_OVERRIDES_CSWemacs-athena += surplus-dependency|CSWlibintl8 PACKAGES += CSWemacs-gtk SPKG_DESC_CSWemacs-gtk = $(DESCRIPTION) - based on the GTK toolkit @@ -307,7 +307,8 @@ PKGFILES_CSWemacs-gtk += /opt/csw/bin/emacs-$(VERSION)-gtk CHECKPKG_OVERRIDES_CSWemacs-gtk += file-with-bad-content|/usr/local|root/opt/csw/bin/emacs-24.5-gtk CHECKPKG_OVERRIDES_CSWemacs-gtk += file-with-bad-content|/usr/share|root/opt/csw/bin/emacs-24.5-gtk -CHECKPKG_OVERRIDES_CSWemacs-gtk += surplus-dependency|CSWemacs-common +CHECKPKG_OVERRIDES_CSWemacs-gtk += surplus-dependency|CSWemacs-common +CHECKPKG_OVERRIDES_CSWemacs-gtk += surplus-dependency|CSWlibintl8 PACKAGES += CSWemacs-nox SPKG_DESC_CSWemacs-nox = $(DESCRIPTION) - without any XWindows dependencies @@ -327,6 +328,7 @@ CHECKPKG_OVERRIDES_CSWemacs-nox += file-with-bad-content|/usr/local|root/opt/csw/bin/emacs-24.5-nox CHECKPKG_OVERRIDES_CSWemacs-nox += file-with-bad-content|/usr/share|root/opt/csw/bin/emacs-24.5-nox CHECKPKG_OVERRIDES_CSWemacs-nox += surplus-dependency|CSWemacs-common +CHECKPKG_OVERRIDES_CSWemacs-nox += surplus-dependency|CSWlibintl8 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.