summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16Updated package to add 'doc' option and (if given) build documentation, asjaapb3-21/+944
requested in PR pkg/47152. Bumped PKGREVISION.
2012-11-16Updated print/teTeX3-texmf to 3.0nb39jaapb1-1/+2
2012-11-16Updated package to separate print/tex-comment and print/tex-index. Bumpedjaapb2-11/+9
PKGREVISION.
2012-11-16Updated Makefile to reflect existence of tex-index and tex-index-docjaapb1-1/+3
packages.
2012-11-16Added print/tex-index-doc version 4.1betajaapb1-1/+2
2012-11-16Added package print/tex-index-doc, version 4.1betajaapb4-0/+26
2012-11-16Added print/tex-index version 4.1betajaapb1-1/+2
2012-11-16Added package print/tex-index, version 4.1beta.jaapb4-0/+29
2012-11-16Added tex-comment and tex-comment-doc (new packages) to category Makefile.jaapb1-1/+3
2012-11-16Added print/tex-comment-doc version 3.6jaapb1-1/+2
2012-11-16Added package print/tex-comment-doc as version 3.6.jaapb4-0/+22
2012-11-16Added print/tex-comment version 3.6jaapb1-1/+2
2012-11-16*** empty log message ***jaapb4-0/+23
2012-11-16Use optimizer levels that actually exist.dholland3-1/+33
2012-11-16Fix an obvious infinite loop. Don't redefine variables.joerg5-2/+45
2012-11-16Use different names for different variables.joerg2-1/+21
2012-11-16Don't redeclare a local variable.joerg2-1/+39
2012-11-16Solaris ld accepts -rpath/foo/bar, but not -rpath=/foo/bar.joerg2-4/+4
GNU ld accepts -rpath=/foo/bar, but not -rpath/foo/bar. Both accept -rpath /foo/bar, so use that.
2012-11-16Consistently return a value in non-void functions.joerg3-1/+29
2012-11-16Fix template look up. Don't use variable length arrays of non-POD types.joerg10-1/+251
Don't pass non-POD types to variadic functions.
2012-11-16Match return type and return use. Fix template look up.joerg2-1/+24
2012-11-16Don't redeclare a local variable.joerg2-3/+14
2012-11-16Accessor functions must not be in boost namespace as they are used toojoerg2-1/+43
early.
2012-11-16Fix inline usage.joerg16-1/+360
2012-11-16Don't redeclare a variable, use the existing one. Bump revision.joerg3-3/+17
2012-11-16Drop bogus -O6.joerg1-1/+3
2012-11-16Return a value from main.joerg3-1/+65
2012-11-16Don't use a conflicting definition of NAME_MAX if the system has onejoerg2-1/+17
already.
2012-11-16Don't redefine local variables.joerg2-1/+23
2012-11-16Make unused attributes fatal for clang as configure misdetectsjoerg1-1/+6
Windows-style visiblity attributes without the flag.
2012-11-16Use unique local variable names.joerg4-1/+43
2012-11-16Reuse existing variable, it doesn't make sense to redefine it. Bumpjoerg3-3/+17
revision.
2012-11-16Define namespace std before using it. Some of the configure tests don'tjoerg3-4/+60
include C++ headers. Fix template look up.
2012-11-16Don't redefine a local variable.joerg2-1/+33
2012-11-16Disable warning about C++11 usage in Boost.joerg3-5/+18
Always return a value in a non-void function.
2012-11-16Fix inline usage.joerg3-1/+46
2012-11-16Ensure that operator look up works with standard compliant compilers.joerg46-260/+300
Redo patches to be relative to WRKDIR.
2012-11-16Fix inline.joerg6-1/+71
2012-11-16Fix inline usage.joerg2-1/+16
2012-11-16restrict is a C99 keyword, so don't use it as field name.joerg2-1/+33
2012-11-16Updated ham/fl_logbook to 2.5gdt1-1/+2
2012-11-16Match PLIST with reality.joerg2-3/+4
2012-11-16Update to 2.5. Upstream Changelog is:gdt6-74/+91
2.3 1) Added the ability to do a partial search on callsign. This allows you to search for a prefix<area> or on a full callsign as in prefix<area><suffix> pkgsrc changes: Set LICENSE. Adapt to more modern upstream. Change to fltk13. Rototill upstream's makefile to use CXX to compile C++.
2012-11-16Fix inline usage.joerg3-3/+77
2012-11-16Don't redefine local variables.joerg7-6/+125
2012-11-16Implicit int is not valid C++.joerg2-1/+15
2012-11-16Fix return with/without value errors.joerg41-49/+990
2012-11-16Fix obvious infinite loop. Don't redefine a local variable.joerg5-3/+45
Bump revision.
2012-11-16Passing non-POD types to variadic functions is not valid C++.joerg4-6/+35
Bump revision.
2012-11-15PKGREVISION++, because this package (wrongly, in the opinion of geos)gdt1-2/+2
links against the geos C++ library (which is unstable).