Skip to content

Commit

Permalink
move MEPP to MNPP
Browse files Browse the repository at this point in the history
  • Loading branch information
jyr committed Apr 3, 2011
1 parent 3a2b2c8 commit aa5627f
Show file tree
Hide file tree
Showing 851 changed files with 481 additions and 373 deletions.
101 changes: 51 additions & 50 deletions COMPILE.md
Original file line number Diff line number Diff line change
@@ -1,125 +1,126 @@
Percona
---

rm sql/sql_yacc.h
rm sql/sql_yacc.cc
BUILD/autorun.sh
rm sql/sql_yacc.h
rm sql/sql_yacc.cc
BUILD/autorun.sh

CFLAGS="-arch i386 -arch x86_64 -O3 -fno-omit-frame-pointer" CXXFLAGS="-arch i386 -arch x86_64 -O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/Applications/MEPP/Library/mysql --disable-dependency-tracking --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --with-unix-socket-path=/Applications/MEPP/tmp/mysql/mysql.sock --with-charset=latin1 --with-collation=latin1_general_ci --with-mysqld-user=_mysql --enable-shared --with-plugins=all
CFLAGS="-arch i386 -arch x86_64 -O3 -fno-omit-frame-pointer" CXXFLAGS="-arch i386 -arch x86_64 -O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/Applications/MNPP/Library/mysql --disable-dependency-tracking --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --with-unix-socket-path=/Applications/MNPP/tmp/mysql/mysql.sock --with-charset=latin1 --with-collation=latin1_general_ci --with-mysqld-user=_mysql --enable-shared --with-plugins=all

make
make
make install

Freetype
---
./configure --prefix=/Applications/MEPP/Library/freetype
make
./configure --prefix=/Applications/MNPP/Library/freetype
make
make install

Curl
----
./configure --prefix=/Applications/MEPP/Library/curl
make
./configure --prefix=/Applications/MNPP/Library/curl
make
make install

JPEG
---
./configure --prefix=/Applications/MEPP/Library/jpeg
make
./configure --prefix=/Applications/MNPP/Library/jpeg
make
make install

Libpng
---
./configure --prefix=/Applications/MEPP/Library/libpng
make
./configure --prefix=/Applications/MNPP/Library/libpng
make
make install

GD
---
./configure --prefix=/Applications/MEPP/Library/gd
make
./configure --prefix=/Applications/MNPP/Library/gd
make
make install

LibXML
---
./configure --prefix=/Applications/MEPP/Library/libxml
make
./configure --prefix=/Applications/MNPP/Library/libxml
make
make install

LibXSLT
---
./configure --prefix=/Applications/MEPP/Library/libxslt
make
./configure --prefix=/Applications/MNPP/Library/libxslt
make
make install

Gettext
---
./configure --prefix=/Applications/MEPP/Library/gettext
make
./configure --prefix=/Applications/MNPP/Library/gettext
make
make install

LibMCRYPT
---
./configure --prefix=/Applications/MEPP/Library/mcrypt
make
./configure --prefix=/Applications/MNPP/Library/mcrypt
make
make install

MCRYPT
---
./configure --prefix=/Applications/MEPP/Library/mcrypt
make
./configure --prefix=/Applications/MNPP/Library/mcrypt
make
make install

Libiconv
---
./configure --prefix=/Applications/MEPP/Library/libiconv
make
./configure --prefix=/Applications/MNPP/Library/libiconv
make
make install

PDO_MYSQL
---
cd PDO_MYSQL-1.0.2/
phpize
./configure --with-pdo-mysql=shared,/Applications/MEPP/Library/mysql/
make
cp modules/pdo_mysql.so /Applications/MEPP/Library/php/lib/php/extensions/no-debug-non-zts-20090626/
cd PDO_MYSQL-1.0.2/
phpize
./configure --with-pdo-mysql=shared,/Applications/MNPP/Library/mysql/
make
cp modules/pdo_mysql.so /Applications/MNPP/Library/php/lib/php/extensions/no-debug-non-zts-20090626/

Libevent
---
./configure --prefix=/Applications/MEPP/Library/libevent
make
./configure --prefix=/Applications/MNPP/Library/libevent
make
make install

MEMCACHED
---
./configure --prefix=/Applications/MEPP/Library/memcached --with-libevent=/Applications/MEPP/Library/libevent/
make
./configure --prefix=/Applications/MNPP/Library/memcached --with-libevent=/Applications/MNPP/Library/libevent/
make
make install

