Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create .so symlink in a.out case. While I'm here, properly add environment | Satoshi Asami | 1998-10-09 | 2 | -4/+10 |
| | | | | | | | to ldconfig command line. Notes: svn path=/head/; revision=13770 | ||||
* | Elfify | Brian Somers | 1998-10-01 | 1 | -9/+7 |
| | | | | Notes: svn path=/head/; revision=13581 | ||||
* | Add a '#include <sys/types.h>' for -current so this build again. | Steve Price | 1998-10-01 | 1 | -3/+1 |
| | | | | Notes: svn path=/head/; revision=13571 | ||||
* | Mark all KDE ports BROKEN for ELF. | Justin M. Seger | 1998-09-30 | 1 | -1/+3 |
| | | | | Notes: svn path=/head/; revision=13545 | ||||
* | It's not a good idea to use RUN_DEPENDS on shared libs. Change it to | Satoshi Asami | 1998-09-28 | 2 | -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 Asami | 1998-09-28 | 1 | -1/+4 |
| | | | | Notes: svn path=/head/; revision=13513 | ||||
* | Remove empty directories on deinstall. | Steve Price | 1998-09-27 | 7 | -0/+11 |
| | | | | Notes: svn path=/head/; revision=13467 | ||||
* | Doesn't build in an ELF world. | Steve Price | 1998-09-27 | 1 | -1/+3 |
| | | | | Notes: svn path=/head/; revision=13466 | ||||
* | Move manpage to MAN1 macro in Makefile. | Steve Price | 1998-09-27 | 4 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=13465 | ||||
* | Make this reinstall friendly. | Steve Price | 1998-09-27 | 1 | -3/+4 |
| | | | | Notes: svn path=/head/; revision=13464 | ||||
* | Convert to ELF. | Steve Price | 1998-09-27 | 15 | -50/+113 |
| | | | | Notes: svn path=/head/; revision=13463 | ||||
* | Did this ever build? :) Mark it broken until we figure out why. | Steve Price | 1998-09-27 | 1 | -1/+3 |
| | | | | Notes: svn path=/head/; revision=13462 | ||||
* | Mark broken for ELF because doesn't build and I'll be darned if I've | Steve Price | 1998-09-27 | 2 | -2/+6 |
| | | | | | | | found a way to fix it yet. :( Notes: svn path=/head/; revision=13461 | ||||
* | Cleanup pkg/PLIST. | Steve Price | 1998-09-27 | 1 | -0/+4 |
| | | | | Notes: svn path=/head/; revision=13460 | ||||
* | Move manpages to MAN1. | Steve Price | 1998-09-27 | 2 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=13459 | ||||
* | I tried to fix this port but it still fails to build complaining about | Steve Price | 1998-09-27 | 2 | -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.so | Steve Price | 1998-09-27 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=13445 | ||||
* | Convert to ELF. | Steve Price | 1998-09-27 | 1 | -3/+4 |
| | | | | Notes: svn path=/head/; revision=13444 | ||||
* | Mark broken for ELF because of xforms port. | Steve Price | 1998-09-26 | 2 | -4/+8 |
| | | | | Notes: svn path=/head/; revision=13406 | ||||
* | sorry would like to drop a maintainer status, | Jun-ichiro itojun Hagino | 1998-09-26 | 1 | -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 Asami | 1998-09-22 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=13337 | ||||
* | Remove regexp libXbae library. | Steve Price | 1998-09-21 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=13293 | ||||
* | Remove regexp support for Xaw3d since it can now be built in | Steve Price | 1998-09-21 | 1 | -2/+2 |
| | | | | | | | an ELF world. Notes: svn path=/head/; revision=13273 | ||||
* | giflib is now converted to ELF so remove regexp support. | Steve Price | 1998-09-19 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=13232 | ||||
* | Roll back libpng major to 2. | Satoshi Asami | 1998-09-17 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=13192 | ||||
* | Upgrade to 0.12, and change LIB_DEPENDS to gtk11. | Vanilla I. Shu | 1998-09-16 | 2 | -11/+7 |
| | | | | | | | | PR: ports/7935 Submitted by: maintainer Notes: svn path=/head/; revision=13183 | ||||
* | Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball | Satoshi Asami | 1998-09-15 | 1 | -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 for | Satoshi Asami | 1998-09-15 | 1 | -2/+2 |
| | | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148 | ||||
* | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. | Satoshi Asami | 1998-09-15 | 1 | -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 time | Satoshi Asami | 1998-09-09 | 4 | -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 Asami | 1998-09-09 | 2 | -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 Robey | 1998-09-08 | 6 | -936/+936 |
| | | | | Notes: svn path=/head/; revision=13048 | ||||
* | Distfile has been upgraded. | Thomas Gellekum | 1998-09-01 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=12978 | ||||
* | Upgrade to 1.4. | Thomas Gellekum | 1998-09-01 | 9 | -21/+27 |
| | | | | Notes: svn path=/head/; revision=12977 | ||||
* | Activate the add port. | Steve Price | 1998-08-30 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=12940 | ||||
* | Initial import of add version 1.0. | Steve Price | 1998-08-30 | 6 | -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 Asami | 1998-08-25 | 2 | -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 Zucconi | 1998-08-24 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=12814 | ||||
* | Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planning | Satoshi Asami | 1998-08-24 | 1 | -3/+3 |
| | | | | | | | to check it in the near future. Notes: svn path=/head/; revision=12799 | ||||
* | Perl fixes | Justin M. Seger | 1998-08-23 | 2 | -6/+6 |
| | | | | Notes: svn path=/head/; revision=12738 | ||||
* | Still doesn't package here, as root and without chroot. A few hundred | Satoshi Asami | 1998-08-20 | 3 | -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 Asami | 1998-08-20 | 1 | -3/+4 |
| | | | | Notes: svn path=/head/; revision=12676 | ||||
* | Make this fetchable again. | Thomas Gellekum | 1998-08-20 | 2 | -2/+3 |
| | | | | Notes: svn path=/head/; revision=12675 | ||||
* | Use INSTALL_ macros so I can install non-root. Use MANx. | Tim Vanderhoek | 1998-08-19 | 2 | -1197/+170 |
| | | | | Notes: svn path=/head/; revision=12651 | ||||
* | Remove two duplicated manpages. | Satoshi Asami | 1998-08-19 | 1 | -2/+0 |
| | | | | Notes: svn path=/head/; revision=12641 | ||||
* | Remove some manpages missed by the other person who did most of | Tim Vanderhoek | 1998-08-18 | 6 | -10/+0 |
| | | | | | | | the math/ category. Notes: svn path=/head/; revision=12619 | ||||
* | Don't try to package manpages twice. | Steve Price | 1998-08-17 | 10 | -14/+1 |
| | | | | Notes: svn path=/head/; revision=12560 | ||||
* | Make this port re-install friendly. | Steve Price | 1998-08-17 | 1 | -3/+5 |
| | | | | Notes: svn path=/head/; revision=12559 | ||||
* | xforms is at version 0.88. | Steve Price | 1998-08-17 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=12558 | ||||
* | Replace qt dependencies with USE_QT. | Satoshi Asami | 1998-08-12 | 2 | -6/+5 |
| | | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469 |