Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to version 2.1.6. | steve | 2000-05-29 | 24 | -6624/+7020 |
| | | | | | PR: 18444 Submitted by: Thomas Hentschel <thomas@hentschel.net> | ||||
* | - Fix pkg/PLIST (add bin/dc21x_cam) | steve | 2000-05-29 | 2 | -0/+2 |
| | | | | | PR: 18795 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | - Fix pkg/PLIST (add bin/sane-config) | steve | 2000-05-29 | 3 | -0/+3 |
| | | | | | PR: 18796 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Update to version 3.3.8. | steve | 2000-05-29 | 3 | -6/+9 |
| | | | | | PR: 18833 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> | ||||
* | Avoid name clash with system f77 by renaming executable to ftn77. | steve | 2000-05-29 | 1 | -1/+1 |
| | | | | | PR: 18839 Submitted by: maintainer | ||||
* | Enable internationalization support. | steve | 2000-05-29 | 4 | -2/+39 |
| | | | | | | PR: 18840 Submitted by: R\xe9mi Guyomarch <rguyom@321.net> No complaints from: maintainer | ||||
* | Update to version 1.2.10. | steve | 2000-05-29 | 30 | -47/+122 |
| | | | | | PR: 18841 Submitted by: R\xe9mi Guyomarch <rguyom@321.net> | ||||
* | Update to version 4.0.8. | steve | 2000-05-29 | 3 | -488/+2 |
| | | | | | PR: 18844 Submitted by: Randall Hopper <aa8vb@nc.rr.com> | ||||
* | Update to version 4.1.0. | steve | 2000-05-29 | 8 | -29/+30 |
| | | | | | PR: 18843 Submitted by: Randall Hopper <aa8vb@nc.rr.com> | ||||
* | Update to version 2.9.4. | steve | 2000-05-29 | 1 | -1/+1 |
| | | | | | PR: 18854 Submitted by: maintainer | ||||
* | Update to version 2.9.4. | steve | 2000-05-29 | 2 | -2/+2 |
| | | | | | PR: 18853 Submitted by: maintainer | ||||
* | - Fix some of the compiler warnings (see patches/patch-warnings) | steve | 2000-05-29 | 13 | -87/+715 |
| | | | | | | | | | | | | | | | | - Fix the Makefiles to obey the CC and CFLAGS settings - Fix patches/patch-ab to be PREFIX/LOCALBASE safe - Fix the post-install to not compress the gunzip and tripwire executables that go onto a floppy -- there is no support for the gzip-ed ELF binaries at all, and even for the older AOUT ones such support was optional - Replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the tw.conf.freebsd2 is copied into the right place. - Replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp). This also caused a removal of a few buffers (of size MAXPATHLEN+256) and quite a few strcpy and sprintf invocations. PR: 18634 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> | ||||
* | Use shared libraries | cpiazza | 2000-05-29 | 2 | -0/+89 |
| | | | | | PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> | ||||
* | Use shared libraries | cpiazza | 2000-05-29 | 4 | -13/+164 |
| | | | | | PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> | ||||
* | - Support CFLAGS properly | steve | 2000-05-29 | 4 | -99/+31 |
| | | | | | | | | | - Fix procedure of building shared library - Sort pkg/PLIST - Revise pkg/DESCR PR: 18797 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Spell "doesn't" correctly. | steve | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Finish updating this port. | steve | 2000-05-29 | 2 | -20/+21 |
| | |||||
* | This port uses gmake(1). | steve | 2000-05-29 | 1 | -0/+1 |
| | |||||
* | The last update was really to version 0.99.122. | steve | 2000-05-29 | 0 | -0/+0 |
| | |||||
* | Update to version 2000.05.26. | steve | 2000-05-29 | 6 | -20/+4 |
| | | | | | PR: 18847, 18848 Submitted by: maintainer | ||||
* | Yet Another Gratuitous Missing LIB_DEPENDS. | will | 2000-05-29 | 1 | -0/+1 |
| | | | | Found by: bento | ||||
* | Another (gratuitous) missing LIB_DEPENDS. | will | 2000-05-29 | 1 | -0/+1 |
| | | | | Found by: bento | ||||
* | Oops, forgot to remove the comment (I was testing some things during the | will | 2000-05-29 | 1 | -1/+1 |
| | | | | final stages of the upgrade process) when I upgraded to 1.2. | ||||
* | Sigh, the file wasn't supposed to be removed.. for changes between this | will | 2000-05-29 | 1 | -0/+11 |
| | | | | revision and revision 1.1, see revision 1.2 message. | ||||
* | Whoops, forgot to update patch when the 0.6.0 patch went in; good thing | will | 2000-05-29 | 1 | -27/+0 |
| | | | | | | the KDE project joined in on the anti-GIF-patent project. :-) Found by: bento | ||||
* | Add missing LIB_DEPENDS to unbreak this port. | will | 2000-05-29 | 1 | -0/+2 |
| | | | | Found by: bento | ||||
* | This should fix all the compile problems bento (and others probably) has | will | 2000-05-29 | 6 | -48/+156 |
| | | | | | | | with missing .so's. I'm not sure how I left this out in the original import since this stuff was in kdelibs11. :-( Found by: bento | ||||
* | Remove web site - it's been gone for a long time. :-( | will | 2000-05-29 | 1 | -3/+0 |
| | | | | Found by: portsurvey | ||||
* | Update WWW site for Cervisia. | will | 2000-05-28 | 1 | -2/+3 |
| | | | | Found by: portsurvey | ||||
* | Remove obsolete MASTER_SITES. There no longer seems to be a homepage for | will | 2000-05-28 | 2 | -4/+0 |
| | | | | | | | this graphics library, which seems to be distributed by ClanLib people these days. Found by: portsurvey | ||||
* | RH6.1 has moved into old-releases on the master and most mirrors, | msmith | 2000-05-28 | 8 | -8/+8 |
| | | | | track this while we wait for 6.3 or something less buggy than 6.2. | ||||
* | Add WWW. | jake | 2000-05-28 | 1 | -1/+1 |
| | |||||
* | Update to 0.99.112. Remove aout support. | will | 2000-05-28 | 12 | -108/+96 |
| | | | | Update submitted by: steve | ||||
* | Set FORBIDDEN for now. | dirk | 2000-05-28 | 3 | -0/+6 |
| | |||||
* | Update to 0.27.2 | nakai | 2000-05-28 | 8 | -754/+800 |
| | |||||
* | If a user didn't have /usr/sbin in their path, this would have failed. | billf | 2000-05-28 | 12 | -72/+72 |
| | |||||
* | Update to version 0.9.2. | steve | 2000-05-28 | 6 | -6/+6 |
| | |||||
* | #define _KERNEL on -current before including sys/msg.h so this will build | steve | 2000-05-28 | 2 | -0/+22 |
| | | | | correctly. | ||||
* | Minor changes to mod_dav.h without bumping the distfile's version number. | steve | 2000-05-28 | 1 | -1/+1 |
| | |||||
* | Don't build any profiled libraries and use CXXFLAGS to specify -I. so this | steve | 2000-05-28 | 3 | -5/+2 |
| | | | | port actually builds. | ||||
* | Don't try to use eg++ as the C++ compiler and honor CXXFLAGS. | steve | 2000-05-28 | 2 | -1/+14 |
| | |||||
* | Fix this port after the recent PORT{NAME,VERSION} changes. portlint(1) | steve | 2000-05-28 | 1 | -2/+4 |
| | | | | while I'm here. | ||||
* | Don't try to install a manpage that doesn't exist. | steve | 2000-05-28 | 1 | -0/+8 |
| | |||||
* | Specify the path to javac so this builds even if it isn't in the user's path. | steve | 2000-05-28 | 3 | -0/+6 |
| | |||||
* | Correct typos/omisions in previous commit. | steve | 2000-05-28 | 1 | -2/+2 |
| | |||||
* | Update to version 2000.04.26. | steve | 2000-05-28 | 3 | -5/+3 |
| | |||||
* | s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with the | steve | 2000-05-28 | 5 | -0/+87 |
| | | | | same function in the readline library. | ||||
* | Update to version 1.8g. The previous version was actually 1.8 and not 2.1. | steve | 2000-05-28 | 2 | -3/+3 |
| | |||||
* | Update to version 1.8.2. | steve | 2000-05-28 | 6 | -43/+169 |
| | |||||
* | This port requires Python.h to build. | steve | 2000-05-28 | 1 | -0/+2 |
| | | | | Noticed by: bento |