summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for building/packaging on FreeBSD 4.x.Jacques Vidrine1999-02-2232-135/+1779
| | | | Notes: svn path=/head/; revision=16859
* Distribution file pyth151.tgz checksum changed.Jacques Vidrine1999-02-2215-15/+15
| | | | Notes: svn path=/head/; revision=16858
* Update to version 1.2.2.Steve Price1999-02-229-237/+240
| | | | | | | | PR: 9941 Submitted by: maintainer Notes: svn path=/head/; revision=16838
* Update to version 3.41.Steve Price1999-02-226-129/+25
| | | | | | | | PR: 10074 Submitted by: maintainer Notes: svn path=/head/; revision=16836
* back to 1.5.1. Build is broken, but is ok since python 1.5.2b1 is in ↵Peter Hawkins1999-02-1830-60/+645
| | | | | | | ports/lang/python-beta Notes: svn path=/head/; revision=16760
* upgrade to 1.5.2b1 (fixes build problem along the way)Peter Hawkins1999-02-1632-700/+75
| | | | Notes: svn path=/head/; revision=16735
* This port requires Xlib.Satoshi Asami1999-02-131-1/+2
| | | | Notes: svn path=/head/; revision=16708
* Correct md5 check sumSeiichirou Hiraoka1999-02-121-1/+1
| | | | Notes: svn path=/head/; revision=16682
* Mark BROKEN for ELF.Justin M. Seger1999-02-113-3/+9
| | | | Notes: svn path=/head/; revision=16632
* * clean up verbosity of MakefileDavid E. O'Brien1999-02-0920-180/+80
| | | | | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd Notes: svn path=/head/; revision=16577
* GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, andDavid E. O'Brien1999-02-091-3/+3
| | | | | | | "i386-unknown-freebsdaout3.0" for the a.out case. Notes: svn path=/head/; revision=16575
* GNUHOST is now "i386-unknown-freebsd3" for ELF machines andDavid E. O'Brien1999-02-095-14/+96
| | | | | | | "i386-unknown-freebsdaout3" for a.out machines. Notes: svn path=/head/; revision=16574
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-09102-326/+1566
| | | | | | | "i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-0321-126/+44
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Correct stale patch.Joseph Koshy1999-02-022-16/+16
| | | | | | | Found by: asami@freebsd.org Notes: svn path=/head/; revision=16484
* Forced commit to record unbreaking for ELF.Joseph Koshy1999-02-022-2/+2
| | | | Notes: svn path=/head/; revision=16481
* Add patch for ELF support.Joseph Koshy1999-02-022-0/+30
| | | | Notes: svn path=/head/; revision=16480
* Unbreak for ELF.Joseph Koshy1999-02-024-6/+30
| | | | Notes: svn path=/head/; revision=16479
* New checksum.Satoshi Asami1999-01-281-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16416
* Instead of trying to auto-detect whether X11 is installed, requireJohn Polstra1999-01-284-29/+40
| | | | | | | | the user to define NO_X11 if it is not. The auto-detection scheme caused problems for Satoshi's port building system. Notes: svn path=/head/; revision=16396
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-279-9/+18
| | | | Notes: svn path=/head/; revision=16378
* Remove the tcl.h symlink too on deinstall.Steve Price1999-01-263-0/+3
| | | | Notes: svn path=/head/; revision=16302
* Sub directory of MASTER_SITES has been moved.Jun Kuriyama1999-01-251-1/+2
| | | | | | | | PR: ports/9644 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=16297
* Sub directory of MASTER_SITES has been moved.Jun Kuriyama1999-01-251-1/+2
| | | | | | | | PR: ports/9643 Submitted by: Don Croyleo <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=16296
* COMMENT should be a one-liner.Satoshi Asami1999-01-251-11/+1
| | | | Notes: svn path=/head/; revision=16292
* Typo (tck81-thread -> tcl81-thread).Satoshi Asami1999-01-251-2/+2
| | | | Notes: svn path=/head/; revision=16290
* Add option for linking with pthreads library.Robert Nordier1999-01-242-0/+11
| | | | | | | | Submitted by : Brian Cully <shmit@rcn.com> but with revisions PR : 8389 Notes: svn path=/head/; revision=16287
* Allow '$' in labels as our offical compiler does.David E. O'Brien1999-01-2340-200/+720
| | | | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
* Add tcl81-threadEric J.Chet1999-01-211-1/+2
| | | | Notes: svn path=/head/; revision=16246
* threaded version of tcl81Eric J.Chet1999-01-218-0/+435
| | | | Notes: svn path=/head/; revision=16245
* Activate the mawk port.Steve Price1999-01-181-1/+2
| | | | Notes: svn path=/head/; revision=16170
* Initial import of mawk version 1.3.3.Steve Price1999-01-185-0/+36
| | | | | | | | | | An implementation of the new/posix awk. PR: 9476 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=16169
* Fix an FPE error.Steve Price1999-01-184-41/+18
| | | | | | | | PR: 9492 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=16129
* Update tcl81 to beta 1Eric J.Chet1999-01-1715-162/+174
| | | | Notes: svn path=/head/; revision=16100
* Change maitainer's email address,Vanilla I. Shu1999-01-123-8/+8
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* DEFAULT_PCC_STRUCT_RETURN should be "0" for the ELF case too.David E. O'Brien1999-01-121-3/+14
| | | | Notes: svn path=/head/; revision=16017
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-112-15/+15
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Checksum of diffs changed.Steve Price1999-01-101-1/+1
| | | | | | | | PR: 9368 Submitted by: maintainer Notes: svn path=/head/; revision=15972
* Remove five broken MASTER_SITES which can't deliver the distfiles as oneJacques Vidrine1999-01-072-14/+4
| | | | | | | | | tarball. That leaves us with two sites. Noticed by: Fenner's ports survey Notes: svn path=/head/; revision=15903
* Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.Hidetoshi Shimokawa1999-01-071-1/+2
| | | | Notes: svn path=/head/; revision=15902
* Add python-beta.Satoshi Asami1999-01-061-1/+2
| | | | Notes: svn path=/head/; revision=15896
* Add USE_XLIB.Satoshi Asami1998-12-283-3/+6
| | | | Notes: svn path=/head/; revision=15679
* Fix as BROKEN. Add MASTER_SITESSeiichirou Hiraoka1998-12-272-8/+6
| | | | Notes: svn path=/head/; revision=15659
* Wasn't in the main dir when I commited this the first time.David E. O'Brien1998-12-2640-40/+200
| | | | | | | Noticed by: jdp Notes: svn path=/head/; revision=15639
* BROKEN='single fetch site, which is currently behind a routing loop'David E. O'Brien1998-12-262-2/+6
| | | | | | | Commited with single MASTER_SITE by: flathill Notes: svn path=/head/; revision=15638
* Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.David E. O'Brien1998-12-2520-0/+200
| | | | | | | | | | This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof <rrs@LMI.Net> Notes: svn path=/head/; revision=15612
* Activate lang/erlangSeiichirou Hiraoka1998-12-241-1/+2
| | | | Notes: svn path=/head/; revision=15597
* PR: ports/9054Seiichirou Hiraoka1998-12-2412-0/+870
| | | | | | | | Submitted by: Ruslan@Shevchenko.Kiev.UA modern programming language from Ericsson labs Notes: svn path=/head/; revision=15596
* Assume role of maintainer. By request of: maintainer.Chris Timmons1998-12-241-2/+2
| | | | Notes: svn path=/head/; revision=15556
* The squeak port has moved to squeak1.Steve Price1998-12-231-2/+2
| | | | | | | Thanks to: Satoshi Asami for the repo copy. :) Notes: svn path=/head/; revision=15522