PHP-MEMCACHE http://pecl.php.net/package/memcache
phpize && ./configure --enable-memcache && make
cp modules/memcache.so /Applications/MEPP/Library/php/lib/php/extensions/no-debug-non-zts-20090626
PHP-MEMCACHE http://pecl.php.net/package/memcache
cd memcache-3.0.5
phpize && ./configure --enable-memcache && make
cp modules/memcache.so /Applications/MNPP/Library/php/lib/php/extensions/no-debug-non-zts-20090626
add extension=memcache.so in php.ini

APC
---
APC http://pecl.php.net/package/APC
phpize
APC http://pecl.php.net/package/APC
phpize

MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS="-arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch x86_64 -g -Os -pipe" CXXFLAGS="-arch x86_64 -g -Os -pipe" LDFLAGS="-arch x86_64 -bind_at_load" ./configure --with-php-config=/Applications/MEPP/Library/php/bin/php-config
make
cp modules/apc.so /Applications/MEPP/Library/php/lib/php/extensions/no-debug-non-zts-20090626
add extension=memcache.so in php.ini
MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS="-arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch x86_64 -g -Os -pipe" CXXFLAGS="-arch x86_64 -g -Os -pipe" LDFLAGS="-arch x86_64 -bind_at_load" ./configure --with-php-config=/Applications/MNPP/Library/php/bin/php-config
make
cp modules/apc.so /Applications/MNPP/Library/php/lib/php/extensions/no-debug-non-zts-20090626
add extension=memcache.so in php.ini


PHP
---
./configure --prefix=/Applications/MEPP/Library/php --exec-prefix=/Applications/MEPP/Library/php --enable-cli --enable-gd-jis-conv --enable-gd-native-ttf --enable-mbstring --with-bz2 --with-curl=/Applications/MEPP/Library/curl --with-gd=/Applications/MEPP/Library/gd --with-gettext=shared,/Applications/MEPP/Library/gettext --with-freetype-dir=/Applications/MEPP/Library/freetype --with-jpeg-dir=/Applications/MEPP/Library/jpeg --with-libxml-dir=/Applications/MEPP/Library/libxml --with-xsl=/Applications/MEPP/Library/libxslt --with-mcrypt=shared,/Applications/MEPP/Library/mcrypt --with-mhash --with-mysql=/Applications/MEPP/Library/mysql --enable-sockets --with-mysqli=/Applications/MEPP/Library/mysql/bin/mysql_config --with-openssl --with-png-dir=/Applications/MEPP/Library/libpng --with-readline --with-xpm-dir=/Applications/MEPP/Library/xpm --with-zlib --with-config-file-path=/Applications/MEPP/conf/php5 --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --with-libedit --enable-libxml --enable-dom --enable-simplexml --with-iconv=/Applications/MEPP/Library/libiconv --with-pdo-mysql=/Applications/MEPP/Library/mysql/bin/mysql_config
make
make install
./configure --prefix=/Applications/MNPP/Library/php --exec-prefix=/Applications/MNPP/Library/php --enable-cli --enable-gd-jis-conv --enable-gd-native-ttf --enable-mbstring --with-bz2 --with-curl=/Applications/MNPP/Library/curl --with-gd=/Applications/MNPP/Library/gd --with-gettext=shared,/Applications/MNPP/Library/gettext --with-freetype-dir=/Applications/MNPP/Library/freetype --with-jpeg-dir=/Applications/MNPP/Library/jpeg --with-libxml-dir=/Applications/MNPP/Library/libxml --with-xsl=/Applications/MNPP/Library/libxslt --with-mcrypt=shared,/Applications/MNPP/Library/mcrypt --with-mhash --with-mysql=/Applications/MNPP/Library/mysql --enable-sockets --with-mysqli=/Applications/MNPP/Library/mysql/bin/mysql_config --with-openssl --with-png-dir=/Applications/MNPP/Library/libpng --with-readline --with-xpm-dir=/Applications/MNPP/Library/xpm --with-zlib --with-config-file-path=/Applications/MNPP/conf/php5 --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --with-libedit --enable-libxml --enable-dom --enable-simplexml --with-iconv=/Applications/MNPP/Library/libiconv --with-pdo-mysql=/Applications/MNPP/Library/mysql/bin/mysql_config
make
make install

