Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
../checks/*.mk.
|
|
Removed the dependency to NO_PKG_REGISTER.
Renamed the check-interpreter target to _check-interpreter.
|
|
that the file permissions should be fixed automatically.
Moved the test whether this check should be enabled from
../install/install.mk to here.
Renamed the target from check-perms to _check-perms.
|
|
shorter.
|
|
install/install.mk to check/check-wrkref.mk.
Renamed the check-wrkref target to _check-wrkref.
|
|
CHECK_WRKREF may be set to "wrkobjdir" to check for references to
WRKOBJDIR.
Added some error checking.
Removed the dependency on NO_PKG_REGISTER.
|
|
|
|
|
|
Since hooks should not be overwritten, removed the !target() check. That
way, one gets a warning when attempting to add some code to the hook.
|
|
install/install.mk to check/check-shlibs.mk.
Renamed check-shlibs to _check-shlibs. Since it had been declared as
"private" before, this will not break anything.
|
|
Removed the special case handling of NO_PKG_REGISTER. What does checking
for shared libraries have to do with whether the package is registered
in the package database or not?
Removed the check on CHECK_SHLIBS_SUPPORTED, which will be reintroduced
soon.
|
|
|
|
|
|
Removed the man3f category, since that is not supported by pkgsrc.
PKGREVISION++
|
|
|
|
|
|
|
|
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.
|
|
|
|
check-portability test.
|
|
|
|
|
|
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
|
|
|
|
|
|
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.
|
|
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.
|
|
Makefile dependencies.
|
|
|
|
|
|
using inline functions with SunPro.
|
|
|
|
- Many more fixes for installer support.
- Many MSHTML improvements.
- Support for NTLMv2.
- RPC over TCP improvements.
- Lots of bug fixes.
|
|
|
|
time)
|
|
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.
|
|
No PKGREVISION++ (riding upgrade < 1 hour ago).
|
|
|