Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
dc10fb94
Commit
dc10fb94
authored
Feb 03, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
parents
3d067e7d
1b640ac8
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
92 additions
and
1 deletion
+92
-1
configure.in
configure.in
+1
-1
support-files/MacOSX/Description.plist.sh
support-files/MacOSX/Description.plist.sh
+14
-0
support-files/MacOSX/Info.plist.sh
support-files/MacOSX/Info.plist.sh
+38
-0
support-files/MacOSX/Makefile.am
support-files/MacOSX/Makefile.am
+37
-0
support-files/MacOSX/make_mysql_pkg.pl
support-files/MacOSX/make_mysql_pkg.pl
+0
-0
support-files/Makefile.am
support-files/Makefile.am
+2
-0
support-files/SCO/INSTALL.sh
support-files/SCO/INSTALL.sh
+0
-0
support-files/SCO/compile.sh
support-files/SCO/compile.sh
+0
-0
support-files/SCO/doc.sh
support-files/SCO/doc.sh
+0
-0
support-files/SCO/mkpkg.sh
support-files/SCO/mkpkg.sh
+0
-0
support-files/SCO/patch
support-files/SCO/patch
+0
-0
support-files/SCO/pkginfo.ini
support-files/SCO/pkginfo.ini
+0
-0
support-files/SCO/postinstall
support-files/SCO/postinstall
+0
-0
support-files/SCO/preinstall
support-files/SCO/preinstall
+0
-0
support-files/SCO/preremove
support-files/SCO/preremove
+0
-0
support-files/SCO/prototype.ini
support-files/SCO/prototype.ini
+0
-0
support-files/SCO/version
support-files/SCO/version
+0
-0
No files found.
configure.in
View file @
dc10fb94
...
...
@@ -2624,7 +2624,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
merge/Makefile dbug/Makefile scripts/Makefile dnl
include/Makefile sql-bench/Makefile tools/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
mysql-test/Makefile dnl
support-files/MacOSX/Makefile
mysql-test/Makefile dnl
netware/Makefile dnl
include/mysql_version.h dnl
, ,
[
...
...
support-files/MacOSX/Description.plist.sh
0 → 100644
View file @
dc10fb94
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
!
DOCTYPE plist PUBLIC
"-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"
>
<plist
version
=
"1.0"
>
<dict>
<key>IFPkgDescriptionDeleteWarning</key>
<string></string>
<key>IFPkgDescriptionDescription</key>
<string>This package provides a binary installation of MySQL @VERSION@@MYSQL_SERVER_SUFFIX@
for
Mac OS X.</string>
<key>IFPkgDescriptionTitle</key>
<string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@
for
Mac OS X</string>
<key>IFPkgDescriptionVersion</key>
<string>@VERSION@@MYSQL_SERVER_SUFFIX@</string>
</dict>
</plist>
support-files/MacOSX/Info.plist.sh
0 → 100644
View file @
dc10fb94
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
!
DOCTYPE plist PUBLIC
"-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"
>
<plist
version
=
"1.0"
>
<dict>
<key>CFBundleGetInfoString</key>
<string>MySQL @VERSION@@MYSQL_SERVER_SUFFIX@</string>
<key>CFBundleIdentifier</key>
<string>com.mysql.mysql</string>
<key>CFBundleName</key>
<string>MySQL</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>IFMajorVersion</key>
<integer>4</integer>
<key>IFMinorVersion</key>
<integer>0</integer>
<key>IFPkgFlagAllowBackRev</key>
<
false
/>
<key>IFPkgFlagAuthorizationAction</key>
<string>RootAuthorization</string>
<key>IFPkgFlagDefaultLocation</key>
<string>/usr/local</string>
<key>IFPkgFlagInstallFat</key>
<
false
/>
<key>IFPkgFlagIsRequired</key>
<
false
/>
<key>IFPkgFlagRelocatable</key>
<
false
/>
<key>IFPkgFlagRestartAction</key>
<string>NoRestart</string>
<key>IFPkgFlagRootVolumeOnly</key>
<
false
/>
<key>IFPkgFlagUpdateInstalledLanguages</key>
<
false
/>
<key>IFPkgFormatVersion</key>
<real>0.10000000149011612</real>
</dict>
</plist>
support-files/MacOSX/Makefile.am
0 → 100644
View file @
dc10fb94
# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA
## Process this file with automake to create Makefile.in
EXTRA_DIST
=
Info.plist.sh Description.plist.sh
pkgdata_DATA
=
Info.plist Description.plist
CLEANFILES
=
Info.plist Description.plist
SUFFIXES
=
.sh
.sh
:
@
RM@
-f
$@
$@
-t
@
SED@
\
-e
's!@''VERSION''@!@VERSION@!'
\
-e
's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!'
\
$<
>
$@
-t
@
MV@
$@
-t
$@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
support-files/make_mysql_pkg.pl
→
support-files/
MacOSX/
make_mysql_pkg.pl
View file @
dc10fb94
File moved
support-files/Makefile.am
View file @
dc10fb94
...
...
@@ -27,6 +27,8 @@ EXTRA_DIST = mysql.spec.sh \
binary-configure.sh
\
magic
SUBDIRS
=
MacOSX
pkgdata_DATA
=
my-small.cnf
\
my-medium.cnf
\
my-large.cnf
\
...
...
support-files/
PKG
/INSTALL.sh
→
support-files/
SCO
/INSTALL.sh
View file @
dc10fb94
File moved
support-files/
PKG
/compile.sh
→
support-files/
SCO
/compile.sh
View file @
dc10fb94
File moved
support-files/
PKG
/doc.sh
→
support-files/
SCO
/doc.sh
View file @
dc10fb94
File moved
support-files/
PKG
/mkpkg.sh
→
support-files/
SCO
/mkpkg.sh
View file @
dc10fb94
File moved
support-files/
PKG
/patch
→
support-files/
SCO
/patch
View file @
dc10fb94
File moved
support-files/
PKG
/pkginfo.ini
→
support-files/
SCO
/pkginfo.ini
View file @
dc10fb94
File moved
support-files/
PKG
/postinstall
→
support-files/
SCO
/postinstall
View file @
dc10fb94
File moved
support-files/
PKG
/preinstall
→
support-files/
SCO
/preinstall
View file @
dc10fb94
File moved
support-files/
PKG
/preremove
→
support-files/
SCO
/preremove
View file @
dc10fb94
File moved
support-files/
PKG
/prototype.ini
→
support-files/
SCO
/prototype.ini
View file @
dc10fb94
File moved
support-files/
PKG
/version
→
support-files/
SCO
/version
View file @
dc10fb94
File moved
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