NGINX
---
./configure --prefix=/Applications/MEPP/Library/nginx --sbin-path=/Applications/MEPP/Library/nginx --conf-path=/Applications/MEPP/conf/nginx/nginx.conf --user=www --group=www --with-http_ssl_module --with-http_stub_status_module --pid-path=/Applications/MEPP/run/nginx --with-http_gzip_static_module --with-pcre=/Applications/MEPP/src/pcre-8.11/
make
./configure --prefix=/Applications/MNPP/Library/nginx --sbin-path=/Applications/MNPP/Library/nginx --conf-path=/Applications/MNPP/conf/nginx/nginx.conf --user=www --group=www --with-http_ssl_module --with-http_stub_status_module --pid-path=/Applications/MNPP/run/nginx --with-http_gzip_static_module --with-pcre=/Applications/MNPP/src/pcre-8.11/
make
make install
Binary file modified Library/curl/bin/curl
Binary file not shown.
4 changes: 2 additions & 2 deletions Library/curl/bin/curl-config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
###########################################################################

prefix=/Applications/MEPP/Library/curl
prefix=/Applications/MNPP/Library/curl
exec_prefix=${prefix}
includedir=${prefix}/include

Expand Down Expand Up @@ -153,7 +153,7 @@ while test $# -gt 0; do
;;

--configure)
echo " '--prefix=/Applications/MEPP/Library/curl'"
echo " '--prefix=/Applications/MNPP/Library/curl'"
;;

*)
Expand Down
Binary file modified Library/curl/lib/libcurl.4.dylib
Binary file not shown.
Binary file modified Library/curl/lib/libcurl.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/curl/lib/libcurl.la
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/curl/lib'
libdir='/Applications/MNPP/Library/curl/lib'
2 changes: 1 addition & 1 deletion Library/curl/lib/pkgconfig/libcurl.pc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# This should most probably benefit from getting a "Requires:" field added
# dynamically by configure.
#
prefix=/Applications/MEPP/Library/curl
prefix=/Applications/MNPP/Library/curl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Expand Down
2 changes: 1 addition & 1 deletion Library/freetype/bin/freetype-config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# indicate that you have read the license and understand and accept it
# fully.

prefix=/Applications/MEPP/Library/freetype
prefix=/Applications/MNPP/Library/freetype
exec_prefix=${prefix}
exec_prefix_set=no
includedir=${prefix}/include
Expand Down
Binary file modified Library/freetype/lib/libfreetype.6.dylib
Binary file not shown.
Binary file modified Library/freetype/lib/libfreetype.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/freetype/lib/libfreetype.la
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/freetype/lib'
libdir='/Applications/MNPP/Library/freetype/lib'
2 changes: 1 addition & 1 deletion Library/freetype/lib/pkgconfig/freetype2.pc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/Applications/MEPP/Library/freetype
prefix=/Applications/MNPP/Library/freetype
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Expand Down
Binary file modified Library/gd/bin/annotate
Binary file not shown.
Binary file modified Library/gd/bin/gd2copypal
Binary file not shown.
Binary file modified Library/gd/bin/gd2togif
Binary file not shown.
Binary file modified Library/gd/bin/gd2topng
Binary file not shown.
Binary file modified Library/gd/bin/gdcmpgif
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gd/bin/gdlib-config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Modeled after pdflib-config

# installation directories
prefix=/Applications/MEPP/Library/gd
prefix=/Applications/MNPP/Library/gd
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Expand Down
Binary file modified Library/gd/bin/gdparttopng
Binary file not shown.
Binary file modified Library/gd/bin/gdtopng
Binary file not shown.
Binary file modified Library/gd/bin/giftogd2
Binary file not shown.
Binary file modified Library/gd/bin/pngtogd
Binary file not shown.
Binary file modified Library/gd/bin/pngtogd2
Binary file not shown.
Binary file modified Library/gd/bin/webpng
Binary file not shown.
Binary file modified Library/gd/lib/libgd.2.0.0.dylib
Binary file not shown.
Binary file modified Library/gd/lib/libgd.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gd/lib/libgd.la
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/gd/lib'
libdir='/Applications/MNPP/Library/gd/lib'
2 changes: 1 addition & 1 deletion Library/gettext/bin/autopoint
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version=0.18.1

# Set variables
# - gettext_dir directory where the sources are stored.
prefix="/Applications/MEPP/Library/gettext"
prefix="/Applications/MNPP/Library/gettext"
datarootdir="${prefix}/share"
gettext_dir="${datarootdir}/gettext"

Expand Down
Binary file modified Library/gettext/bin/envsubst
Binary file not shown.
Binary file modified Library/gettext/bin/gettext
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gettext/bin/gettextize
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version=0.18.1

# Set variables
# - gettext_dir directory where the sources are stored.
prefix="/Applications/MEPP/Library/gettext"
prefix="/Applications/MNPP/Library/gettext"
datarootdir="${prefix}/share"
gettext_dir="${datarootdir}/gettext"

