Commit graph

57641 commits

Author SHA1 Message Date
ben
2ce46b2345 Note update of xmill to 0.9.1. 2004-03-29 05:15:43 +00:00
ben
0ccc55bb27 Correction to PLIST, xmill is now named xcmill. 2004-03-29 05:14:27 +00:00
ben
dfee3135e4 Update xmill to v0.9.1 and remove unnecessary patches. Notable changes:
* portability fixes for makefiles and for newer C++ compilers
* configuration options to build xmill without included zlib/bzlib
* will work with libbz2 as well as libbz
2004-03-29 05:12:00 +00:00
snj
59a9ad0d9d Updated qmail to 1.03nb4. 2004-03-29 05:10:54 +00:00
snj
9a86f09f51 Supply a default mailq entry in mailer.conf.
Fixes PR pkg/21591.
2004-03-29 05:10:04 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
snj
bc99b16873 Use bl3. 2004-03-29 03:43:51 +00:00
schmonz
99681e8cde Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
grant
41a006b956 Updated sqsh to 2.1.
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.
2004-03-29 03:11:03 +00:00
snj
3082bb5db4 No longer used. 2004-03-29 02:53:01 +00:00
snj
b72f01c0eb Use bl3. 2004-03-29 02:52:48 +00:00
snj
d99d4ce1cb bl3ify and clean up DESCR. 2004-03-29 02:49:46 +00:00
perry
fde54641e5 updated clisp to 2.33 2004-03-29 02:48:39 +00:00
perry
fb92270218 clisp 2.33 is done 2004-03-29 02:47:53 +00:00
perry
a8f55d275f Update to 2.33 2004-03-29 02:46:18 +00:00
grant
63c0932965 we need dlcompat on Darwin (I suspect there is a better way to do this
in bsd.pkg.mk...)
2004-03-29 02:44:30 +00:00
snj
aa055d3bac Use bl3. 2004-03-29 02:37:26 +00:00
snj
274c14fb3c No longer used. 2004-03-29 02:34:25 +00:00
tv
51b12ddf92 umask should be 002. 2004-03-29 02:27:44 +00:00
tv
857ccccb5d Eek, revert previous; these weren't supposed to be committed. 2004-03-29 02:25:06 +00:00
tv
1ccbfa9d6c Obey CPPFLAGS. 2004-03-29 02:24:11 +00:00
tv
2f49208baa Add more caveat text. 2004-03-29 02:22:32 +00:00
tv
4e27907340 Add Interix block. 2004-03-29 02:22:18 +00:00
tv
feef01c621 Make more like the vanilla version. 2004-03-29 02:20:55 +00:00
tv
0e9ff9bdf9 Don't set -m in mkdir_p because Interix needs 0775, not 0755. Let the umask
take care of it (the mtree file will do the rest).

Use numeric gid for Interix in an unprivileged build.
2004-03-29 02:20:04 +00:00
snj
98b1f69474 Updated metamail to 2.7nb4. 2004-03-29 02:18:21 +00:00
snj
1eae14e263 Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong to
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.
2004-03-29 02:17:24 +00:00
grant
91032e6d5f note update of sqsh to 1.7nb3 (install sample.sqshrc). 2004-03-29 01:53:06 +00:00
grant
0e5d8cbfb1 install sample.sqshrc.
bump PKGREVISION.
2004-03-29 01:52:11 +00:00
grant
4967aa5872 allow linking against the native Sybase Open Client by defining
USE_SYBASE_OPENCLIENT and setting SYBASE to the root of the Sybase
Open Client installation.
2004-03-29 01:50:39 +00:00
minskim
588ceb5e02 Note update of p5-XML-Writer to 0.500. 2004-03-29 01:40:23 +00:00
minskim
c579829082 Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli in
PR pkg/24903.  While here, bl3ify and enable pkgviews installation.
2004-03-29 01:39:45 +00:00
tv
d18750f524 Oops, forgot to bump PKGREVISION. 2004-03-29 01:19:28 +00:00
tv
95b881c6a7 Obey CFLAGS/CPPFLAGS. Link the binaries with the .o's, not the .lo's
(libtool assumes that .lo means PIC, which is wrong for an end binary;
breaks on Interix where PIC in an end binary is broken)
2004-03-29 01:18:41 +00:00
dillo
ace90f05e6 Note update of scummvm to 0.6.0:
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.
2004-03-29 01:10:52 +00:00
dillo
64442b6300 Update to 0.6.0:
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.
2004-03-29 01:09:56 +00:00
dillo
f42681e899 fix format in my last two entries 2004-03-29 00:59:23 +00:00
minskim
92ab342437 Add and enable libol. 2004-03-29 00:55:55 +00:00
dillo
3e5bcfcabd Note zoom PKGREVISION bump (LP64 fix). 2004-03-29 00:55:11 +00:00
dillo
d36cdc0f4d Fix LP64 problem, from Christian Weisgerber. Bump PKGREVISION. 2004-03-29 00:54:22 +00:00
minskim
99f5cc1376 Import libol from pkgsrc-wip. Packaged by Adrian Portelli and updated
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.
2004-03-29 00:54:16 +00:00
dillo
4b86d1c14d Note xv PKGREVISION bump (long name fix). 2004-03-29 00:51:48 +00:00
dillo
edafe8588e Apply longname.patch and fix crash with long file names in visual schnauzer.
Bump package revision.

While here, convert to buildlink 3.
2004-03-29 00:50:41 +00:00
xtraeme
4636f9b663 Make sure X11_TYPE=XFree86 is defined before building X11 packages,
this will fix wrong binary packages made by bulk builds.
2004-03-29 00:30:16 +00:00
xtraeme
141f67cbf7 Fix PATH. 2004-03-28 23:35:57 +00:00
minskim
465f5024fe Add and enable py-textile. 2004-03-28 23:24:06 +00:00
minskim
279f0ad5ca Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak and
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.
2004-03-28 23:22:43 +00:00
xtraeme
8f7556133f Remove USE_PKGSRC_XFREE86 which has been replaced by X11_TYPE=XFree86. 2004-03-28 23:14:29 +00:00
snj
a01c5cfdf4 This wants to use INSTALL (which has "-o root -g wheel" passed to it) in
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.
2004-03-28 23:09:51 +00:00
xtraeme
e47eb3e79d Regen. 2004-03-28 22:30:38 +00:00