Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-11-2013, 12:53 PM
|
#1
|
Senior Member
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,039
|
Seeking versioned repository of slackware64-current
A few months ago I started keeping a fully-versioned repository of slackware64-current, but too late to catch the Slackbuild for firefox-16.0.2.
I've googled around, and the closest I can find is this:
http://slackware.bokxing-it.nl/mirro...zilla-firefox/
.. which has all of the versions of the firefox source going back to 15.0.1, but has only the most recent version of mozilla-firefox.SlackBuild.
Does anyone know if such a repository exists somewhere? Or, at least, the version of mozilla-firefox.SlackBuild which worked with firefox-16.0.2?
|
|
|
09-15-2013, 03:22 PM
|
#2
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,893
Rep: 
|
Maybe this one from my collection might be the right one. If not, let me know and I can look around more as I have others. But this one was present at the time the 16.0.2 source came out. Ignore the date stamp in the NAME of the file inside the tarball since that is the data it moved to archive in my collection. See the meta timestamp instead.
http://phil.ipal.net/2012-10-09-mozi...ckBuild.tar.xz
|
|
|
09-15-2013, 04:03 PM
|
#3
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,355
Rep: 
|
mozilla-firefox being a moving target it seems that Pat avoided the hassle of updating VERSION every time:
Code:
VERSION=$(basename $(ls firefox-*.tar.bz2 | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source)
RELEASEVER=$(echo $VERSION | cut -f 1 -d r | cut -f 1 -d b)
# With esr releases we need to fix this
if [ "${RELEASEVER}r" = "$VERSION" ]; then
RELEASEVER=$(echo $RELEASEVER | cut -f 1 -d e)
RELEASEVERMAJ=$(echo $RELEASEVER | cut -f 1 -d .)
fi
So I think that you just need to replace the source tarball by the one you want and run the current script, that has probably not changed.
BTW looking at the script I see that localizing the package is provided. Nice!
|
|
|
09-15-2013, 04:32 PM
|
#4
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,893
Rep: 
|
This scripts have changed over time, but not for every version. Why the changes I do not know. I do not know if it is because of changes in the source, or changes in Slackware, or just improvements in the script. I do have a few of them going back in my incremental mirror. When a file is replaced by a different one, or deleted, my mirror script keeps a backup based on date when the backup was made.
|
|
|
All times are GMT -5. The time now is 12:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|