Expand Down
Binary file modified Library/gettext/bin/msgattrib
Binary file not shown.
Binary file modified Library/gettext/bin/msgcat
Binary file not shown.
Binary file modified Library/gettext/bin/msgcmp
Binary file not shown.
Binary file modified Library/gettext/bin/msgcomm
Binary file not shown.
Binary file modified Library/gettext/bin/msgconv
Binary file not shown.
Binary file modified Library/gettext/bin/msgen
Binary file not shown.
Binary file modified Library/gettext/bin/msgexec
Binary file not shown.
Binary file modified Library/gettext/bin/msgfilter
Binary file not shown.
Binary file modified Library/gettext/bin/msgfmt
Binary file not shown.
Binary file modified Library/gettext/bin/msggrep
Binary file not shown.
Binary file modified Library/gettext/bin/msginit
Binary file not shown.
Binary file modified Library/gettext/bin/msgmerge
Binary file not shown.
Binary file modified Library/gettext/bin/msgunfmt
Binary file not shown.
Binary file modified Library/gettext/bin/msguniq
Binary file not shown.
Binary file modified Library/gettext/bin/ngettext
Binary file not shown.
Binary file modified Library/gettext/bin/recode-sr-latin
Binary file not shown.
Binary file modified Library/gettext/bin/xgettext
Binary file not shown.
Binary file modified Library/gettext/lib/gettext/hostname
Binary file not shown.
Binary file modified Library/gettext/lib/gettext/urlget
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gettext/lib/gettext/user-email
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Prerequisites for using ${exec_prefix}/lib and ${datarootdir}/locale.
prefix="/Applications/MEPP/Library/gettext"
prefix="/Applications/MNPP/Library/gettext"
exec_prefix="${prefix}"
datarootdir="${prefix}/share"
datadir="${datarootdir}"
Expand Down
Binary file modified Library/gettext/lib/libasprintf.0.dylib
Binary file not shown.
Binary file modified Library/gettext/lib/libasprintf.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gettext/lib/libasprintf.la
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEMP/Library/gettext/lib'
libdir='/Applications/MNPP/Library/gettext/lib'
Binary file modified Library/gettext/lib/libgettextlib-0.18.1.dylib
Binary file not shown.
4 changes: 2 additions & 2 deletions Library/gettext/lib/libgettextlib.la
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ old_library='libgettextlib.a'
inherited_linker_flags=' '

# Libraries that this one depends upon.
dependency_libs=' /Applications/MEMP/Library/gettext/lib/libintl.la -lc -lxml2 -liconv -lncurses'
dependency_libs=' /Applications/MNPP/Library/gettext/lib/libintl.la -lc -lxml2 -liconv -lncurses'

# Names of additional weak libraries provided by this library
weak_library_names=''
Expand All @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEMP/Library/gettext/lib'
libdir='/Applications/MNPP/Library/gettext/lib'
Binary file modified Library/gettext/lib/libgettextpo.0.dylib
Binary file not shown.
Binary file modified Library/gettext/lib/libgettextpo.a
Binary file not shown.
4 changes: 2 additions & 2 deletions Library/gettext/lib/libgettextpo.la
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ old_library='libgettextpo.a'
inherited_linker_flags=' '

# Libraries that this one depends upon.
dependency_libs=' /Applications/MEPP/Library/gettext/lib/libintl.la -lc -liconv'
dependency_libs=' /Applications/MNPP/Library/gettext/lib/libintl.la -lc -liconv'

# Names of additional weak libraries provided by this library
weak_library_names=''
Expand All @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/gettext/lib'
libdir='/Applications/MNPP/Library/gettext/lib'
Binary file modified Library/gettext/lib/libgettextsrc-0.18.1.dylib
Binary file not shown.
4 changes: 2 additions & 2 deletions Library/gettext/lib/libgettextsrc.la
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ old_library='libgettextsrc.a'
inherited_linker_flags=' '

# Libraries that this one depends upon.
dependency_libs=' /Applications/MEMP/Library/gettext/lib/libgettextlib.la -lxml2 -lncurses /Applications/MEMP/Library/gettext/lib/libintl.la -liconv -lc'
dependency_libs=' /Applications/MNPP/Library/gettext/lib/libgettextlib.la -lxml2 -lncurses /Applications/MNPP/Library/gettext/lib/libintl.la -liconv -lc'

