Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
3906e239
Commit
3906e239
authored
Jun 04, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add common freebsd replacements
parent
44e98417
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
4 deletions
+46
-4
rpmbph
bin/rpmbph
+1
-3
repl
share/eterbuild/functions/repl
+5
-1
pkgrepl.freebsd
share/eterbuild/pkgrepl/pkgrepl.freebsd
+40
-0
No files found.
bin/rpmbph
View file @
3906e239
...
...
@@ -273,9 +273,7 @@ if [ "$PKGVENDOR" = "alt" ] ; then
subst
"s|^
\(
Auto[RP].*
\)
,nomingw32|
\1
|g"
$SPECNAME
subst
"s|^
\(
Auto[RP].*
\)
, nomingw32|
\1
|g"
$SPECNAME
fi
fi
if
[
"
$PKGVENDOR
"
=
"ubuntu"
]
||
[
"
$PKGVENDOR
"
=
"debian"
]
;
then
else
# for systems with (d)ash as sh (f.i., Ubuntu)
remove_bashism
$SPECNAME
fi
...
...
share/eterbuild/functions/repl
View file @
3906e239
...
...
@@ -90,10 +90,14 @@ tolocal_anyrepl()
local
NEWRESULT
=
`
echo
$GREP
|
sed
-e
"s|^lib
\(
[^6]
\)
|lib64
\1
|g"
`
fi
if
[
"
$DISTRNAME
"
=
"ArchLinux"
]
||
[
"
$DISTRNAME
"
=
"FreeBSD"
]
;
then
if
[
"
$DISTRNAME
"
=
"ArchLinux"
]
;
then
local
NEWRESULT
=
`
echo
$GREP
|
sed
-e
"s|^ *
\(
.*
\)
-devel *
\$
|
\1
|g"
|
tr
"[A-Z]"
"[a-z]"
`
fi
if
[
"
$DISTRNAME
"
=
"FreeBSD"
]
;
then
local
NEWRESULT
=
`
echo
$GREP
|
sed
-e
"s|^ *
\(
.*
\)
-devel *
\$
|
\1
|g"
`
fi
if
[
"
$DISTRNAME
"
=
"Slackware"
]
||
[
"
$DISTRNAME
"
=
"Gentoo"
]
;
then
local
NEWRESULT
=
`
echo
$GREP
|
sed
-e
"s|^ *
\(
.*
\)
-devel *
\$
|
\1
|g"
`
fi
...
...
share/eterbuild/pkgrepl/pkgrepl.freebsd
0 → 100644
View file @
3906e239
cpio|gcpio
grep|gnugrep
rpm-build|rpm4
rpm|rpm4
# TODO
glibc|
gcc-c++|gcc
groff-base|groff
libalsa|alsa-lib
libesd|
libcups|cups
libdbus|dbus
gst-plugins|gstreamer1-plugins
libfreetype|freetype2
freetype|freetype2
libgnutls|gnutls3
libgsm|gsmlib
libjpeg|jpeg
liblcms|lcms2
libldap|
libpam|
libmpg123|mpg123
libncurses|ncurses
libncursesw|ncurses
libtinfo|ncurses
libopenal|openal
libpng|png
libsane|sane-backends
libssl|openssl
libtiff|tiff
libudev|
udev|
libusb|
perl-XML-Simple|simplexml
util-linux|
# TODO
zlib|
perl|perl5
libreadline|readline
libicu|icu
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment