Age | Commit message (Collapse) | Author | Files | Lines |
|
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
|
|
|
|
|
|
pkg related changes: honour PKG_SYSCONFDIR for sqshrc.
Major changes since 1.7:
* New build system/directory structure. Should build against ASE
12.0 and FreeTDS now.
* Added support for varchar2() and varbinary2() for ASE 12.5 (I
don't have a 12.5 instance to test against yet though).
* Added \if command to perform conditional execution. Please read
the manual carefully on how expressions work.
* Added \while command to perform basic looping conditional
expressions.
* Added \break command to break out of current loop
* Added \for command to perform basic iteration.
* Added \do command to allow the exection of a sqsh script block
once per row returned from statement. Also new #[0-9] variables
may be used to refer to column names in result set. Also note
that \do allows flags -U, -S, -P for execution of statements on
other server or as other users.
* Added \func command to create a sqsh function for later
execution. Also, now ${[0-9]} now refer to the parameters to
this function when it is called. Note that by passing -x to
\func, the function will be exported as a full sqsh command, and
can be called directly without calling \call.
* Added \return to return from current function.
* Obviously, added \call to call sqsh function.
* New variable $? contains: - Return status of command executed on
pipe '|' - Return status of expression evaluated for \while or
\if. - Last server error number of severity > 10 (@@error). This
is useful for flow-of-control using the new conditional
statements.
* Added a directory of handy filter scripts.
* Fixed \rpc command with @variable names.
* \exit now exits sqsh, no matter how many \loop nesting levels
you are in.
* The user will now be re-prompted to enter a password if a "Login
failed." message is received from the server. This may be
disabled using the new $password_retry variable.
* Got rid of error message about ct_exit() not being called.
* Created new 'make distrib' option to build a self-contained sqsh
binary distribution.
* $rcfile and $SQSHRC may now be colon delimited lists of sqshrc
files. This allows for system-wide rc files to be loaded first
before local files. Also, the default $SQSHRC setting is now
"/usr/local/etc/sqshrc:$HOME/.sqshrc" (the /usr/local will be
automatically replaced by the contents of --prefix when passed
to configure).
* Fixed -C.
* $SQSHRC no longer needs to be writable.
* sqsh no longer pays attention to quotes inside of comments
during variable expansion.
* Fixed bcp'ing of results from stored procedures.
* libsybtcl will now be chosen if available.
* 'exact' mode keyword expansion should now work better (thanks to
Sean Woolcock.
* Added $bcp_colsep and $bcp_rowsep configuration variables to
control the separators used during "go -m bcp".
* Added $bcp_trim to configure whether or not trailing spaces are
trimmed in the bcp output.
* Fixed segfault in "pretty" display mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in bsd.pkg.mk...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
take care of it (the mtree file will do the rest).
Use numeric gid for Interix in an unprivileged build.
|
|
|
|
assume that we want /usr/sbin/sendmail, but we don't currently have a
good solution to that problem, and this is consistent with an existing
change that was made to this package.
Closes PR pkg/24678.
|
|
|
|
bump PKGREVISION.
|
|
USE_SYBASE_OPENCLIENT and setting SYBASE to the root of the Sybase
Open Client installation.
|
|
|
|
PR pkg/24903. While here, bl3ify and enable pkgviews installation.
|
|
|
|
(libtool assumes that .lo means PIC, which is wrong for an end binary;
breaks on Interix where PIC in an end binary is broken)
|
|
This release contains many bugfixes and improvements, two new
graphics scalers (HQ2X/HQ3X), better launcher/options support and
support for the following new games: V1 versions of the LucasArts
games Maniac Mansion and Zak McKracken, the LucasArts game Full
Throttle, Broken Sword 1/ 2, and Flight of the Amazon Queen.
|
|
This release contains many bugfixes and improvements, two new
graphics scalers (HQ2X/HQ3X), better launcher/options support and
support for the following new games: V1 versions of the LucasArts
games Maniac Mansion and Zak McKracken, the LucasArts game Full
Throttle, Broken Sword 1/2, and Flight of the Amazon Queen.
|
|
|
|
|
|
|
|
|
|
by me.
libol is a library written by the author of syslog-ng, Balazs
Scheidler, which is used in syslog-ng. A built copy of libol needs to
be present on a system when syslog-ng is built.
|
|
|
|
Bump package revision.
While here, convert to buildlink 3.
|
|
this will fix wrong binary packages made by bulk builds.
|
|
|
|
|
|
slightly modified by me.
Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.
|
|
|
|
places that it doesn't need to. Adjust to more appropriate and more
friendly commands (MKDIR and BSD_INSTALL) so that this builds as non-root.
|
|
|
|
|
|
|
|
|
|
Changes are:
* Fixed a bug which prevented the POST_BIBTEX_HOOK hook from actually
doing anything
* Dropped -Ppdf from the default DVIPS_FLAGS. Users who wish to keep
-Ppdf as part of DVIPS_FLAGS can add it to the site configuration
file, user configuration file, or project Makefile.
* Added DVIPDFM_ENV variable for running @code{dvipdfm} inside a
customized environment.
* Preliminary Rich Text Format (RTF) output support. The new rtf target
will use latex2rtf to produce an RTF version of your document. Use this
when sending your documents to the text-formatter-challenged.
* Fixed a bug where a list of figures, list of tables, and table of
contents were sometimes not fully up to date in the final output.
* Added support for using ImageMagick to convert JPEG and PNG files to
EPS for inclusion in a document.
|
|
|