summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-11Fixed "test ==".rillig1-1/+3
2006-11-11This patch-aa is a better oneadam2-5/+7
2006-11-11Address PR pkg/34966 as suggested by Oliver Gould and apply the samejschauma4-15/+15
logic to all platforms: Some packages (such as math/gap) create wrappers based on the name of the compiler, so ${CC} should not contain any flags. Move flags into CFLAGS.
2006-11-11Fixed "test ==".rillig4-4/+11
2006-11-11Applied a patch from Ryo HAYASAKA, provided in PR 35035, which fixes therillig2-1/+15
check-portability test.
2006-11-11Fixed a pkglint warning.rillig1-2/+2
2006-11-11Updated textproc/hyperestraier to 1.4.9.obache1-1/+2
2006-11-11Update hyperestraier to 1.4.9.obache3-8/+11
Changes: 2006-11-03 Mikio Hirabayashi <mikio@users.sourceforge.net> * estraier.c (est_doc_score): new function. * estraier.c (est_db_check_option): new function. * estraier.c (est_search_union): a bug related to scoring when ASIS mode was fixed. * estraier.c (est_db_score_doc): difference operator was added. * estcmd.c (procinform): display of known options was added. * estcmd.c (doputdoc): modification date of files became able to be recorded as score. * estseek.c (showresult): accuracy of "{hnum}" operator was improved. * estwaver.c (runinit, procinit): "-xs", "-xl", "-xh" options were added. - "set_score" and "score" methods were added to language bindings and node APIs. - Release: 1.4.9
2006-11-11Updated devel/glibmm to 2.12.2nb2adam1-1/+2
2006-11-11Fix building on 64-bit architecturesadam3-3/+16
2006-11-11Converted the SunPro wrapper to use the functions from wrapper-subr.sh.rillig1-101/+88
Added some code to check for unknown options. Reindented the file so that the compiler options are better visible. They had been hidden by the massive block comments before. Also, every option has got its own line so that one only needs to read the first column to find the relevant code.
2006-11-11Added wrapper-subr.sh, which provides shell functions that are useful torillig3-4/+51
make the wrapper code less frightening. For example, instead of arg="${arg#-Wl,}" $debug_log $wrapperlog " (transform-sunpro-cc) to: $arg" addtocache=yes one can simply write transform_to "${arg-Wl,}" The functions that are currently implemented are: transform_to, transform_discard, transform_to_nocache, transform_discard, transform_pass and transform_pass_unknown.
2006-11-11Made the SunPro compiler understand gcc's -MM option for generatingrillig1-1/+6
Makefile dependencies.
2006-11-11regenrillig2-61/+118
2006-11-11The first line in the file must contain the XML version number.rillig1-4/+3
2006-11-11The "undefined reference to ..." error message can also appear whenrillig1-2/+31
using inline functions with SunPro.
2006-11-10Updated emulators/wine to 0.9.25adam1-1/+2
2006-11-10Changes 0.9.25:adam2-6/+6
- Many more fixes for installer support. - Many MSHTML improvements. - Support for NTLMv2. - RPC over TCP improvements. - Lots of bug fixes.
2006-11-10updated possible EXTRACT_USING valuesschwarz1-2/+3
2006-11-10updated net/sipsak to 0.9.6 (which had been living in wip already for someschwarz6-164/+43
time)
2006-11-10Update to 1.1.6.gdt3-20/+6
PostGIS 1.1.6 2006/11/02 - fixed CAPI change that broke 64-bit platforms - use Z ordinate in reprojections - spatial_ref_sys.sql updated to EPSG 6.11.1 - Simplified Version.config infrastructure to use a single pack of version variables for everything. - Include the Version.config in loader/dumper USAGE messages - Replace hand-made, fragile JDBC version parser with Properties - Fixed setSRID() bug in JDBC, thanks to Thomas Marti - loader/dumper: fixed regression tests and usage output PostGIS 1.1.5 2006/10/13 - Java: - Removed obsolete synchronization from Jts code. - fixed nullpointer Exception in Geometry.equals() method - Added EJB3Spatial.odt to fulfill the GPL requirement of distributing the "preferred form of modification" - Added -S option for non-multi geometries to shp2pgsql - Updated heavily outdated README files for shp2pgsql/pgsql2shp by merging them with the manpages.
2006-11-10bump required version (geos-config has a new option).gdt1-2/+2
No PKGREVISION++ (riding upgrade < 1 hour ago).
2006-11-10 Updated geography/geos to 2.2.3 [gdt 2006-11-10]gdt1-1/+2
2006-11-10Update to 2.2.3. (Minor and irrelevant changes omitted.)gdt4-21/+25
Take maintainership. Changes in 2.2.3 - CAPI: multiple finishGEOS() calls made harmless. Changes in 2.2.2 - Added LinearRing::clone - Added GEOSArea(), GEOSLength(), GEOSEnvelope(), and GEOSGeomType() to C API - Cleanups in C-API - Support for gcc-4 - Fixed Polygon::equalsExact - Fixed bug in NULL-factory Geometry constructor - Cleanups in SWIG wrappers - New Ruby bindings - Enumerated SweepLineEvent's DELETE and INSERT labels renamed to DELETE_EVENT and INSERT_EVENT. - Fixed geos-config to use system-specific libs path - Accept correct WKT format for MultiPoints - SRID support in (E)WKB reader. Changes in 2.2.0 - Higher dimensions interface for CoordinateSequence - Added getCoordinatesRO for Point class - NEW WKB IO - NEW Simplified and stabler C API Changes in 2.1.4 - Severe BUGFIX in BufferSubgraphGT and other functions used as StrictWeakOrdering predicates for sort() Changes in 2.1.3 - XMLTester installed by default - New Node::isIncidentEdgeInResult() method Changes in 2.1.2 - Added multipolygon buffering test in source/test/testLeaksBig - Ported JTS robustness patch for RobustLineIntersector - Removed useless Coordinate copies in OverlayOp::mergeZ() - Avoided throws by IsValid on invalid input - Stricter C++ syntax (math.h=>cmath, ieeefp.h in "C" block, ostringstream instead of sprintf) - Better support for older compilers (Polygonizer::LineStringAdder friendship) - Removed useless Coordinate copies in CGAlgorithms::isOnLine() - Added support for polygonize and parametrized buffer tests in XMLTester - Fixed Z interpolation in LineIntersector - Made polygon::getBoundary() always OGC-valid (no LinearRings) - Input checking and promoting in GeometryFactory::createMultiLineString() - Segfault fix in GeometryEditor::editPolygon() Changes in 2.1.1 - Fixed uninitialized Coordinate in TopologyException - Added install of version.h, platform.h and timeval.h - Z interpolation in overlay operations Changes in 2.1.0 - Added Polygonizer and LineMerger classes. - python wrapper examples - Z support in overlay operations.
2006-11-10Fixed "test ==".rillig1-1/+2
2006-11-10Provided the usual header comment.rillig1-10/+20
2006-11-10Fixed unexpanded ${sysconfdir} in the default configuration file.rillig1-2/+4
PKGREVISION++
2006-11-10Make the package pass the check-headers test. The ${HOME} that appearsrillig1-1/+3
in the macros will be expanded later.
2006-11-10note gnus 5.10.8perry2-3/+3
2006-11-10remove commented out PKGREVISIONperry1-2/+1
2006-11-10update gnus to 5.10.8perry4-158/+167
2006-11-10Update lyx-qt.reed1-1/+2
2006-11-10Update to version 1.4.3.reed3-14/+59
Also replace "python" with real path to python in more files. NOTE: this is not complete a few more files still have "python" hard-coded. The release notes says: "This is a bug fix release that improves stability and MS Windows support. Notable new features include: * The windows port does not need a MSys (unix-like tools) installation anymore. * A new function inset-dissolve has been added to delete an text inset and put its contents in the enclosing text; this can be accessed (like in the math editor) by pressing Backspace at the start of an inset, or Delete at the end. * Many crashes have been fixed, in particular for systems based on gcc 4.1. All current 1.4.x users are encouraged to upgrade to this version."
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-11-10Use find -print | xargs rather than find -exec.tv10-30/+30
2006-11-10Use find -print | xargs rather than find -exec.tv1-8/+8
Use && chains rather than ; so that errors are not thrown away.
2006-11-10Use find -print | xargs rather than find -exec.tv3-9/+8
2006-11-10For some reason, Interix "find ... -exec" leaks a little bit of memory,tv1-4/+6
which on large trees involving thousands of -exec's, makes find turn into a humongous process. It's faster on most systems to use other methods anyway, so use xargs where practical, or pipe to a "while read f; do ..." loop and let the shell do what it was meant to do -- run programs.
2006-11-10For some reason, Interix "find ... -exec" leaks a little bit of memory,tv1-2/+3
which on large trees involving thousands of -exec's, makes find turn into a humongous process. It's faster on most systems to use other methods anyway, so use xargs where practical, or pipe to a "while read f; do ..." loop and let the shell do what it was meant to do -- run programs.
2006-11-10Use xargs in both cases.tv1-2/+2
2006-11-10Catman pages are no longer installed; remove USE_TOOLS+=nroff.tv1-2/+1
2006-11-10Added a patch that fixes the generation of the dependency files (*.d).rillig2-1/+17
2006-11-10Fixed pkglint warnings.rillig1-4/+2
2006-11-10Grammar fixes + list postgresql as a possible data backend.ghen1-5/+4
2006-11-10Remove use of automake/autoconf after duscussed with Anthony Mallet,taca1-7/+2
package maintainer who sent PR pkg/34655.
2006-11-10jalbum-6.5.4martti1-1/+2
2006-11-10Updated www/jalbum to 6.5.4martti3-8/+17
Changes unknown.
2006-11-10Adapt to recent struct uvmexp changes.martin5-24/+107
2006-11-10Fixed the warning from GNU awk that in strings, \$ is the same as arillig1-2/+2
plain $.
2006-11-10Added CHECK_HEADERS_SKIP to make the package pass the test.rillig1-1/+2