summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* The dl module seems to cause coredump on Pentium4 boxen when compiledknu2003-07-196-1/+61
| | | | | | | | | with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump). Although currently I'm not sure if gcc 3.3's optimization has a bug or it is that it just exposed the dl module's hidden bug, disable those flags to work around the problem for the moment.
* Update to 2.3c1perky2003-07-1935-147/+91
|
* Fix build on STABLEarved2003-07-181-1/+10
| | | | | PR: 54545 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Fix typo: XML -> XSL.nork2003-07-172-2/+2
| | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Correct scripts/configure.php & Bump PORTREVISION.nork2003-07-174-18/+12
| | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself
* Add php5-cli, is a PHP5 Command Line Interpreter as php5'snork2003-07-163-7/+8
| | | | | | | | | slave port. PR: ports/54520 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* Add php5 5.0.0.a1, PHP5 Scripting Language.nork2003-07-1619-846/+555
| | | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* Upgrade to 0.8.1.des2003-07-144-12/+20
|
* Fix a bug which goes unnoticed on all platforms but leads to atobez2003-07-1410-5/+160
| | | | | | | | | | coredump on FreeBSD/amd64 when one uses $^N variable and there were no captures in the last executed regexp. One third of this fix was applied to the perl tree in December 2002, with the rest hopefully applied in the next couple of days. Reported by: jwd
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-5/+7
| | | | use USE_GETOPT_LONG instead.
* * Upgrade to 1.0.6.obraun2003-07-1220-4906/+5458
| | | | | | | | * Fix build on -current. PR: ports/53884 Submitted by: Matthew West <mwest@uct.ac.za> Approved by: maintainer
* Drop maintainershiperwin2003-07-121-1/+1
|
* Use makeinfo --no-split to avoid plist problems.marcus2003-07-123-9/+12
| | | | | PR: 54310 Submitted by: nork
* Update to 7.1.024maho2003-07-126-16/+14
| | | | | Reported by: Ali Faiez Taha <aftaha@cirp.usp.br> jed <kallen-j@unbc.ca>
* Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifygerald2003-07-1114-238/+224
| | | | | | | | | the machinery so that we do not need to maintain duplicate lists of binaries. Rename loop variables from $file to $f to avoid warnings by future versions of portlint. Fix a post-build comment. Reviewed by: obrien
* My manpage creation fake-out broke with 3.1.1. Give up and add a buildobrien2003-07-1114-0/+14
| | | | dependency on perl 5.6.
* Update to 7.1.021.netchild2003-07-116-16/+18
|
* Add a document about OTP programming rules.olgeni2003-07-113-3/+7
|
* Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.gerald2003-07-0914-0/+14
|
* Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-07-0942-252/+238
|
* Update for compatibility with new bsd.port.mk patches.marcus2003-07-092-10/+34
| | | | Submitted by: maintainer
* Set per-thread stack size to 0x20000 (default) or 0x100000perky2003-07-094-4/+24
| | | | | | | | (WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to run Zope and its products. Requested by: dwhite Reviewed by: dwhite
* Remove a unused file.perky2003-07-091-23/+0
|
* Umm, I should bump PORTREVISION...kuriyama2003-07-082-0/+2
|
* Remove dependency on print/acroread4.kuriyama2003-07-082-6/+0
| | | | Run-depending on acroread is not required for *.pdf in plist.
* update lang/smalltalk: 2.1.2 -> 2.1.3daichi2003-07-082-2/+2
| | | | | PR: 54132 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* update lang/pike74: 7.4.13 -> 7.4.25daichi2003-07-082-23/+50
| | | | | PR: 54204 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* replace ${PERL} with ${REINPLACE_CMD}oliver2003-07-061-1/+2
| | | | PR: 47406
* Generate plist either statically or before do-install phase formarcus2003-07-051-1/+3
| | | | | | compatibility with upcoming bsd.port.mk patches. Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Add the first part of "Concurrent Programming in Erlang", a bookolgeni2003-07-053-2/+5
| | | | available from the erlang.org site. Part #2 is paper-only.
* o Utilize MASTER_SITE_PYTHON.perky2003-07-0434-165/+294
| | | | | | | | o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly.
* o Add default overload extension.nork2003-07-0412-45/+102
| | | | | | | | | o Add WITH_REGEX_TYPE knob [1]. o Small fixes. PR: ports/54061 Requsted by: Jens Rehsack [1] Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update pkg-messageerwin2003-07-032-4/+4
| | | | | PR: 54062 Submitted by: maintainer
* Update new python-devel port to 2.3.b2.perky2003-07-0329-3115/+6049
| | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!)
* Fix a typo: s/NOPORTSDOCS/NOPORTDOCS/ [1]osa2003-07-032-6/+7
| | | | | | | | | | Use ${DOCSDIR} [2] s/share\/doc\/.../%%DOCSDIR%%/ for pkg-plist [2] PR: 53911 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] osa [2] Approved by: fjoe (mentor) (implicit)
* o Switch to libtool 1.4.nork2003-07-0330-1542/+4899
| | | | | | | | | | | | | o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de> in ports/53754, implemented in a slightly different way). o Add GIF and animated GIF write support by default in GD and add WITH_LZW knob to enable the LZW compression algorithm (patented in some countries). o Removed gd_gif_out.diff patch and added many new patches. PR: ports/53754, ports/53879 Requested by: Jens Rehsack <rehsack@liwing.de> Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Add WANT_PHP_WEB knob, for ports that require a webnork2003-07-033-0/+36
| | | | | | | | server to work, but for which is indifferent the PHP sapi (CGI or Apache Module). PR: ports/53800 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* The use of IGNORE is now preferred to BROKEN to indicate portsjdp2003-06-306-6/+6
| | | | | | | that will never build on older OS releases. Submitted by: Mark Linimon <linimon@lonesome.com> PR: ports/53462, ports/53464
* Upgrade to v204.jkoshy2003-06-293-276/+674
|
* Add a conflict for ploticus, slffea and swi-pl.arved2003-06-291-0/+1
| | | | All install a program bin/pl.
* Add py-prolog, A Python extension embedding SWI-Prologarved2003-06-295-0/+49
| | | | Submitted by: g.gonter@ieee.org
* Add WITHOUT_X11 knob. It allows to build OCAML on servers and otherlev2003-06-282-14/+25
| | | | | | | | systems withou XFree86 libraries. PR: ports/53289 Submitted by: myself Approved by: sobomax
* s/BROKEN/IGNORE/obraun2003-06-271-1/+1
| | | | | PR: ports/53437 Submitted by: Mark Linimon <linimon@lonesome.com>
* libtool uber-patchade2003-06-267-8/+7
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update to 7.1.019.netchild2003-06-266-16/+20
|
* Correct the checksum for the 2003-06-25 patch.knu2003-06-262-2/+2
| | | | | | Bad proxy, no cookie, even for FTP service. Submitted by: roberto
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyknu2003-06-264-4/+4
| | | | unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
* Upgrade to 2.0.4.tg2003-06-252-2/+2
|
* Improve SNMP support (fix openssl dependency and add net-snmp5 support).nork2003-06-256-6/+30
| | | | | PR: ports/53687 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Fix comment, update maintainer's e-mail addressosa2003-06-241-3/+3
| | | | | | Submitted by: maintainer PR: 53648 Approved by: fjoe (mentor) (implicit)
OpenPOWER on IntegriCloud