Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9b57a0ae
Kaydet (Commit)
9b57a0ae
authored
Haz 06, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PackageMaker does not exist any more
Change-Id: Iefd1980fc87daa709e8e5c833407c2595e71b401
üst
3aca57fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
configure.ac
configure.ac
+3
-16
No files found.
configure.ac
Dosyayı görüntüle @
9b57a0ae
...
@@ -1461,7 +1461,7 @@ AC_ARG_WITH(package-format,
...
@@ -1461,7 +1461,7 @@ AC_ARG_WITH(package-format,
[Specify package format(s) for LibreOffice installation sets. The
[Specify package format(s) for LibreOffice installation sets. The
implicit --without-package-format leads to no installation sets being
implicit --without-package-format leads to no installation sets being
generated. Possible values: aix, archive, bsd, deb, dmg,
generated. Possible values: aix, archive, bsd, deb, dmg,
installed, msi, native,
osx,
pkg, portable, and rpm.
installed, msi, native, pkg, portable, and rpm.
Example: --with-package-format='deb rpm']),
Example: --with-package-format='deb rpm']),
,)
,)
...
@@ -4526,14 +4526,13 @@ AC_MSG_CHECKING([which package format to use])
...
@@ -4526,14 +4526,13 @@ AC_MSG_CHECKING([which package format to use])
if test -n "$with_package_format" -a "$with_package_format" != no; then
if test -n "$with_package_format" -a "$with_package_format" != no; then
for i in $with_package_format; do
for i in $with_package_format; do
case "$i" in
case "$i" in
aix | bsd | deb |
osx |
pkg | rpm | native | portable | archive | dmg | installed | msi)
aix | bsd | deb | pkg | rpm | native | portable | archive | dmg | installed | msi)
;;
;;
*)
*)
AC_MSG_ERROR([unsupported format $i. Supported by EPM are:
AC_MSG_ERROR([unsupported format $i. Supported by EPM are:
aix - AIX software distribution
aix - AIX software distribution
bsd - FreeBSD, NetBSD, or OpenBSD software distribution
bsd - FreeBSD, NetBSD, or OpenBSD software distribution
deb - Debian software distribution
deb - Debian software distribution
osx - MacOS X software distribution
pkg - Solaris software distribution
pkg - Solaris software distribution
rpm - RedHat software distribution
rpm - RedHat software distribution
native - "Native" software distribution for the platform
native - "Native" software distribution for the platform
...
@@ -7343,18 +7342,6 @@ if test "$enable_epm" = "yes"; then
...
@@ -7343,18 +7342,6 @@ if test "$enable_epm" = "yes"; then
AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.])
AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.])
fi
fi
fi
fi
if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then
if test "$_os" = "Darwin"; then
AC_MSG_CHECKING([for PackageMaker availability])
if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then
AC_MSG_ERROR([not installed. Please install Apples Dev Tools])
else
AC_MSG_RESULT([ok])
fi
else
AC_MSG_ERROR([PackageMaker needed to build OSX packages and you are not on OSX...])
fi
fi
if echo "$PKGFORMAT" | $EGREP rpm 2>&1 >/dev/null || \
if echo "$PKGFORMAT" | $EGREP rpm 2>&1 >/dev/null || \
echo "$PKGFORMAT" | $EGREP pkg 2>&1 >/dev/null; then
echo "$PKGFORMAT" | $EGREP pkg 2>&1 >/dev/null; then
if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
if test "$with_epm" = "no" -a "$_os" != "Darwin"; then
...
@@ -7393,7 +7380,7 @@ if test "$enable_epm" = "yes"; then
...
@@ -7393,7 +7380,7 @@ if test "$enable_epm" = "yes"; then
else
else
for i in $PKGFORMAT; do
for i in $PKGFORMAT; do
case "$i" in
case "$i" in
aix | bsd | deb |
osx |
pkg | rpm | native | portable)
aix | bsd | deb | pkg | rpm | native | portable)
AC_MSG_ERROR(
AC_MSG_ERROR(
[--with-package-format='$PKGFORMAT' requires --enable-epm])
[--with-package-format='$PKGFORMAT' requires --enable-epm])
;;
;;
...
...
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