summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
Commit message (Collapse)AuthorAgeFilesLines
* A quick fix that removes a spurious unittest failure when usersRonald Oussoren2008-02-191-0/+10
| | | | | | | upgrade their python2.5 install and then run Python's test suite. This is needed because one of the test files for the decimal module changed it name (see issue 2114) and OSX doesn't feature a full package manager.
* Mac Buildscript:Ronald Oussoren2007-07-261-10/+40
| | | | | - be more strict about the build environment - update some 3th party libraries
* backport of revision 52644Ronald Oussoren2006-11-071-13/+12
|
* Macosx: fix permission problem in generated installerRonald Oussoren2006-10-101-1/+7
|
* Workaround for bug #1558983Ronald Oussoren2006-09-171-0/+4
| | | | | | | | There is an issue with custom icons on directories in the 2.5c2 installer, don't set a custom icon on "/Applications/MacPython 2.5" for now. Also make sure that the installer doesn't crap out when the Makefile in the system's python installation has other customizations than we expect.
* Use staticly build copies of zlib and bzip2 to build the OSX installer, thatRonald Oussoren2006-06-271-40/+63
| | | | | | | | | way the resulting binaries have a better change of running on 10.3. This patch also updates the search logic for sleepycat db3/4, without this patch you cannot use a sleepycat build with a non-standard prefix; with this you can (at least on OSX) if you add the prefix to CPPFLAGS/LDFLAGS at configure-time. This change is needed to build the binary installer for OSX.
* - Change fixapplepython23.py to ensure that it will run with /usr/bin/pythonRonald Oussoren2006-06-111-5/+12
| | | | | on intel macs. - Fix some minor problems in the installer for OSX
* Whitespace normalization.Tim Peters2006-06-071-1/+1
|
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-071-0/+1028