summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* portlintSatoshi Asami1999-03-271-2/+2
| | | | Notes: svn path=/head/; revision=17408
* Note that thread support works now.John Polstra1999-03-251-2/+1
| | | | Notes: svn path=/head/; revision=17387
* Update to version 2.02.Steve Price1999-03-245-62/+102
| | | | | | | | PR: 10718 Submitted by: Daniel Ortmann <ortmann@sparc.isl.net> Notes: svn path=/head/; revision=17380
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.David E. O'Brien1999-03-2320-40/+20
| | | | Notes: svn path=/head/; revision=17363
* Make -fsjlj-exceptions the default (ie, no DWARF2_UNWIND_INFO) for the ELFDavid E. O'Brien1999-03-221-3/+8
| | | | | | | | | case too. Submitted by: terry (Thanks to Amancio for identification) Notes: svn path=/head/; revision=17336
* * Add support for ``-pthead''David E. O'Brien1999-03-22123-640/+11681
| | | | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work Notes: svn path=/head/; revision=17335
* Fix MASTER_SITES so that there are 2 good sites.Chuck Robey1999-03-211-2/+3
| | | | | | | Obtained from: Bill "distfiles" Fenner Notes: svn path=/head/; revision=17332
* Update objc to version 2.2.15. Right now is does static libs only,Chuck Robey1999-03-215-55/+171
| | | | | | | | but I'm still working on it, and I think I'll get it to do shared libs soon. Notes: svn path=/head/; revision=17331
* Reformat a URL so url.cgi doesn't puke on it.Bill Fumerola1999-03-201-1/+1
| | | | | | | | PR: docs/10689 Submitted by: UEBAYASHI Masao <masao@nf.enveng.titech.ac.jp> Notes: svn path=/head/; revision=17327
* Fix master site path.Jacques Vidrine1999-03-202-4/+4
| | | | Notes: svn path=/head/; revision=17323
* Add jdk-doc.Satoshi Asami1999-03-191-1/+2
| | | | Notes: svn path=/head/; revision=17297
* Upgrade to 1.1.2 release.David E. O'Brien1999-03-17142-1478/+2456
| | | | Notes: svn path=/head/; revision=17256
* Fix the "switch" command so that one can switch between threads fromJohn Polstra1999-03-152-0/+40
| | | | | | | the debugger. Notes: svn path=/head/; revision=17237
* Update to version 3.29.Steve Price1999-03-153-10/+8
| | | | | | | | PR: 10409 Submitted by: Pedro F. Giffuni <pfgiffuni@bachue.usc.unale.edu.co> Notes: svn path=/head/; revision=17190
* Update the wrapper for quotactl() to reflect a change in itsJohn Polstra1999-03-141-17/+34
| | | | | | | | | prototype in 4.0-current on 5 March 1999. The value of __FreeBSD_version wasn't bumped until 13 March, so the port is broken for versions of -current between those dates. Notes: svn path=/head/; revision=17179
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-1127-27/+91
| | | | Notes: svn path=/head/; revision=17142
* Activate some modules needed for zope (www.zope.com).Thomas Gellekum1999-03-1015-45/+45
| | | | | | | Submitted by: jkoshy Notes: svn path=/head/; revision=17130
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-0826-28/+53
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Add "devel" to the CATEGORIES line.John Polstra1999-03-071-2/+2
| | | | Notes: svn path=/head/; revision=17033
* Upgrade 2.2 -> 2.3.Jacques Vidrine1999-03-0512-50/+96
| | | | | | | Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de> Notes: svn path=/head/; revision=17006
* Set 'USE_GMAKE', because it does.Bill Fumerola1999-03-021-1/+2
| | | | | | | Yet another bug found by: Satoshi's errorlogs Notes: svn path=/head/; revision=16984
* Enable the "m3gdb" port.John Polstra1999-03-011-1/+2
| | | | Notes: svn path=/head/; revision=16958
* Import the "m3gdb" port. It is a modified version of gdb-4.17 whichJohn Polstra1999-03-017-0/+199
| | | | | | | | | supports debugging Modula-3 programs. Submitted by: Olaf Wagner <wagner@luthien.in-berlin.de> Notes: svn path=/head/; revision=16957
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.David E. O'Brien1999-02-2820-20/+160
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=16938
* STL 3.0 rope fix.David E. O'Brien1999-02-282-0/+24
| | | | | | | Obtained from: aspell 0.27.1 port Notes: svn path=/head/; revision=16937
* Upgrade to egcs-1.1.2 pre-release-2David E. O'Brien1999-02-2840-240/+320
| | | | | | | | (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release) Notes: svn path=/head/; revision=16933
* Mark BROKEN. Distfile is missing.David E. O'Brien1999-02-281-1/+3
| | | | Notes: svn path=/head/; revision=16921
* Upgrade to v47.4.1.Joseph Koshy1999-02-2612-228/+908
| | | | | | | | PR: ports/10236 Submitted by: Sebastian Strollo <seb@erix.ericsson.se> Notes: svn path=/head/; revision=16899
* Unbreak for ELF. I didn't hear from the maintainer, but the fix is aJoseph Koshy1999-02-231-4/+8
| | | | | | | minor one (addition of LDFLAGS to CONFIGURE_ENV). Notes: svn path=/head/; revision=16868
* Moving patch-ac to patch-ab, because patch-ab is where theJacques Vidrine1999-02-222-0/+40
| | | | | | | | real history can be found. I wasn't able to commit it properly earlier due to a bogon in the repository. Notes: svn path=/head/; revision=16865
* 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