X11fonts: use autotools for new architecture host #11785
Merged
scheibelp merged 6 commits intospack:developfrom Jun 26, 2019
Merged
X11fonts: use autotools for new architecture host #11785scheibelp merged 6 commits intospack:developfrom
scheibelp merged 6 commits intospack:developfrom
Conversation
citibeth
previously requested changes
Jun 23, 2019
Member
citibeth
left a comment
There was a problem hiding this comment.
I believe the entire install() method needs to be removed from all these packages. Please see other AutotoolsPackage instances for examples to follow.
scheibelp
reviewed
Jun 25, 2019
scheibelp
reviewed
Jun 26, 2019
added 6 commits
June 26, 2019 11:30
2. use join_path insted of os.path.join.
7c7dbb5 to
1f6c34a
Compare
Member
|
Thanks! |
tkameyama
pushed a commit
to tkameyama/spack
that referenced
this pull request
Jun 27, 2019
This reverts commit e49c101.
dev-zero
pushed a commit
to dev-zero/spack
that referenced
this pull request
Aug 13, 2019
* Remove individual font-* packages and add them as resources of the font-util package * Update font-util package to Autotools-based package, and call autoreconf to regenerate the old configure script * Add font-adobe-utopia-type1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The packages of X11 fonts (For example font-adobe-utopia-100dpi) use original configure.
Because these scripts is very old (config.guess timestamp = 2010-09-24), new architecture host is faild to configure.
This patch use autotools for X11 fonts to update config.guess.