Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This package contains a public list of all known IDs used in PCI devices;
that is ID's of vendors, devices, subsystems and device classes. These ID
lists (usually in form of a pci.ids file) are used in various programs (The
Linux Kernel, The PCI Utilities, new version of the XFree86 etc.) to display
full device names instead of the numeric IDs.
Package provided by Mark Kirby in private email with some changes by me.
|
|
|
|
Reported by Yasushi Oshima in PR 31880.
|
|
|
|
* When new mails arrive, the tray icon is changed, and it will
be kept until a new mail is read.
* The option "Open inbox on startup" was added.
* The option "Remeber last selected message" was added.
* The crash when printing a message with empty subject was fixed.
* The bug that the text in the composition window was not redrawn
on the undo of large text was fixed.
* POP before SMTP was implemented.
|
|
removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
../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.
|
|
|
|
|