Skip to content

Update gettext from 0.18.1.1 to 0.19.8.1 #642

Merged
merged 5 commits into from Feb 26, 2018

Conversation

donald
Copy link
Collaborator

@donald donald commented Feb 26, 2018

I did this, because I tested something with newer autotools which required an update of gettext. Usually a source package requires a specific version of autotools (if you want to regenerate the configure) , so there is no real "right" version of autotools to be installed on the system. In fact, you'd require a set of autotools variants. So there is no motivation to globally install latest autotools.

But my update-gettext branch was still hanging around, so why not use it?

@pmenzel
Copy link
Collaborator

pmenzel commented Feb 26, 2018 via email

@thomas thomas merged commit 2929957 into master Feb 26, 2018
@pmenzel
Copy link
Collaborator

pmenzel commented Feb 26, 2018

Version gettext-0.19.8.1-1 is not under /src/mariux/beeroot.

diff -u gettext.be0 /src/mariux/beeroot/bee-files/gettext-0.19.8.1-0.bee 
--- gettext.be0	2018-02-26 09:06:07.271804036 +0100
+++ /src/mariux/beeroot/bee-files/gettext-0.19.8.1-0.bee	2018-02-06 18:50:56.638862311 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/env beesh
 
-# BEE_VERSION gettext-0.19.8.1-1
+# BEE_VERSION gettext-0.19.8.1-0
 
 ## this file was created by bee init and should be executed to build a
 ## bee-package. (Additional hints are located at the end of this file.)
@@ -53,9 +53,10 @@
 #    bee_patch "${@}"
 #}
 
-#mee_configure() {
-#    bee_configure
-#}
+mee_configure() {
+    bee_configure \
+        --disable-static
+}
 
 #mee_build() {
 #    bee_build

I am for not ignoring comments, and revering this merge/pull request.

@donald
Copy link
Collaborator Author

donald commented Feb 26, 2018

Yes, I must have forgotten to rebuild it as root (I know I used it). Sorry for that.
Go ahead an revert the merge.

@pmenzel pmenzel deleted the update-gettext-from-0.18.1.1-to-0.19.8.1 branch February 26, 2018 10:37
pmenzel added a commit that referenced this pull request Feb 26, 2018
…8.1.1-to-0.19.8.1"

This reverts commit 2929957, reversing
changes made to e8b69f1.

The package was never under `/src/mariux/beeroot`, so revert the
changes, and use the version from the branch
*update-systemd-from-27-to-237*.
donald added a commit that referenced this pull request Feb 26, 2018
Revert "Merge pull request #642 from mariux64/update-gettext-from-0.18.1.1-to-0.19.8.1"…
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants