Revision: 26819 http://sourceforge.net/p/gar/code/26819 Author: rmottola Date: 2021-12-11 08:32:40 +0000 (Sat, 11 Dec 2021) Log Message: ----------- gnustep-base/trunk: fix overrides
Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2021-12-10 23:59:03 UTC (rev 26818) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2021-12-11 08:32:40 UTC (rev 26819) @@ -62,10 +62,10 @@ CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make #these are harmless -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.27/Resources/NSTimeZones/README -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.27/Resources/NSTimeZones/README -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.27.0 -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.27.0 +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.28/Resources/NSTimeZones/README +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.28/Resources/NSTimeZones/README +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.28.0 +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.28.0 #overrides for binaries on own package, these are expected, not bound, not found. It is done at runtime by sourcing the GNUstep script This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.