From 1d50d90fbeecd11160bfe42668caf2d7b9349a00 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 16 Mar 2014 14:48:30 +0100 Subject: [PATCH] Drop extra packages and note which no longer applies. * now that haikuporter resolves the dependencies correctly, there's no need to add texi2html and htmldoc explicitly --- build/jam/RepositoryRules | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build/jam/RepositoryRules b/build/jam/RepositoryRules index 43089f3b76..d60fe8d84e 100644 --- a/build/jam/RepositoryRules +++ b/build/jam/RepositoryRules @@ -519,13 +519,6 @@ rule BuildHaikuPortsSourcePackageDirectory Depends $(packageList) : [ FDirName $(HAIKU_BUILD_RULES_DIR) repositories HaikuPorts $(architecture) ] ; - # Note: Those are packages we need for building on the bootstrap Haiku. They - # are build-pre-requires and as such won't be detected by haikuporter as - # required dependencies when building the source packages. - HAIKU_REPOSITORY_BUILD_ADDITIONAL_PACKAGES on $(packageList) = - htmldoc - texi2html - ; BuildHaikuPortsPackageList $(packageList) ; # prepare the config file for the HaikuPorts build