2 years agoadded --enable-intl flag on PHP 5.3 configure as requested master github/master
Marc Liyanage [Sun, 2 Aug 2009 16:41:40 +0000]
added --enable-intl flag on PHP 5.3 configure as requested

2 years agoupdated pdflib to a version that works for php 5.3, added pdf unit test -> release 3 origin/HEAD origin/master 5.3.0-3
Marc Liyanage [Mon, 13 Jul 2009 17:30:21 +0000]
updated pdflib to a version that works for php 5.3, added pdf unit test -> release 3

2 years agoswitched mysql backend driver to mysqlnd (see http://us3.php.net/mysqli.mysqlnd)...
Marc Liyanage [Wed, 8 Jul 2009 13:09:29 +0000]
switched mysql backend driver to mysqlnd (see us3.php.net/mysqli.mysqlnd), and added a patch so it builds properly for ppc64 (see http://bugs.php.net/bug.php?id=48198). Closes issue #5

2 years agoupdate for final php 5.3, seems to work around libiconv problems, closes #1
Marc Liyanage [Sun, 5 Jul 2009 21:50:46 +0000]
update for final php 5.3, seems to work around libiconv problems, closes #1

2 years agoreactivated custom libiconv because Apple's seems broken for 64bit (missing _libiconv...
Marc Liyanage [Thu, 2 Jul 2009 21:45:47 +0000]
reactivated custom libiconv because Apple's seems broken for 64bit (missing _libiconv symbol)

2 years agoFinal PHP 5.3, does not build yet
Marc Liyanage [Thu, 2 Jul 2009 07:21:35 +0000]
Final PHP 5.3, does not build yet

2 years agopackaging fixes for php 5.3
Marc Liyanage [Thu, 26 Mar 2009 15:52:43 +0000]
packaging fixes for php 5.3

2 years agofixed release number
Marc Liyanage [Wed, 25 Mar 2009 23:31:22 +0000]
fixed release number

2 years agochanges for PHP 5.3rc1, mhash now built-in
Marc Liyanage [Wed, 25 Mar 2009 23:22:21 +0000]
changes for PHP 5.3rc1, mhash now built-in

2 years agomore 5.3 changes
Marc Liyanage [Wed, 25 Mar 2009 17:19:05 +0000]
more 5.3 changes

2 years agochanges for php 5.3rc1 on branch php-53
Marc Liyanage [Wed, 25 Mar 2009 14:55:51 +0000]
changes for php 5.3rc1 on branch php-53

2 years agoupdated 5.2 version php-52 github/php-52 origin/php-52
Marc Liyanage [Mon, 13 Jul 2009 19:10:09 +0000]
updated 5.2 version

3 years agomore fixes for install check JS 5.2.9-7
Marc Liyanage [Thu, 26 Mar 2009 14:38:53 +0000]
more fixes for install check JS

3 years agoreplaced InstallationCheck again with JS, because InstallationCheck only runs on...
Marc Liyanage [Thu, 26 Mar 2009 09:52:53 +0000]
replaced InstallationCheck again with JS, because InstallationCheck only runs on pre-Tiger systems

3 years agoreplaced the new-style JavaScript based installation requirements check with the...
Marc Liyanage [Wed, 25 Mar 2009 23:50:46 +0000]
replaced the new-style JavaScript based installation requirements check with the old-style InstallationCheck mechanism because the JavaScript way does not work properly when external scripts are involved

3 years agoadded unit test for DOM XML extension
Marc Liyanage [Wed, 25 Mar 2009 23:05:30 +0000]
added unit test for DOM XML extension

3 years agofix typo
Marc Liyanage [Wed, 25 Mar 2009 17:17:49 +0000]
fix typo

3 years agopackagemaker document
Marc Liyanage [Tue, 24 Mar 2009 15:37:01 +0000]
packagemaker document

3 years agomore postinstall script cleanups for 5.2.9-6 5.2.9-6
Marc Liyanage [Tue, 24 Mar 2009 15:23:20 +0000]
more postinstall script cleanups for 5.2.9-6

3 years agomore smarts for the postinstall activation script, now configures default mysql socke...
Marc Liyanage [Mon, 23 Mar 2009 22:17:13 +0000]
more smarts for the postinstall activation script, now configures default mysql socket to different values for OS X Client and Server

3 years agoinstall check scripts cannot execute commands as root so we
Marc Liyanage [Sun, 22 Mar 2009 23:25:34 +0000]
install check scripts cannot execute commands as root so we
unfortunately need to dumb down the foreign-php check

3 years agoactivation script tweaks
Marc Liyanage [Sun, 22 Mar 2009 21:10:38 +0000]
activation script tweaks

3 years agorobustness fixes for preinstall php module check script
Marc Liyanage [Sun, 22 Mar 2009 20:48:32 +0000]
robustness fixes for preinstall php module check script

3 years agophp preinstall check
Marc Liyanage [Sun, 22 Mar 2009 20:34:20 +0000]
php preinstall check

3 years agoos x server postinstall fix, preinstallation check for other activated PHP
Marc Liyanage [Sat, 21 Mar 2009 23:29:33 +0000]
os x server postinstall fix, preinstallation check for other activated PHP

3 years agochecking for libltdl before building
Marc Liyanage [Mon, 16 Mar 2009 13:54:44 +0000]
checking for libltdl before building

3 years agoadded mhash and openssl tests
Marc Liyanage [Sat, 14 Mar 2009 23:48:20 +0000]
added mhash and openssl tests

3 years agoRemoved unrelated changes.
Joachim Fornallaz [Sat, 14 Mar 2009 17:10:59 +0000]
Removed unrelated changes.

Signed-off-by: Marc Liyanage <reg.github@entropy.ch>

3 years agoSimplified architecture check, make it run on every machine.
Joachim Fornallaz [Sat, 14 Mar 2009 17:09:01 +0000]
Simplified architecture check, make it run on every machine.

Signed-off-by: Marc Liyanage <reg.github@entropy.ch>

3 years agoadded mysql test
Marc Liyanage [Sat, 14 Mar 2009 10:39:20 +0000]
added mysql test

3 years agoadded build machine state requirement checks
Marc Liyanage [Sat, 14 Mar 2009 09:25:39 +0000]
added build machine state requirement checks

3 years agoaborting when ~/.pear is present
Marc Liyanage [Fri, 13 Mar 2009 23:58:29 +0000]
aborting when ~/.pear is present

3 years agoMerge branch 'master' of git@github.com:liyanage/build-entropy-php
Marc Liyanage [Fri, 13 Mar 2009 21:05:23 +0000]
Merge branch 'master' of git@github.com:liyanage/build-entropy-php

3 years agoMerge branch 'master' of git@github.com:liyanage/build-entropy-php
Marc Liyanage [Fri, 13 Mar 2009 21:04:39 +0000]
Merge branch 'master' of git@github.com:liyanage/build-entropy-php

3 years agopackage file list missing fiile check
Marc Liyanage [Fri, 13 Mar 2009 21:01:59 +0000]
package file list missing fiile check

3 years agorenamed test driver script
Marc Liyanage [Fri, 13 Mar 2009 19:55:23 +0000]
renamed test driver script

3 years agodso module packaging cleanup
Marc Liyanage [Thu, 12 Mar 2009 22:10:34 +0000]
dso module packaging cleanup

3 years agodistribution package build fix
Marc Liyanage [Thu, 12 Mar 2009 11:57:11 +0000]
distribution package build fix

3 years agodistribution package doc cleanup
Marc Liyanage [Thu, 12 Mar 2009 11:55:57 +0000]
distribution package doc cleanup

3 years agometapackage cleanup
Marc Liyanage [Thu, 12 Mar 2009 11:07:24 +0000]
metapackage cleanup

3 years agodriver script cleanup
Marc Liyanage [Thu, 12 Mar 2009 10:06:00 +0000]
driver script cleanup

3 years agodistribution path automation
Marc Liyanage [Thu, 12 Mar 2009 00:32:59 +0000]
distribution path automation

3 years agoadded new-style distribution package
Marc Liyanage [Thu, 12 Mar 2009 00:19:29 +0000]
added new-style distribution package

3 years agopackagemaker Leopard/Xcode 3 path update, "universalbuild" -> "build-entropy-php...
Marc Liyanage [Tue, 10 Mar 2009 23:21:23 +0000]
packagemaker Leopard/Xcode 3 path update, "universalbuild" -> "build-entropy-php" cleanup

3 years ago.gitignore tweak
Marc Liyanage [Tue, 10 Mar 2009 13:40:43 +0000]
.gitignore tweak

3 years agoPWD script fix
Marc Liyanage [Tue, 10 Mar 2009 13:26:19 +0000]
PWD script fix

3 years agobump release
Marc Liyanage [Tue, 10 Mar 2009 10:01:31 +0000]
bump release

3 years agocannot use Test::More the way I did, fall back to simpler non-OO test script
Marc Liyanage [Tue, 10 Mar 2009 09:55:55 +0000]
cannot use Test::More the way I did, fall back to simpler non-OO test script

3 years agoadding Perl-based tests
Marc Liyanage [Tue, 10 Mar 2009 09:49:09 +0000]
adding Perl-based tests

3 years agopostflight script update for Leopard / Apache2
Marc Liyanage [Mon, 9 Mar 2009 16:14:19 +0000]
postflight script update for Leopard / Apache2

3 years agoMerge branch 'jfornallaz-2009-update'
Marc Liyanage [Mon, 9 Mar 2009 14:23:39 +0000]
Merge branch 'jfornallaz-2009-update'

3 years agoremove homedir dependencies
Marc Liyanage [Mon, 9 Mar 2009 14:22:59 +0000]
remove homedir dependencies

3 years agoJoachim Fornallaz 2009 Update
Marc Liyanage [Mon, 9 Mar 2009 14:16:08 +0000]
Joachim Fornallaz 2009 Update

3 years agoadded .gitignore converted from svn:ignore
Marc Liyanage [Fri, 27 Feb 2009 22:57:59 +0000]
added .gitignore converted from svn:ignore

3 years agouniversalbuild: cleanup old changes, svn:ignore
Marc Liyanage [Sun, 27 Jul 2008 10:03:32 +0000]
universalbuild: cleanup old changes, svn:ignore

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@346 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agotidy tests
Marc Liyanage [Thu, 24 Jan 2008 15:02:14 +0000]
tidy tests

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@318 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agosvn:ignore
Marc Liyanage [Wed, 23 Jan 2008 23:51:39 +0000]
svn:ignore

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@317 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agoadded more extensions, imap patch
Marc Liyanage [Wed, 23 Jan 2008 23:50:28 +0000]
added more extensions, imap patch

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@316 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agojson is now part of php, removing json.pm
Marc Liyanage [Tue, 22 Jan 2008 21:45:16 +0000]
json is now part of php, removing json.pm

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@315 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agocommit before remove
Marc Liyanage [Tue, 22 Jan 2008 21:44:45 +0000]
commit before remove

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@314 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agophp 5.2.5, postgres, libmcrypt fixes
Marc Liyanage [Mon, 21 Jan 2008 23:36:51 +0000]
php 5.2.5, postgres, libmcrypt fixes

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@313 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

4 years agoleopard
Marc Liyanage [Sun, 4 Nov 2007 23:06:59 +0000]
leopard

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@307 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoadded shmop and sysv operations
Marc Liyanage [Fri, 18 May 2007 12:16:08 +0000]
added shmop and sysv operations

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@295 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agophp 5.2.2
Marc Liyanage [Fri, 4 May 2007 22:38:13 +0000]
php 5.2.2

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@294 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoadded todo note for cli / fastcgi / pcntl
Marc Liyanage [Thu, 12 Apr 2007 08:50:43 +0000]
added todo note for cli / fastcgi / pcntl

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@293 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agorename test.pl to a meaningful name
Marc Liyanage [Sat, 10 Feb 2007 14:28:59 +0000]
rename test.pl to a meaningful name

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@290 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agorename test.pl to a meaningful name
Marc Liyanage [Sat, 10 Feb 2007 14:28:20 +0000]
rename test.pl to a meaningful name

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@289 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoupdate to 5.2.1
Marc Liyanage [Sat, 10 Feb 2007 14:27:59 +0000]
update to 5.2.1

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@288 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agofastcgi attempts, failed
Marc Liyanage [Tue, 30 Jan 2007 14:05:52 +0000]
fastcgi attempts, failed

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@284 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoupdate to new pdflib
Marc Liyanage [Wed, 8 Nov 2006 19:44:18 +0000]
update to new pdflib

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@267 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agopdflib download url updates
Marc Liyanage [Wed, 8 Nov 2006 11:05:01 +0000]
pdflib download url updates

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@266 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agofixed hardcoded extension dir
Marc Liyanage [Wed, 8 Nov 2006 10:29:31 +0000]
fixed hardcoded extension dir

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@265 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agogit-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universal...
Marc Liyanage [Wed, 8 Nov 2006 09:22:48 +0000]
git-svn-id: svn+ssh://entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@264 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agofixed broken apache httpd.conf IfDefine
Marc Liyanage [Wed, 4 Oct 2006 22:08:10 +0000]
fixed broken apache httpd.conf IfDefine

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@257 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agogit-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universal...
Marc Liyanage [Sun, 24 Sep 2006 22:07:46 +0000]
git-svn-id: svn+ssh://entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@254 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agobackup copy of older imap c-client lib
Marc Liyanage [Sun, 24 Sep 2006 17:57:49 +0000]
backup copy of older imap c-client lib

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@253 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoadded updated openbase module
Marc Liyanage [Sun, 24 Sep 2006 17:24:08 +0000]
added updated openbase module

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@252 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoadded updated openbase module
Marc Liyanage [Sun, 24 Sep 2006 17:21:28 +0000]
added updated openbase module

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@251 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoversion updates, fixes for bugs uncovered by a completely fresh build
Marc Liyanage [Sun, 24 Sep 2006 17:19:16 +0000]
version updates, fixes for bugs uncovered by a completely fresh build

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@250 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoadded memcache
Marc Liyanage [Sat, 23 Sep 2006 17:05:19 +0000]
added memcache

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@249 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoadded "build" dir to file list
Marc Liyanage [Tue, 29 Aug 2006 08:33:30 +0000]
added "build" dir to file list

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@248 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agoupdate to php 5.1.5, added snmp and memcache extensions, permission and other cleanups
Marc Liyanage [Sun, 20 Aug 2006 20:21:27 +0000]
update to php 5.1.5, added snmp and memcache extensions, permission and other cleanups

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@245 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

5 years agofixed some installer authorziation and file permission settings, untested...
Marc Liyanage [Sun, 30 Jul 2006 16:27:09 +0000]
fixed some installer authorziation and file permission settings, untested...

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@243 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded bcmath, added build variants
Marc Liyanage [Sat, 20 May 2006 22:35:03 +0000]
added bcmath, added build variants

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@236 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded (non-working) openbase, tidy
Marc Liyanage [Thu, 11 May 2006 21:05:14 +0000]
added (non-working) openbase, tidy

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@235 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded json and pdflib_commercial extensions
Marc Liyanage [Sun, 7 May 2006 17:32:12 +0000]
added json and pdflib_commercial extensions

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@234 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agopostinstall script now passes apachectl restart result back to installer which uses...
Marc Liyanage [Sun, 7 May 2006 17:31:26 +0000]
postinstall script now passes apachectl restart result back to installer which uses it to warn the user about the failure

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@233 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agomoved pdflib tarball from php5 to pdflib extras dir, where it belongs
Marc Liyanage [Sun, 7 May 2006 14:46:16 +0000]
moved pdflib tarball from php5 to pdflib extras dir, where it belongs

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@232 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoimproved oracle instant client manual download notice / error message
Marc Liyanage [Thu, 4 May 2006 21:55:32 +0000]
improved oracle instant client manual download notice / error message

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@231 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoimproved oracle instant client manual download notice / error message
Marc Liyanage [Thu, 4 May 2006 21:51:04 +0000]
improved oracle instant client manual download notice / error message

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@230 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded pdflib commercial, updated to php 5.1.4
Marc Liyanage [Thu, 4 May 2006 20:47:04 +0000]
added pdflib commercial, updated to php 5.1.4

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@229 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoshorter temp fix for php bug 37276
Marc Liyanage [Wed, 3 May 2006 21:55:54 +0000]
shorter temp fix for php bug 37276

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@228 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agosometimes make distclean isn't
Marc Liyanage [Wed, 3 May 2006 21:27:29 +0000]
sometimes make distclean isn't

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@227 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded more extensions, updated to php 5.1.3 released today
Marc Liyanage [Tue, 2 May 2006 22:51:45 +0000]
added more extensions, updated to php 5.1.3 released today

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@226 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agofixed package include file lists
Marc Liyanage [Mon, 1 May 2006 22:41:38 +0000]
fixed package include file lists

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@225 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded gettext
Marc Liyanage [Mon, 1 May 2006 22:29:41 +0000]
added gettext

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@224 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agoadded postgres and t1lib
Marc Liyanage [Mon, 1 May 2006 20:28:08 +0000]
added postgres and t1lib

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@223 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agomore installation fixes
Marc Liyanage [Mon, 1 May 2006 15:28:30 +0000]
more installation fixes

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@222 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agopackaging fixes
Marc Liyanage [Mon, 1 May 2006 15:20:29 +0000]
packaging fixes

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@221 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b

6 years agofirst working metapackage
Marc Liyanage [Sat, 29 Apr 2006 09:47:41 +0000]
first working metapackage

git-svn-id: svn+ssh://www.entropy.ch/Users/liyanage/Documents/svnroot/trunk/universalbuild@220 153f8dbc-cef0-0310-8e0e-ba1d6c9f8c6b