[csw-devel] SF.net SVN: gar:[18225] csw/mgar/pkg/emacs/trunk/Makefile

dam at opencsw.org dam at opencsw.org
Tue Jun 5 14:13:53 CEST 2012


Hi Peter,

the problem is you set PACKAGES in line 215:
  PACKAGES                                        =       CSWemacs
and overwrite the previous package definitions. This leads to the unknown
packages warning. I suggest always using
  PACKAGES +=
for this reason. Please also see
  http://wiki.opencsw.org/checkpkg-error-tags#toc51


Best regards

  -- Dago


> Revision: 18225
>           http://gar.svn.sourceforge.net/gar/?rev=18225&view=rev
> Author:   pfelecan
> Date:     2012-06-05 08:49:29 +0000 (Tue, 05 Jun 2012)
> Log Message:
> -----------
> overrides again...
>
> Modified Paths:
> --------------
>     csw/mgar/pkg/emacs/trunk/Makefile
>
> Modified: csw/mgar/pkg/emacs/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/emacs/trunk/Makefile	2012-06-05 08:17:00 UTC (rev 18224)
> +++ csw/mgar/pkg/emacs/trunk/Makefile	2012-06-05 08:49:29 UTC (rev 18225)
> @@ -234,6 +234,7 @@
>  CATALOGNAME_CSWemacs		=	emacs
>  PKGFILES_CSWemacs			=	NOFILES
>  RUNTIME_DEP_PKGS_CSWemacs	=	CSWemacs-athena
> +CHECKPKG_OVERRIDES_CSWemacs	+=	surplus-dependency|CSWemacs-athena
>
>  PACKAGES							+=	CSWemacs-athena
>  SPKG_DESC_CSWemacs-athena			=	$(DESCRIPTION) - based on the Athena
> toolkit
> @@ -297,6 +298,17 @@
>  CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibexpat1
>  CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibpixman1-0
>  CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWfconfig
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	unidentified-dependency|CSWemacs-common
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	unidentified-dependency|CSWemacs-bin-common
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibbz2-1-0
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibxft2
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibfreetype6
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibxrender
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWemacs-bin-common
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibfontconfig1
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWemacs-common
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibm17n-utils
> +CHECKPKG_OVERRIDES_CSWemacs-athena	+=	surplus-dependency|CSWlibotf-utils
>  PKGFILES_CSWemacs-athena			=	/opt/csw/bin/emacs-athena
>  PKGFILES_CSWemacs-athena			+=	/opt/csw/bin/emacs-$(VERSION)-athena
>
> @@ -367,6 +379,8 @@
>  CHECKPKG_OVERRIDES_CSWemacs-gtk	+=	surplus-dependency|CSWlibpixman1-0
>  CHECKPKG_OVERRIDES_CSWemacs-gtk	+=	surplus-dependency|CSWfconfig
>  CHECKPKG_OVERRIDES_CSWemacs-gtk	+=	surplus-dependency|CSWorbit2
> +CHECKPKG_OVERRIDES_CSWemacs-gtk	+=	unidentified-dependency|CSWemacs-common
> +CHECKPKG_OVERRIDES_CSWemacs-gtk	+=	unidentified-dependency|CSWemacs-bin-common
>  PKGFILES_CSWemacs-gtk			=	/opt/csw/bin/emacs-gtk
>  PKGFILES_CSWemacs-gtk			+=	/opt/csw/bin/emacs-$(VERSION)-gtk
>
> @@ -383,6 +397,8 @@
>  CHECKPKG_OVERRIDES_CSWemacs-nox	+=	file-with-bad-content|/usr/share|root/opt/csw/bin/emacs-nox
>  CHECKPKG_OVERRIDES_CSWemacs-nox	+=	surplus-dependency|CSWemacs-bin-common
>  CHECKPKG_OVERRIDES_CSWemacs-nox	+=	surplus-dependency|CSWemacs-common
> +CHECKPKG_OVERRIDES_CSWemacs-nox	+=	unidentified-dependency|CSWemacs-common
> +CHECKPKG_OVERRIDES_CSWemacs-nox	+=	unidentified-dependency|CSWemacs-bin-common
>  PKGFILES_CSWemacs-nox			=	/opt/csw/bin/emacs-nox
>  PKGFILES_CSWemacs-nox			+=	/opt/csw/bin/emacs-$(VERSION)-nox
>
>
> This was sent by the SourceForge.net collaborative development platform,
> the world's largest Open Source development site.
>
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel
>



More information about the devel mailing list