summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-12Fixed PKGMANDIR and Perl interpreter. PKGREVISION++rillig1-7/+8
2006-11-12Fixed PKGMANDIR.rillig1-3/+3
2006-11-12Fixed "test ==".rillig1-0/+14
2006-11-12Fixed PKGMANDIR.rillig5-15/+17
2006-11-12Fixed "test ==".rillig1-1/+2
2006-11-12Fixed PKGMANDIR.rillig1-1/+2
2006-11-12Fixed "test ==".rillig1-1/+2
2006-11-12Fixed PKGMANDIR.rillig4-22/+25
2006-11-12Fixed perl detection and some pkglint warnings.rillig4-7/+57
2006-11-12Needs perl. PKGREVISION++rillig1-3/+3
2006-11-12Fixed PKGMANDIR and made the package build on NetBSD.rillig4-23/+29
2006-11-12Needs perl. PKGREVISION++rillig1-5/+6
2006-11-12Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now inrillig1-7/+1
../checks/*.mk.
2006-11-12Moved the test whether this check should be enabled to this file.rillig1-13/+7
Removed the dependency to NO_PKG_REGISTER. Renamed the check-interpreter target to _check-interpreter.
2006-11-12Added the CHECK_PERMS_AUTOFIX variable, which allows packages to sayrillig1-8/+17
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.
2006-11-12Improved the formatting of the comment and made the code a littlerillig1-21/+22
shorter.
2006-11-12Moved the check for whether check-wrkref should be run fromrillig2-6/+7
install/install.mk to check/check-wrkref.mk. Renamed the check-wrkref target to _check-wrkref.
2006-11-12Improved the readability of the header comment.rillig1-24/+25
CHECK_WRKREF may be set to "wrkobjdir" to check for references to WRKOBJDIR. Added some error checking. Removed the dependency on NO_PKG_REGISTER.
2006-11-12Needs perl. PKGREVISION++rillig1-3/+3
2006-11-11Fixed the comment.rillig1-2/+2
2006-11-11Added some documentation.rillig1-19/+23
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.
2006-11-11Moved the check whether check-shlibs should be run fromrillig2-6/+8
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.
2006-11-11Added the usual header comment.rillig1-22/+26
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.
2006-11-11Improved a comment.rillig1-3/+3
2006-11-11Fixed "test ==".rillig2-5/+14
2006-11-11Fixed PKGMANDIR.rillig4-7/+16
Removed the man3f category, since that is not supported by pkgsrc. PKGREVISION++
2006-11-11Fixed "test ==".rillig2-6/+10
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