summaryrefslogtreecommitdiff
path: root/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak.Justin M. Seger1998-10-141-3/+1
| | | | Notes: svn path=/head/; revision=13981
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | | | | | | | | 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' Notes: svn path=/head/; revision=13927
* Update to version 4.0.Steve Price1998-10-1012-148/+250
| | | | | | | | PR: 8243 Submitted by: old maintainer Notes: svn path=/head/; revision=13840
* Create .so symlink in a.out case. While I'm here, properly add environmentSatoshi Asami1998-10-092-4/+10
| | | | | | | to ldconfig command line. Notes: svn path=/head/; revision=13770
* ElfifyBrian Somers1998-10-011-9/+7
| | | | Notes: svn path=/head/; revision=13581
* Add a '#include <sys/types.h>' for -current so this build again.Steve Price1998-10-011-3/+1
| | | | Notes: svn path=/head/; revision=13571
* Mark all KDE ports BROKEN for ELF.Justin M. Seger1998-09-301-1/+3
| | | | Notes: svn path=/head/; revision=13545
* It's not a good idea to use RUN_DEPENDS on shared libs. Change it toSatoshi Asami1998-09-282-4/+10
| | | | | | | | | | 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. Notes: svn path=/head/; revision=13522
* Create libblas.so symlink in a.out case.Satoshi Asami1998-09-281-1/+4
| | | | Notes: svn path=/head/; revision=13513
* Remove empty directories on deinstall.Steve Price1998-09-277-0/+11
| | | | Notes: svn path=/head/; revision=13467
* Doesn't build in an ELF world.Steve Price1998-09-271-1/+3
| | | | Notes: svn path=/head/; revision=13466
* Move manpage to MAN1 macro in Makefile.Steve Price1998-09-274-3/+3
| | | | Notes: svn path=/head/; revision=13465
* Make this reinstall friendly.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13464
* Convert to ELF.Steve Price1998-09-2715-50/+113
| | | | Notes: svn path=/head/; revision=13463
* Did this ever build? :) Mark it broken until we figure out why.Steve Price1998-09-271-1/+3
| | | | Notes: svn path=/head/; revision=13462
* Mark broken for ELF because doesn't build and I'll be darned if I'veSteve Price1998-09-272-2/+6
| | | | | | | found a way to fix it yet. :( Notes: svn path=/head/; revision=13461
* Cleanup pkg/PLIST.Steve Price1998-09-271-0/+4
| | | | Notes: svn path=/head/; revision=13460
* Move manpages to MAN1.Steve Price1998-09-272-2/+2
| | | | Notes: svn path=/head/; revision=13459
* I tried to fix this port but it still fails to build complaining aboutSteve Price1998-09-272-7/+13
| | | | | | | | an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it broken for ELF for now. Notes: svn path=/head/; revision=13447
* libcor.so -> libblas.soSteve Price1998-09-272-4/+4
| | | | Notes: svn path=/head/; revision=13445
* Convert to ELF.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13444
* Mark broken for ELF because of xforms port.Steve Price1998-09-262-4/+8
| | | | Notes: svn path=/head/; revision=13406
* sorry would like to drop a maintainer status,Jun-ichiro itojun Hagino1998-09-261-3/+3
| | | | | | | as I'm not using siag recently, and having real hard time catching up. Notes: svn path=/head/; revision=13397
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13337
* Remove regexp libXbae library.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13293
* Remove regexp support for Xaw3d since it can now be built inSteve Price1998-09-211-2/+2
| | | | | | | an ELF world. Notes: svn path=/head/; revision=13273
* giflib is now converted to ELF so remove regexp support.Steve Price1998-09-191-2/+2
| | | | Notes: svn path=/head/; revision=13232
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* Upgrade to 0.12, and change LIB_DEPENDS to gtk11.Vanilla I. Shu1998-09-162-11/+7
| | | | | | | | PR: ports/7935 Submitted by: maintainer Notes: svn path=/head/; revision=13183
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeSatoshi Asami1998-09-094-938/+942
| | | | | | | | | there's an upgrade. Approved by: maintainer Notes: svn path=/head/; revision=13064
* The three libraries are installed in a subdirectory, not under /usr/local/lib.Satoshi Asami1998-09-092-6/+14
| | | | | | | | | | | Also, three files were missing from the PLIST. Note, I'm not sure if the former is right but I'm just making this file match reality. If it really has to go under /usr/local/lib, the maintainer should feel free to fix the install process. :) Notes: svn path=/head/; revision=13061
* Upgrade octave to version 2.0.13.Chuck Robey1998-09-086-936/+936
| | | | Notes: svn path=/head/; revision=13048
* Distfile has been upgraded.Thomas Gellekum1998-09-012-4/+4
| | | | Notes: svn path=/head/; revision=12978
* Upgrade to 1.4.Thomas Gellekum1998-09-019-21/+27
| | | | Notes: svn path=/head/; revision=12977
* Activate the add port.Steve Price1998-08-301-1/+2
| | | | Notes: svn path=/head/; revision=12940
* Initial import of add version 1.0.Steve Price1998-08-306-0/+69
| | | | | | | | | | A full-screen editing calculator. PR: 7769 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=12939
* Move distfiles to subdirectory. When there's a file like "manpages.tgz",Satoshi Asami1998-08-252-3/+5
| | | | | | | it's a good idea even if it's only two files. :> Notes: svn path=/head/; revision=12828
* Suffix has changed (.tar.gz -> .tgz)Jean-Marc Zucconi1998-08-242-4/+4
| | | | Notes: svn path=/head/; revision=12814
* Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planningSatoshi Asami1998-08-241-3/+3
| | | | | | | to check it in the near future. Notes: svn path=/head/; revision=12799
* Perl fixesJustin M. Seger1998-08-232-6/+6
| | | | Notes: svn path=/head/; revision=12738
* Still doesn't package here, as root and without chroot. A few hundredSatoshi Asami1998-08-203-3/+9
| | | | | | | files are missing, so something is seriously wrong. Notes: svn path=/head/; revision=12688
* Mark these ports broken if DISPLAY not set.Satoshi Asami1998-08-201-3/+4
| | | | Notes: svn path=/head/; revision=12676
* Make this fetchable again.Thomas Gellekum1998-08-202-2/+3
| | | | Notes: svn path=/head/; revision=12675
* Use INSTALL_ macros so I can install non-root. Use MANx.Tim Vanderhoek1998-08-192-1197/+170
| | | | Notes: svn path=/head/; revision=12651
* Remove two duplicated manpages.Satoshi Asami1998-08-191-2/+0
| | | | Notes: svn path=/head/; revision=12641
* Remove some manpages missed by the other person who did most ofTim Vanderhoek1998-08-186-10/+0
| | | | | | | the math/ category. Notes: svn path=/head/; revision=12619
* Don't try to package manpages twice.Steve Price1998-08-1710-14/+1
| | | | Notes: svn path=/head/; revision=12560