Age | Commit message (Collapse) | Author | Files | Lines |
|
Quote % characters in macro lines.
|
|
|
|
|
|
Changes:
* Fix a bug to fail to update the file with over 256 symbols.
|
|
|
|
|
|
|
|
|
|
directories fix]
|
|
While here conform to canonical pkgsrc documentation directories.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
not available for version 3.2.1 yet. This fixes PR pkg/21835 and
PR pkg/21424. The necessary patches were contributed by Todd Vierling.
|
|
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
|
|
|
|
|
|
|
|
|
|
mjpegtools, p5-Gdk-Pixbuf and transcode (hi mrg!).
|
|
|
|
|
|
Changes:
* Fix serious bugs around the destruction of hash context.
These may cause abort() in C library and the server will stop.
* Improve stability.
* Fix some bugs.
* Make this compile with Intel C++ Compiler.
* Make this compile with Sun Microsystems Forte C.
|
|
deleting as non-root works fine, so don't insist on running as root
|
|
|
|
when a package use the buildlink2 framework but does not define
USE_MAKEINFO. Well it was not after all.
This caused annoying messages because missing's commands emit annoying error
messages when the script is invoked with only 'makeinfo' as argument
(typically run this way by configure scripts). And more it does not
handle makeinfo's '--output=...' argument.
I first thought that it could be used as a nice way to get ride of the need
for makeinfo when it was only dubiously run during build or installation
of a package. But it also has the annoying behavior of creating empty files
because of the typical automake generated Makefile target for info file
build.
Making the buildlink2's makeinfo hiding script only logging an error
and doing 'exit 1' is actually a better tool to spot the need for makeinfo.
|
|
|
|
|
|
Notice I did not say "convert to"...
|
|
|
|
Patch gzip.info so it has a directory entry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
environment. This makes all targets work (where-as before install wouldn't
so I'm not sure how this ever functioned..)
|
|
Set the INFO_DIR to pvs/doc/release-notes where the info file
pvs-release-notes.info gets installed.
Patch the info file so install-info finds a section and an entry in it
for the directory file.
|
|
directory file remove it if it is empty i.e. if it contains only one
menu/entry line i.e. only one line starting with '*'.
This allow INFO_DIR to be set to a package specific directory while
not registering in the PLIST the Info directory file (${INFOR_DIR}/dir).
Registering such an Info directory file in the PLIST is not really
possible as a md5 signature of it holding the registered info entries
would be stored in PKG_DBDIR. At deinstall time this signature would not be
matched because the DEINSTALL script would have modified it by
un-registering the info files from it. Hence the package removal would
be reported as incomplete...
You are probably right if this looks like a hack to you...
|
|
install the zip file if it's there.
|
|
|
|
2003 June 4 (2.8.3)
- Fix a problem that will corrupt the indices on a table if you
do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that
contains an INTEGER PRIMARY KEY plus one or more indices.
- Add the ability for INSERT and UPDATE statements to refer to
the "rowid" (or "_rowid_" or "oid") columns.
- Other important bug fixes
2003 May 17 (2.8.2)
- Fix a problem that will corrupt the database file if you drop a
table from the main database that has a TEMP index.
2003 May 16 (2.8.1)
- Reactivated the VACUUM command that reclaims unused disk space
in a database file.
- Added the ATTACH and DETACH commands to allow interacting with
multiple database files at the same time.
- Added support for TEMP triggers and indices.
- Added support for in-memory databases.
- Removed the experimental sqlite_open_aux_file(). Its function
is subsumed in the new ATTACH command.
- The precedence order for ON CONFLICT clauses was changed so
that ON CONFLICT clauses on BEGIN statements have a higher
precedence than ON CONFLICT clauses on constraints.
- Many, many bug fixes and compatibility enhancements.
|
|
|
|
Haruhiko Okumura). Changes only described in Japanese on the homepage.
|
|
|
|
- postgresql-7.3.3 (thanks, cjs)
|
|
|
|
|
|
|