aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).Gerald Pfeifer2004-07-1026-182/+182
| | | | Notes: svn path=/head/; revision=113348
* Correct DISTFILESMaho Nakata2004-07-101-1/+1
| | | | Notes: svn path=/head/; revision=113324
* Make PORTREVISION overridable by slave ports.Hye-Shik Chang2004-07-103-3/+3
| | | | | | | Found by: eik's chkversion Notes: svn path=/head/; revision=113315
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Allow to install and use 3rd party packages in X11BASE.Hye-Shik Chang2004-07-0912-31/+83
| | | | | | | | | | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus Notes: svn path=/head/; revision=113294
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-0910-20/+20
| | | | Notes: svn path=/head/; revision=113287
* Add checksum info for 2.4a1.Hye-Shik Chang2004-07-083-3/+6
| | | | Notes: svn path=/head/; revision=113223
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-0842-259/+623
| | | | | | | | | | | | | - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=113222
* Update to 1.1Volker Stolz2004-07-073-72/+95
| | | | | | | | PR: ports/68721 Submitted by: Kimura Fuyuki Notes: svn path=/head/; revision=113144
* Fix version numberMaho Nakata2004-07-071-1/+1
| | | | | | | | Submitted by: eik via chkversion <eik+chkversion@FreeBSD.org> Pointy hat to: myself Notes: svn path=/head/; revision=113102
* a) Fix open problem for ifcMaho Nakata2004-07-063-2/+30
| | | | | | | | | | b) update to 8.0.046.p049.1 PR: 67507 Submitted by: Alexander Usov <usov@kvi.nl> Notes: svn path=/head/; revision=113044
* Update to the 20040630 snapshot and change the version to 3.3.5.Gerald Pfeifer2004-07-042-18/+17
| | | | | | | | | | Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1] Notes: svn path=/head/; revision=112918
* Update to the 20040702 snapshot. Optimize that SNAPDATE variable away onGerald Pfeifer2004-07-0426-221/+208
| | | | | | | | | the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1] Notes: svn path=/head/; revision=112909
* Still BROKEN on 64-bit architectures.Kris Kennaway2004-07-031-0/+4
| | | | Notes: svn path=/head/; revision=112879
* Mark BROKEN on amd64. It looks like the system compiler miscompiles this,Gerald Pfeifer2004-07-031-3/+4
| | | | | | | | | and most people on this platform will use either the system compiler or gcc34 anyways. se ${ECHO} instead of echo. Notes: svn path=/head/; revision=112871
* Add support for polish/php_doc on request ofEdwin Groothuis2004-07-032-1/+4
| | | | | | | Aleksander Fafula <alex@fafula.com> Notes: svn path=/head/; revision=112849
* Update to 1.14Erwin Lansing2004-07-022-2/+3
| | | | Notes: svn path=/head/; revision=112727
* - support mode on /dev/cuaa*Dirk Meyer2004-06-302-0/+13
| | | | | | | Submitted by: John Hay Notes: svn path=/head/; revision=112617
* Update to 8.0.066p069.1.Alexander Leidinger2004-06-292-3/+3
| | | | Notes: svn path=/head/; revision=112557
* Upgrade to 0.8.12Dag-Erling Smørgrav2004-06-283-5/+7
| | | | Notes: svn path=/head/; revision=112494
* Install GD and MBSTRINGS header files for pdflib and mailparse extensions.Alex Dupre2004-06-286-8/+90
| | | | Notes: svn path=/head/; revision=112459
* Install GD header files for pecl-pdflib extension.Alex Dupre2004-06-283-1/+28
| | | | Notes: svn path=/head/; revision=112458
* More OPTIONS change of UCS2->UCS4 which is missed in previous commit.Hye-Shik Chang2004-06-287-7/+7
| | | | Notes: svn path=/head/; revision=112447
* Test lack of non-default options for CONFIG-unaware environmentsHye-Shik Chang2004-06-287-21/+21
| | | | | | | | | as done in lang/python either. Submitted by: fjoe Notes: svn path=/head/; revision=112446
* Fix comment.Hye-Shik Chang2004-06-283-3/+3
| | | | | | | Submitted by: fjoe Notes: svn path=/head/; revision=112445
* - Make fetchableVolker Stolz2004-06-273-235/+226
| | | | | | | - Assign to haskell@ (approved by olgeni@) Notes: svn path=/head/; revision=112404
* - Update to 0.97Pav Lucistnik2004-06-274-77/+27
| | | | | | | | PR: ports/68409 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> (maintainer) Notes: svn path=/head/; revision=112358
* Enable SAE/escript function, which allows creation of standalone ErlangJimmy Olgeni2004-06-2710-8/+94
| | | | | | | scripts. Notes: svn path=/head/; revision=112354
* - upgrade to 0.94a;Thierry Thomas2004-06-256-129/+163
| | | | | | | - mark broken (against) on FreeBSD-4.x. Notes: svn path=/head/; revision=112274
* - Point phpize to use libtoolize13Alex Dupre2004-06-254-0/+24
| | | | Notes: svn path=/head/; revision=112222
* - Remove pdflib extensionAlex Dupre2004-06-254-9/+13
| | | | | | | - Point phpize to use libtoolize13 Notes: svn path=/head/; revision=112221
* We have a new Mono vict^W^W^Wolunteer! John Merryweather Cooper has offeredJoe Marcus Clarke2004-06-241-1/+1
| | | | | | | to take these ports. Notes: svn path=/head/; revision=112167
* Restore PORTEPOCH.Jimmy Olgeni2004-06-242-0/+2
| | | | | | | Noticed by: eik+chkversion Notes: svn path=/head/; revision=112165
* Upgrade to release R9C-2.Jimmy Olgeni2004-06-246-40/+30
| | | | Notes: svn path=/head/; revision=112118
* Undefine RUBY_NO_RUN_DEPENDS so that the elisp directory is createdAkinori MUSHA2004-06-221-5/+0
| | | | | | | beforehand. Besides, some features of this actually requires ruby. Notes: svn path=/head/; revision=111966
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENKris Kennaway2004-06-211-0/+2
| | | | | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS. Notes: svn path=/head/; revision=111956
* Remove deprecated ports: lang/python15 and lang/python20.Hye-Shik Chang2004-06-2131-6292/+0
| | | | Notes: svn path=/head/; revision=111902
* Remove expired ports, plus the three ports that depended on them.Kris Kennaway2004-06-2011-160/+0
| | | | Notes: svn path=/head/; revision=111893
* - Remove empty files [1]Pav Lucistnik2004-06-201-0/+0
| | | | | | | | | | - While here, portlint PR: ports/68068 [1] Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=111880
* BROKEN on amd64: Shared libraries must be compiled with -fPICKris Kennaway2004-06-191-1/+7
| | | | Notes: svn path=/head/; revision=111805
* BROKEN on amd64: Does not compileKris Kennaway2004-06-191-1/+7
| | | | Notes: svn path=/head/; revision=111799
* Use ${ECHO} instead of echo.Gerald Pfeifer2004-06-1713-39/+39
| | | | Notes: svn path=/head/; revision=111694
* Update to the 2004-06-16 snapshot of GCC 3.3.4.Gerald Pfeifer2004-06-172-13/+13
| | | | Notes: svn path=/head/; revision=111692
* Update to the 2004-06-11 snapshot of GCC 3.4.1.Gerald Pfeifer2004-06-1626-169/+169
| | | | Notes: svn path=/head/; revision=111613
* - DEFAULTLIBVERSION changed with gnustep-1.9.2Dirk Meyer2004-06-161-2/+2
| | | | Notes: svn path=/head/; revision=111606
* - update to 1.9.2Dirk Meyer2004-06-164-12/+25
| | | | Notes: svn path=/head/; revision=111602
* [PATCH] lang/php_doc-en: some fixesEdwin Groothuis2004-06-157-15944/+7
| | | | | | | | | | | | | | - Remove duplicate entry for php_manual_br-20040518.tar.gz on distinfo - SIZE´ify - Add br on localfetch array Remove pkg-plists since they are build on the fly PR: ports/67975 Submitted by: Renato Botelho <renato@galle.com.br> Notes: svn path=/head/; revision=111547
* BROKEN on amd64: Build fails (silently)Kris Kennaway2004-06-151-0/+4
| | | | Notes: svn path=/head/; revision=111541
* Also broken on amd64Kris Kennaway2004-06-151-2/+2
| | | | Notes: svn path=/head/; revision=111540
* Add support for the brazillian version of the manual. No slave port yet.Edwin Groothuis2004-06-142-0/+3
| | | | Notes: svn path=/head/; revision=111502