summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)Author
1998-12-09jmz@freebsd.org added an empty MAIN__ function as src/lib/libF77/MAIN.cSteve Price
on 1998/11/16 and this port builds again.
1998-12-07Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itBill Fumerola
works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey.
1998-12-07Remove a stale MASTER_SITES, and add 4 or so new ones.Bill Fumerola
Scared By: obrien
1998-12-01Call a script with sh instead of trying to chmod it.Satoshi Asami
1998-12-01Instead of chmod'ing a script (which could be on a read-only filesystem),Satoshi Asami
call it with /bin/sh.
1998-11-29One last missing xpm dependency.Satoshi Asami
1998-11-29More missing dependencies.Satoshi Asami
1998-11-28More USE_XLIBs.Satoshi Asami
1998-11-23Make this thing build. (Actually it's failing in configure.) Is itSatoshi Asami
too much to ask that people at least TEST these things before they commit them?!?
1998-11-20Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toSatoshi Asami
share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename.
1998-11-18Upgrade to 0.15.0Vanilla I. Shu
PR: ports/8403 Submitted by: maintainer
1998-11-18These two are no longer broken due to gnome/gtk.Satoshi Asami
1998-11-18Use LOOP_VAR.Satoshi Asami
1998-11-16Use subdirectories for the library files.Thomas Gellekum
1998-11-14Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-09Mark broken, doesn't build. Is this caused by the gtk11 upgrade?Satoshi Asami
Satoshi ------- cc -O -pipe -I/usr/X11R6/include -Wall -L/usr/X11R6/lib -o gnumeric main.o about.o cell.o cellspan.o clipboard.o color.o cursors.o dates.o dialog-cell-format.o dialog-goto-cell.o dialog-insert-cells.o dialog-delete-cells.o dialog-paste-special.o dialog-zoom.o dump.o eval.o expr.o file.o formats.o func.o fn-date.o fn-math.o fn-misc.o fn-sheet.o format.o gnumeric-sheet.o gnumeric-util.o item-bar.o item-cursor.o item-debug.o item-edit.o item-grid.o number-match.o parser.o pattern-selector.o plugin.o plugin-manager.o render-ascii.o sheet.o sheet-autofill.o sheet-object.o sheet-view.o str.o style.o symbol.o utils.o workbook.o xml-io.o -L/usr/X11R6/lib -L/usr/local/lib -lgnomeui -lgdk_imlib -ltiff34 -ljpeg -lgif -lpng -lz -lSM -lICE -lgtk11 -lgdk11 -lgmodule11 -lXext -lX11 -lm -lgnome -lgnomesupport -lglib11 -lxml ../intl/libintl.a -L/usr/local/lib -L/usr/X11R6/lib -lxpg4 clipboard.o: Undefined symbol `_gtk_selection_add_handler' referenced from text segment *** Error code 1 Stop.
1998-11-08Update MASTER_SITE.Matthew Hunt
Pointed out by: Bill Fenner's distfile survey.
1998-11-07Remove double-slash from URLBill Fenner
1998-11-02Use new distfile.Thomas Gellekum
1998-11-02Upgrade to 1.6.Thomas Gellekum
1998-10-28Fix typo in MASTER_SITESBill Fenner
Submitted by: Lars Köller <Lars.Koeller@post.uni-bielefeld.de>
1998-10-26Activate gnumeric.Vanilla I. Shu
1998-10-26Import gnumeric to math.Vanilla I. Shu
Reviewed by: asami
1998-10-26Make .so link in a.out case.Satoshi Asami
1998-10-14Unbreak.Justin M. Seger
1998-10-13Mark BROKEN for ELF:Justin M. Seger
gcc -O2 -ansi -DLONG_IS_32BIT -DULONG_NOT_DEFINED -o gp gp.o i386.o mp.o anal.o alglin1.o alglin2.o base1.o base2.o base3.o arith1.o arith2.o bibli1.o bibli2.o elliptic.o es.o gen1.o gen2.o gen3.o init.o errmessages.o helpmessages.o polari t1.o polarit2.o trans1.o trans2.o trans3.o buch1.o buch2.o version.o gp_rl.o plo t.o -lm -lcompat -L/usr/X11R6/lib -lX11 mp.o: In function `expi': mp.o(.text+0x1f8): undefined reference to `bfffo' mp.o: In function `affsr': mp.o(.text+0x376): undefined reference to `bfffo' mp.o: In function `affir': mp.o(.text+0x447): undefined reference to `bfffo'
1998-10-10Update to version 4.0.Steve Price
PR: 8243 Submitted by: old maintainer
1998-10-09Create .so symlink in a.out case. While I'm here, properly add environmentSatoshi Asami
to ldconfig command line.
1998-10-01ElfifyBrian Somers
1998-10-01Add a '#include <sys/types.h>' for -current so this build again.Steve Price
1998-09-30Mark all KDE ports BROKEN for ELF.Justin M. Seger
1998-09-28It's not a good idea to use RUN_DEPENDS on shared libs. Change it toSatoshi Asami
LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS on the *.so link so it will work for both a.out and ELF. While I'm here, create the *.so link explicitly for the a.out case.
1998-09-28Create libblas.so symlink in a.out case.Satoshi Asami
1998-09-27Remove empty directories on deinstall.Steve Price
1998-09-27Doesn't build in an ELF world.Steve Price
1998-09-27Move manpage to MAN1 macro in Makefile.Steve Price
1998-09-27Make this reinstall friendly.Steve Price
1998-09-27Convert to ELF.Steve Price
1998-09-27Did this ever build? :) Mark it broken until we figure out why.Steve Price
1998-09-27Mark broken for ELF because doesn't build and I'll be darned if I'veSteve Price
found a way to fix it yet. :(
1998-09-27Cleanup pkg/PLIST.Steve Price
1998-09-27Move manpages to MAN1.Steve Price
1998-09-27I tried to fix this port but it still fails to build complaining aboutSteve Price
an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it broken for ELF for now.
1998-09-27libcor.so -> libblas.soSteve Price
1998-09-27Convert to ELF.Steve Price
1998-09-26Mark broken for ELF because of xforms port.Steve Price
1998-09-26sorry would like to drop a maintainer status,Jun-ichiro itojun Hagino
as I'm not using siag recently, and having real hard time catching up.
1998-09-22gtk and gtk11 are now ELFized.Satoshi Asami
1998-09-21Remove regexp libXbae library.Steve Price
1998-09-21Remove regexp support for Xaw3d since it can now be built inSteve Price
an ELF world.