LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-08-2018, 08:38 PM   #2431
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,332

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930

meson-0.48.2
https://github.com/mesonbuild/meson/.../0.48.2.tar.gz

pycairo-1.18.0
https://github.com/pygobject/pycairo...v1.18.0.tar.gz
 
Old 11-09-2018, 01:20 AM   #2432
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
this site : https://fossies.org/linux/misc/ is a mine to track source package update.
 
Old 11-09-2018, 01:57 AM   #2433
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,204

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
bison-3.2.1:

http://git.savannah.gnu.org/cgit/bison.git/log/
http://ftp.gnu.org/gnu/bison/bison-3.2.1.tar.xz
 
Old 11-09-2018, 05:37 AM   #2434
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
How many people work on Slackware development?
 
Old 11-09-2018, 06:08 AM   #2435
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Quote:
Originally Posted by quietguy47 View Post
How many people work on Slackware development?
Four:
  • Pat
  • Mr Patrick Volkerding
  • volkerdi
  • Johnson
Of course there are also contributors, but no official list of them that I am aware of.
 
2 members found this post helpful.
Old 11-09-2018, 06:09 AM   #2436
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
(duplicate post)
 
1 members found this post helpful.
Old 11-09-2018, 06:13 AM   #2437
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by Didier Spaier View Post
Four:
  • Pat
  • Mr Patrick Volkerding
  • volkerdi
Which, of course, is only one person <grin>
 
1 members found this post helpful.
Old 11-09-2018, 09:26 AM   #2438
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Quote:
Originally Posted by ehartman View Post
Which, of course, is only one person <grin>
All one and the same, including Johnson.
Long story, maybe someone else is interested in tracking down the series of posts that resulted in that appellation.
At the moment I need coffee.....
 
Old 11-09-2018, 09:43 AM   #2439
lougavulin
Member
 
Registered: Jul 2018
Distribution: Slackware,x86_64,current
Posts: 279

Rep: Reputation: 100Reputation: 100
Quote:
Originally Posted by cwizardone View Post
All one and the same, including Johnson.
Long story, maybe someone else is interested in tracking down the series of posts that resulted in that appellation.
At the moment I need coffee.....
I did not know, so I looked for...

Thank you !
 
1 members found this post helpful.
Old 11-09-2018, 11:32 AM   #2440
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
While Patrick is the BDFL, I don't think it's accurate to say he's the only person who works on Slackware development. There is a list of contributors somewhere, but I can't find it right now. Anyone? I know Robby Workman, Eric Hemeleers, and drmozes (don't remember his actual name), among others, are on that list.
 
3 members found this post helpful.
Old 11-09-2018, 11:47 AM   #2441
NonNonBa
Member
 
Registered: Aug 2010
Distribution: Slackware
Posts: 192

Rep: Reputation: Disabled
Hi,

Quote:
Originally Posted by Didier Spaier View Post
Hello,

The new Slackware blackbox package still bundles blackbox and bbkeys, which implies to install blackbox onto the file system before building bbkeys.

Personally I am not comfortable installing stuff in the process of package building, which additionally prevents to use fakeroot when running the SlackBuild, which some users prefer.

Maybe consider shipping bbkeys in a separate package instead?
With this, bbkeys seems to find its kittens back:

Code:
--- blackbox.SlackBuild.orig    2018-11-08 00:02:31.000000000 +0100
+++ blackbox.SlackBuild 2018-11-09 18:45:23.173545291 +0100
@@ -110,9 +110,6 @@
 # Build:
 make $NUMJOBS || make || exit 1
 
-# Install onto filesystem - needed for bbkeys to find libbt:
-make install || exit 1
-
 # Install into package:
 make install DESTDIR=$PKG || exit 1
 mkdir -p $PKG/etc/X11/xinit
@@ -154,6 +151,14 @@
   \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
   -exec chmod 644 {} \;
 
+# The blackbox's libbt won't be met. We could make the LIBBT_CFLAGS and
+# LIBBT_LIBS environment to point in the temporary root, but we will
+# rather try to keep going with pkg-config, in case the requirements are
+# updated in the future.
+export PKG_CONFIG_PATH="$(pwd)/pkgconfig.$$"
+mkdir "$PKG_CONFIG_PATH"
+sed "s,=/usr,=$PKG/usr," "$PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/libbt.pc" >"$PKG_CONFIG_PATH/libbt.pc"
+
 # Configure:
 CFLAGS="$SLKCFLAGS" \
 ./configure \
 
3 members found this post helpful.
Old 11-09-2018, 12:07 PM   #2442
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by montagdude View Post
drmozes (don't remember his actual name)
Stuart Winter

Quote:
Originally Posted by montagdude View Post
There is a list of contributors somewhere, but I can't find it right now. Anyone? I know Robby Workman, Eric Hemeleers, and drmozes (don't remember his actual name), among others, are on that list.
From SlackDocs:

Quote:
Eric Hameleers (aka AlienBOB), Robby Workman (aka rworkman), Stuart Winter (aka MoZes), Eric Jan Tromp (aka alphageek), Alan Hicks, Mark Post, Fred Emmott, Vincent Batts, Heinz Wiesinger (aka pprkut) and several more.
I'm not sure if the list is up-to-date.
 
3 members found this post helpful.
Old 11-09-2018, 12:29 PM   #2443
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,005

Rep: Reputation: 1196Reputation: 1196Reputation: 1196Reputation: 1196Reputation: 1196Reputation: 1196Reputation: 1196Reputation: 1196Reputation: 1196
We debated in 14 pages that off-topic posts must be righteously punished with life-long sentences of banning.

And what are you doing here?

Last edited by ZhaoLin1457; 11-09-2018 at 12:30 PM.
 
Old 11-09-2018, 01:02 PM   #2444
jakedp
Member
 
Registered: Oct 2016
Location: Canada
Distribution: Slackware64, Mageia
Posts: 226

Rep: Reputation: 184Reputation: 184
Provoking more to get life long bans. :-p
 
1 members found this post helpful.
Old 11-10-2018, 02:18 PM   #2445
philanc
Member
 
Registered: Jan 2011
Posts: 308

Rep: Reputation: 273Reputation: 273Reputation: 273
Quote:
Originally Posted by bassmadrigal View Post
Stuart Winter

From SlackDocs:
Quote:
Eric Hameleers (aka AlienBOB), Robby Workman (aka rworkman), Stuart Winter (aka MoZes), Eric Jan Tromp (aka alphageek), Alan Hicks, Mark Post, Fred Emmott, Vincent Batts, Heinz Wiesinger (aka pprkut) and several more.
I'm not sure if the list is up-to-date.
A slightly more complete list is in http://www.slackware.com/~alien/tdos...-slackware.pdf (~ page 12) - this is dated Oct-2009:
Code:
Patrick Volkerding - volkerdi@
Eric Hameleers     - alien@
Piter PUNK         - piterpunk@
Robby Workman      - rworkman@
Stuart Winter      - mozes@
Mark Post          - markkp@
Fred Emmott        - fred@
Vincent Batts      - vbatts@
Alan Hicks         - alan@
Amritpal Bath      - amrit@
Erik Jan Tromp     - alphageek@
Karl Magnus Kolstø - karlmag@
Leopold Midha      - netrixtardis@
John Jenkins       - mrgoblin@
 
4 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration