summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-142-16/+19
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh withasami1998-11-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
* switch to new pre/post bsd.port.mkobrien1998-11-1320-80/+140
|
* i386 => ${ARCH}obrien1998-11-1321-84/+84
| | | | Requested by: imp
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-1125-176/+171
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Expand lib/stk directory properly. Use PLIST_SUB to encode info.asami1998-11-112-4/+319
|
* fix for 3.0 ELFobrien1998-11-103-9/+14
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Pass the GNUARCH value to `configure' to force the detection of an ELF system.obrien1998-11-101-6/+14
| | | | | | | (I still intend to fix the bug in the script that misses an ELF system for an a.out one) Current fix submitted by: "Alec Wolman" <wolman@cs.washington.edu>
* Turn on nawk port.steve1998-11-101-1/+2
|
* Update to version 98.10.20.steve1998-11-106-30/+192
| | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* The kawk port has been repository-copied to nawk.steve1998-11-101-2/+1
|
* Make this file match reality.asami1998-11-091-4/+4
|
* Update to version 3.34.steve1998-11-096-68/+139
| | | | | PR: 8551 Submitted by: maintainer
* Use a one-liner more in accord with reality.rnordier1998-11-041-1/+1
|
* Fix tcc -g option for ELF.rnordier1998-11-041-0/+7
| | | | Reported by: jmz
* Update to CMUCL version 18bcracauer1998-11-023-14/+9
|
* Change the version number of guile.vanilla1998-10-271-2/+2
|
* Put *.scm on the right place.vanilla1998-10-262-110/+110
|
* Upgrade to 1.3.vanilla1998-10-263-31/+51
|
* No need to use += for variables defined only once.asami1998-10-261-2/+2
|
* Unbreak; make work with tcl8.0.markm1998-10-252-6/+4
|
* enable gawkandreas1998-10-211-1/+2
|
* New port gawkandreas1998-10-215-0/+24
|
* Remove empty directories on deinstall.steve1998-10-201-0/+1
|
* Cleanup up empty directories on deinstall.steve1998-10-201-0/+8
|
* Unbreak.jseger1998-10-141-2/+2
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | cc -O2 -Wall -Wtraditional -Wmissing-prototypes -Wmissing-declarations -Wconversion -ansi -pedantic -I. -I/usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/generic -I/usr/ports/lang/tclplugin/work/tclplugin2.0/tcl8.0/generic -I/usr/ports/lang/tclplugin/work/tclplugin2.0/tk8.0/generic -I/usr/X11R6/include -DHAVE_CONFIG_H -DXP_UNIX -fpic -c /usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/unix/tclAppInit.c Linking wish with the fat library, if this fails check SHLIB_LD_LIBS and XTLIB cc tclAppInit.o -o tclshp2.0 -L/usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/unix -ltclp20 -L/usr/X11R6/lib -lX11 -lm -lc -lXt /usr/libexec/elf/ld: cannot open -ltclp20: No such file or directory *** Error code 1 Stop.
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | as -o asm.o asm.s . ../paths.sh; cc -g -o cstest cstest.o asm.o $LIBM $LIBC cstest.o: In function `dotest': /usr/ports/lang/sr/work/csw/cstest.c(.text+0x1ac): undefined reference to `sr_chg_context' cstest.o: In function `spawn': /usr/ports/lang/sr/work/csw/cstest.c(.text+0x287): undefined reference to `sr_build_context' cstest.o: In function `foo': /usr/ports/lang/sr/work/csw/cstest.c(.text+0x2b3): undefined reference to `sr_check_stk'
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | | ranlib Xlibsc.a gcc -O2 -c sci.c -I. -o sci.o gcc -o Xsci -O2 scdebug.o sceval.o scexpand.o scexpnd1.o scexpnd2.o scqquote.o screp.o scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o scrtuser.o scinit.o apply.o callcc.o cio.o heap.o objects.o mtraps.o x86.o sci.o -lm heap.o: In function `trace_stack_and_registers': heap.o(.text+0x8f): undefined reference to `sc_geti386regs' *** Error code 1 Stop. *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | gcc -O2 -DHAS_TTYCOM -D_REQUIRED -c -fPIC -o rxfn.o rxfn.c In file included from rxfn.c:28: const.h:385: field `__error' declared as a function rxfn.c: In function `rxseterr': rxfn.c:1078: parse error before `(' rxfn.c:1079: parse error before `('
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | ===> Installing for ptoc-2.01 install: /usr/ports/lang/ptoc/work/ptoc/libXbgi.a: No such file or directory *** Error code 71 Stop.
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | Running Mkbootstrap for Tcl () chmod 644 Tcl.bs ld -o blib/arch/auto/Tcl/Tcl.so -shared Tcl.o -ltcl76 -lm /usr/libexec/elf/ld: cannot open -ltcl76: No such file or directory *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | ===> Building package for objc-1.8.18 Creating package /usr/ports/packages/All/objc-1.8.18.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/objc-1.8.18.tgz' tar: can't add file lib/objcrtgc.a : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1
* Fix post-patch target.jseger1998-10-141-2/+2
|
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | | | | | | | | | gcc -o scheme cmpauxmd.o cmpint.o artutl.o avltree.o bignum.o bigprm.o bitstr.o boot.o char.o comutl.o daemon.o debug.o dfloat.o error.o extern.o fasload.o fix num.o flonum.o generic.o hooks.o hunk.o intern.o interp.o intprm.o list.o lookpr m.o lookup.o obstack.o option.o osscheme.o ostty.o outf.o prim.o primutl.o prmco n.o ptrvec.o purutl.o regex.o rgxprim.o step.o storage.o string.o syntax.o syspr im.o term.o transact.o utils.o vector.o wind.o fasdump.o gcloop.o memmag.o purif y.o intext.o ux.o uxctty.o uxenv.o uxfile.o uxfs.o uxio.o uxproc.o uxsig.o uxsoc k.o uxterm.o uxtop.o uxtrap.o uxtty.o uxutil.o prosenv.o prosfile.o prosfs.o pro sio.o prosproc.o prospty.o prosterm.o prostty.o pruxenv.o pruxfs.o pruxio.o prux sock.o usrdef.o x11base.o x11term.o x11graph.o x11color.o tparam.o tterm.o missing.o -L/usr/X11R6/lib -lX11 -ltermcap -lm cmpauxmd.o(.text+0x5a): undefined reference to `_Ext_Stack_Pointer' cmpauxmd.o(.text+0x60): undefined reference to `_Free' cmpauxmd.o(.text+0x7d): undefined reference to `_utility_table' cmpauxmd.o(.text+0x8a): undefined reference to `_Free' cmpauxmd.o(.text+0x98): undefined reference to `_Ext_Stack_Pointer'
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | | | cd unixport; make saved_gcl) ../xbin/if-exists /usr/u9/wfs/schelter "../xbin/inc-version" ../xbin/if-exists saved_gcl "rm -f saved_gcl" cat init_gcl.lsp | sed -e "s"DATE"Version(`cat ../majvers`.`cat ../minvers`) `date`g" -e 'ssaved_gclsaved_gclg' -e 'slinks t)links t)(setq compiler::*cc* "gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I/usr/ports/lang/gcl/work/gcl-2.2.2/o -I/usr/local/lib/gcl-2.2.2/h -fsigned-char")(si::build-symbol-table)g' -e "sGCLDIR/usr/ports/lang/gcl/work/gcl-2.2.2g" -e "s(defun lisp-imp(setq si::*gcl-version* `cat ../minvers` si::*gcl-major-version* `cat ../majvers`)(defun lisp-impg" -e "s:GCL-1:GCL-"`cat ../majvers`":g" > foo ../unixport/raw_gcl ../unixport/ -libdir /usr/ports/lang/gcl/work/gcl-2.2.2/ < foo GCL (GNU Common Lisp) April 1994 32768 pages Unrecoverable error: GBC is not enabled. Abort trap - core dumped *** Error code 134
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | | dylan-heap.s:64290: Error: Alignment not a power of 2 dylan-heap.s:64297: Error: Alignment not a power of 2 gmake[4]: *** [dylan-heap.o] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake failed? Abort trap - core dumped gmake[3]: *** [dylan.lib.du] Error 134 gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake[2]: *** [compile] Error 2
* Mark BROKEN for ELF:jseger1998-10-131-1/+4
| | | | | | | | | ===> Building package for cim-2.10 Creating package /usr/ports/packages/All/cim-2.10.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/cim-2.10.tgz' tar: can't add file lib/libcim.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | cp bignum/libbignum.a libnums.a cp: bignum/libbignum.a: No such file or directory *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | gcc -O2 -o ../cs globals.o code0.o code1.o code2.o code3.o code4.o code5.o code6.o code7.o code8.o code9.o code10.o ../../System/base.a ../../System/GC/gc.a -lm gcc: ../../System/GC/gc.a: No such file or directory *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | cc -O -pipe -DSTK_VERSION=\"3.1.1\" -DMACHINE=\"FreeBSD-3.0-BETA-i386\" -DUSE_DYNLOAD -DUSE_TK -DSTk_CODE -DFREEBSD -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I/usr/X11R6/include -o stk userinit.o libstk.a ../Mp/libgmp.a ../Tk/unix/libtk.a ../Tcl/libtcl.a ../Tcl/libevtcl.a -L/usr/X11R6/lib -lSM -lICE -lX11 -lm cc: ../Mp/libgmp.a: No such file or directory cc: ../Tk/unix/libtk.a: No such file or directory
* Unmark BROKEN. It was a previously fixed SMP problem.jseger1998-10-132-6/+2
| | | | Pointed out by: jdp
* Mark BROKEN for ELF. Depends on modula-3 which is BROKEN:jseger1998-10-122-2/+6
| | | | | | | | | | | | | | | | | | *** *** runtime error: *** Segmentation violation - possible attempt to dereference NIL *** *** runtime error: *** ASSERT failed *** file "../src/runtime/common/RTHeapMap.m3", line 35 *** Abort trap - core dumped *** error code 134 (ignored) missing libm3formsvbtpixmaps.a: not building libm3formsvbtpixmaps.so.6 followed by many more errors
* Mark BROKEN for ELF: depends on BROKEN_ELF gcc28jseger1998-10-121-1/+3
|
* Perl 5 is in the system. Mark this port broken for 3.0 for that reason.markm1998-10-1214-21/+42
| | | | | | | (Also minor repairs to PLIST - nuke ranlibs) Reviewed by: asami OK-ed by: jseger
* Convert to ELF.smace1998-10-113-111/+45
| | | | | | Use MAN3 macro. PR: 8017 Approved by: jseger
* Convert to ELF.smace1998-10-116-15/+141
| | | | | PR: 8017 Approved by: jseger
* Convert to ELF.smace1998-10-113-12/+33
| | | | | | use MAN3 macro PR: 8017 Approved by: jseger
* Update to version 5.28.steve1998-10-103-14/+13
| | | | | PR: 8173 Submitted by: Brain Handy <handy@physics.montana.edu>
* Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}.asami1998-10-091-2/+2
|
OpenPOWER on IntegriCloud