summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-272-4/+2
| | | | Notes: svn path=/head/; revision=11552
* Add virtual category "python".Thomas Gellekum1998-06-2515-30/+30
| | | | | | | pygist: add dependency on rng. Notes: svn path=/head/; revision=11520
* Remove idl4, as RSI are no longer distributing it.Mike Smith1998-06-241-2/+1
| | | | Notes: svn path=/head/; revision=11516
* Provide for <sys/sem.h> change.Robert Nordier1998-06-201-0/+7
| | | | Notes: svn path=/head/; revision=11475
* Pick up latest official patches.Thomas Gellekum1998-06-1930-45/+90
| | | | Notes: svn path=/head/; revision=11471
* Don't install files into the user's home directory.Thomas Gellekum1998-06-164-10/+23
| | | | Notes: svn path=/head/; revision=11451
* Um, you can't install a file to a user's home directory (which is mostSatoshi Asami1998-06-161-1/+3
| | | | | | | | | | | | | | | | likely /root, and is useless for ordinary users anyway) during a port install. If the port *needs* a startup file (which is pretty broken to begin with...whatever happened to defaults?), then the porter should provide a "run this first" script to set it up. ======= ===> Installing for o2c-1.16 for i in o2c o2b o2whereis o2ef ; do cp docs/$i.1 /usr/local/man/man1/$i.1 ; chmod 644 /usr/local/man/man1/$i.1 ; done if [ ! -f /home/asami/.o2c.red ]; then cp system/o2c.red.template /home/asami/.o2c.red; fi cp: /home/asami/.o2c.red: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=11450
* Careful here. There lurk some dragons around DISTNAME and WRKSRC.Satoshi Asami1998-06-161-1/+2
| | | | Notes: svn path=/head/; revision=11449
* Activate o2c.Thomas Gellekum1998-06-121-1/+2
| | | | Notes: svn path=/head/; revision=11411
* New port o2c, an Oberon-2 compiler.Thomas Gellekum1998-06-128-0/+223
| | | | | | | | PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET> Notes: svn path=/head/; revision=11410
* Look for crt0.o in /usr/lib or /usr/lib/aout.Robert Nordier1998-06-111-0/+27
| | | | | | | Prompted by: Brian Cully <shmit@erols.com>. Notes: svn path=/head/; revision=11395
* Further corrections to long long support.Robert Nordier1998-06-111-0/+20
| | | | | | | Obtained from: Peter Edwards, DERA. Notes: svn path=/head/; revision=11394
* Change MASTER_SITES. Shorten DESCR and cleanup Makefile to comply withMatthew Hunt1998-06-112-221/+5
| | | | | | | | | | portlint. PR: 6885 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=11382
* Unmark it broken, it worked when I emptied /usr/local.Satoshi Asami1998-06-101-3/+1
| | | | Notes: svn path=/head/; revision=11381
* upgrade to 19980608 snapshotDavid E. O'Brien1998-06-1080-3840/+3800
| | | | Notes: svn path=/head/; revision=11371
* Improve error-handling.Robert Nordier1998-06-091-7/+4
| | | | Notes: svn path=/head/; revision=11362
* By popular demand, make the modula-3 ports build successfully evenJohn Polstra1998-06-066-30/+679
| | | | | | | | | if X11 is not installed. PR: closes ports/4178 Notes: svn path=/head/; revision=11303
* Add ".gz" to some compressed manpages.Satoshi Asami1998-06-063-57/+57
| | | | Notes: svn path=/head/; revision=11301
* Checksum changed....Satoshi Asami1998-06-061-1/+1
| | | | Notes: svn path=/head/; revision=11300
* Add link to homepage.Robert Nordier1998-06-061-0/+2
| | | | Notes: svn path=/head/; revision=11297
* Change maintainer e-mail address.Robert Nordier1998-06-061-2/+2
| | | | Notes: svn path=/head/; revision=11296
* Corrections to long long support.Robert Nordier1998-06-062-0/+40
| | | | | | | Obtained from: Peter Edwards, DERA Notes: svn path=/head/; revision=11295
* Exit 2 on fatal errors and 1 on non-fatal errors.Robert Nordier1998-06-061-0/+189
| | | | | | | Obtained from: Robert Andrews, DERA Notes: svn path=/head/; revision=11294
* for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 ↵Satoshi Asami1998-06-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh _eh_compat _pure; \ do \ echo ${name}; \ ./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I. -I./config -c -DL${name} \ ./libgcc2.c -o ${name}.o; \ if [ $? -eq 0 ] ; then true; else exit 1; fi; \ ar rc tmplibgcc2.a ${name}.o; \ rm -f ${name}.o; \ done _muldi3 : _fixunsdfsi In file included from include/limits.h:116, from include/syslimits.h:7, from include/limits.h:11, from ./libgcc2.c:1085: /usr/local/lib/gcc-lib/i386-unknown-freebsd2.2.6/2.8.1/include/limits.h:212: unbalanced `#endif' Notes: svn path=/head/; revision=11288
* plat-freebsd3 doesn't have a regen script.Thomas Gellekum1998-06-0515-75/+15
| | | | | | | Noticed by: Gianmarco Giovannelli <gmarco@scotty.masternet.it> Notes: svn path=/head/; revision=11271
* _tkinter.so needs to be linked against libc.Thomas Gellekum1998-06-031-1/+1
| | | | Notes: svn path=/head/; revision=11228
* Add latest official patches.Thomas Gellekum1998-06-0330-45/+60
| | | | Notes: svn path=/head/; revision=11225
* Fix a hard coded path to libgcc which quit working when theJohn Polstra1998-06-021-1/+11
| | | | | | | libraries moved into "/usr/lib/aout". Notes: svn path=/head/; revision=11217
* Fix the semctl() wrapper so that it will compile on -current systemsJohn Polstra1998-06-021-18/+63
| | | | | | | | | | | | | again. The prototype was changed in revision 1.14 of "src/sys/sys/sem.h". In order to make this work on older systems too, I have incremented __FreeBSD_version and `ifdef'ed based on that. Unfortunately, there was a 3-day gap between when the semctl() interface changed (May 30) and when I bumped __FreeBSD_version (June 2). FreeBSD-current systems from that date range will still have problems building this port. Notes: svn path=/head/; revision=11216
* Fix this port to work whether crt0.o is in /usr/lib or /usr/lib/aout.John Polstra1998-05-291-2/+13
| | | | Notes: svn path=/head/; revision=11189
* Update to version 5.26 and portlint clean.Steve Price1998-05-254-19/+16
| | | | | | | | PR: 6742 Submitted by: Brian Handy <handy@lambic.lmsal.com> Notes: svn path=/head/; revision=11142
* Fix the LINK_SPEC for a.out.David E. O'Brien1998-05-221-4/+25
| | | | | | | Submitted by: roberto Notes: svn path=/head/; revision=11100
* Activate tclX80.Justin M. Seger1998-05-211-1/+2
| | | | Notes: svn path=/head/; revision=11089
* Import of tclX8.0.2Justin M. Seger1998-05-2122-1054/+1069
| | | | | | | | PR: 6540 Submitted by: dob@bazzle.com Notes: svn path=/head/; revision=11088
* + Remove the MANUAL_PACKAGE_BUILD.David E. O'Brien1998-05-2040-3220/+3700
| | | | | | | | | | | + The C++ includes and gcc specific libs now live under gcc-lib/..... + don't install ``c++'' + make links egcc and eg++ + c++filt --> g++filt to non conflict with stock version + clean up package dirs on ``pkg_delete'' Notes: svn path=/head/; revision=11080
* Include latest official patches.Thomas Gellekum1998-05-2030-45/+150
| | | | Notes: svn path=/head/; revision=11079
* Upgrade to 1998-05-08 snapshot version.David E. O'Brien1998-05-1960-860/+860
| | | | Notes: svn path=/head/; revision=11068
* Update to 1.8.18, and kill a small bug. Thanks for telling meChuck Robey1998-05-162-7/+7
| | | | | | | | about the bug, Christopher. Submitted by: (bug) Christopher Hall <hsw@acm.org> Notes: svn path=/head/; revision=11011
* Changing maintainer's email.Chuck Robey1998-05-153-6/+6
| | | | | | | PR: 6637 Notes: svn path=/head/; revision=10992
* Bring up to version 1.8.17, and change the previous binary bootstrapChuck Robey1998-05-154-76/+120
| | | | | | | (which I disliked) to a new C bootstrap. Notes: svn path=/head/; revision=10990
* Don't throw away OS version number, some scripts need it. Pick upThomas Gellekum1998-05-0745-270/+810
| | | | | | | latest official patches while I'm here. Notes: svn path=/head/; revision=10893
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1998-05-061-0/+1
| | | | | | | from octave and iv. Notes: svn path=/head/; revision=10871
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-0512-0/+12
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Bring in latest official patches. Use `-pthread' to avoid linking withThomas Gellekum1998-05-0530-75/+135
| | | | | | | libc in the threaded interpreter. Notes: svn path=/head/; revision=10859
* Upgrade to the May 2nd 1998 snapshot version.David E. O'Brien1998-05-0560-1300/+920
| | | | Notes: svn path=/head/; revision=10856
* Upgrade to version 2.10.Steve Price1998-05-033-24/+24
| | | | | | | | PR: 6459 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=10821
* Install rexxsaa.h and portlint clean.Steve Price1998-05-034-6/+7
| | | | | | | | PR: 6478 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=10819
* Update comment and descriptions.David E. O'Brien1998-04-302-4/+5
| | | | Notes: svn path=/head/; revision=10794
* Add new official patches and activate the dl module.Thomas Gellekum1998-04-2960-60/+150
| | | | Notes: svn path=/head/; revision=10753
* Bump library version numbers to match changes in the modula-3-libJohn Polstra1998-04-282-7/+7
| | | | | | | port. Notes: svn path=/head/; revision=10745