summaryrefslogtreecommitdiff
path: root/devel/tcl-trf/files/patch-warnings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect this port from the Attic based on the new version from theMikhail Teterin2009-07-131-0/+29
| | | | | | | | | | | author. As before, we modify the author's code to use either OpenSSL's -lcrypto or BSD's -lmd /directly/ instead of compiling the bundled definitions digests. We also link with -lz and -lbz2 instead of dlopen-ing them at run-time. Notes: svn path=/head/; revision=237667
* Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.Erwin Lansing2009-06-131-117/+0
| | | | Notes: svn path=/head/; revision=235726
* Explicitly include <sys/types.h> and <unistd.h> to fix the breakage onMikhail Teterin2004-07-091-0/+117
recent -current. Fix warnings -- on x86, at least, the package now builds with ``-Wall -Werror''. Notes: svn path=/head/; revision=113308