# Names of additional weak libraries provided by this library
weak_library_names=''
Expand All @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEMP/Library/gettext/lib'
libdir='/Applications/MNPP/Library/gettext/lib'
Binary file modified Library/gettext/lib/libintl.8.dylib
Binary file not shown.
Binary file modified Library/gettext/lib/libintl.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gettext/lib/libintl.la
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/gettext/lib'
libdir='/Applications/MNPP/Library/gettext/lib'
2 changes: 1 addition & 1 deletion Library/gettext/share/doc/gettext/examples/installpaths
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix='/Applications/MEPP/Library/gettext'
prefix='/Applications/MNPP/Library/gettext'
exec_prefix="${prefix}"
datarootdir="${prefix}/share"
datadir="${datarootdir}"
Expand Down
2 changes: 1 addition & 1 deletion Library/gettext/share/doc/gettext/gettext.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Library/gettext/share/doc/gettext/ngettext.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Library/gettext/share/emacs/site-lisp/po-compat.elc
Binary file not shown.
Binary file modified Library/gettext/share/emacs/site-lisp/po-mode.elc
Binary file not shown.
Binary file modified Library/gettext/share/emacs/site-lisp/start-po.elc
Binary file not shown.
Binary file modified Library/gettext/share/gettext/archive.git.tar.gz
Binary file not shown.
Binary file modified Library/gettext/share/gettext/gettext.jar
Binary file not shown.
Binary file modified Library/gettext/share/gettext/libintl.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/gettext/share/info/dir
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ C++ libraries
GNU Gettext Utilities
* ISO3166: (gettext)Country Codes. ISO 3166 country codes.
* ISO639: (gettext)Language Codes. ISO 639 language codes.
* xgettext: (gettext)xgettext Invocation. Extract strings into a PO file.
* autopoint: (gettext)autopoint Invocation. Copy gettext infrastructure.
* envsubst: (gettext)envsubst Invocation. Expand environment variables.
* gettext: (gettext). GNU gettext utilities.
Expand All @@ -39,4 +40,3 @@ GNU Gettext Utilities
* msgunfmt: (gettext)msgunfmt Invocation. Uncompile MO file into PO file.
* msguniq: (gettext)msguniq Invocation. Unify duplicates for PO file.
* ngettext: (gettext)ngettext Invocation. Translate a message with plural.
* xgettext: (gettext)xgettext Invocation. Extract strings into a PO file.
2 changes: 1 addition & 1 deletion Library/gettext/share/man/man1/gettext.1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable TEXTDOMAINDIR.
When used with the \fB\-s\fR option the program behaves like the `echo' command.
But it does not simply copy its arguments to stdout. Instead those messages
found in the selected catalog are translated.
Standard search directory: /Applications/MEPP/Library/gettext/share/locale
Standard search directory: /Applications/MNPP/Library/gettext/share/locale
.SH AUTHOR
Written by Ulrich Drepper.
.SH "REPORTING BUGS"
Expand Down
2 changes: 1 addition & 1 deletion Library/gettext/share/man/man1/ngettext.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If the TEXTDOMAIN parameter is not given, the domain is determined from the
environment variable TEXTDOMAIN. If the message catalog is not found in the
regular directory, another location can be specified with the environment
variable TEXTDOMAINDIR.
Standard search directory: /Applications/MEPP/Library/gettext/share/locale
Standard search directory: /Applications/MNPP/Library/gettext/share/locale
.SH AUTHOR
Written by Ulrich Drepper.
.SH "REPORTING BUGS"
Expand Down
Binary file modified Library/jpeg/bin/cjpeg
Binary file not shown.
Binary file modified Library/jpeg/bin/djpeg
Binary file not shown.
Binary file modified Library/jpeg/bin/jpegtran
Binary file not shown.
Binary file modified Library/jpeg/bin/rdjpgcom
Binary file not shown.
Binary file modified Library/jpeg/bin/wrjpgcom
Binary file not shown.
Binary file modified Library/jpeg/lib/libjpeg.8.dylib
Binary file not shown.
Binary file modified Library/jpeg/lib/libjpeg.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/jpeg/lib/libjpeg.la
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/jpeg/lib'
libdir='/Applications/MNPP/Library/jpeg/lib'
Binary file modified Library/libevent/lib/libevent-2.0.5.dylib
Binary file not shown.
Binary file modified Library/libevent/lib/libevent.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/libevent/lib/libevent.la
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/Applications/MEPP/Library/libevent/lib'
libdir='/Applications/MNPP/Library/libevent/lib'
Binary file modified Library/libevent/lib/libevent_core-2.0.5.dylib
Binary file not shown.
Binary file modified Library/libevent/lib/libevent_core.a
Binary file not shown.
Loading

0 comments on commit aa5627f

Please sign in to comment.