summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam65-77/+141
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Use bl3.snj1-8/+8
2004-03-29Enable pkgviews installation.schmonz7-10/+38
2004-03-29Updated sqsh to 2.1.grant9-90/+125
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-29No longer used.snj1-23/+0
2004-03-29Use bl3.snj1-9/+7
2004-03-29bl3ify and clean up DESCR.snj3-15/+34
2004-03-29updated clisp to 2.33perry1-1/+2
2004-03-29clisp 2.33 is doneperry1-2/+1
2004-03-29Update to 2.33perry15-266/+49
2004-03-29we need dlcompat on Darwin (I suspect there is a better way to do thisgrant1-1/+7
in bsd.pkg.mk...)
2004-03-29Use bl3.snj2-7/+7
2004-03-29No longer used.snj1-24/+0
2004-03-29umask should be 002.tv1-2/+2
2004-03-29Eek, revert previous; these weren't supposed to be committed.tv2-10/+4
2004-03-29Obey CPPFLAGS.tv3-6/+13
2004-03-29Add more caveat text.tv1-7/+20
2004-03-29Add Interix block.tv1-1/+7
2004-03-29Make more like the vanilla version.tv1-4/+4
2004-03-29Don't set -m in mkdir_p because Interix needs 0775, not 0755. Let the umasktv1-3/+5
take care of it (the mtree file will do the rest). Use numeric gid for Interix in an unprivileged build.
2004-03-29Updated metamail to 2.7nb4.snj1-1/+2
2004-03-29Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong tosnj6-6/+91
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-29note update of sqsh to 1.7nb3 (install sample.sqshrc).grant1-1/+2
2004-03-29install sample.sqshrc.grant2-3/+7
bump PKGREVISION.
2004-03-29allow linking against the native Sybase Open Client by defininggrant3-22/+30
USE_SYBASE_OPENCLIENT and setting SYBASE to the root of the Sybase Open Client installation.
2004-03-29Note update of p5-XML-Writer to 0.500.minskim1-1/+2
2004-03-29Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli inminskim2-6/+9
PR pkg/24903. While here, bl3ify and enable pkgviews installation.
2004-03-29Oops, forgot to bump PKGREVISION.tv1-1/+2
2004-03-29Obey CFLAGS/CPPFLAGS. Link the binaries with the .o's, not the .lo'stv3-41/+30
(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-29Note update of scummvm to 0.6.0:dillo1-1/+2
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-29Update to 0.6.0:dillo4-39/+14
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-29fix format in my last two entriesdillo1-3/+3
2004-03-29Add and enable libol.minskim2-2/+4
2004-03-29Note zoom PKGREVISION bump (LP64 fix).dillo1-1/+2
2004-03-29Fix LP64 problem, from Christian Weisgerber. Bump PKGREVISION.dillo3-3/+28
2004-03-29Import libol from pkgsrc-wip. Packaged by Adrian Portelli and updatedminskim5-0/+80
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-29Note xv PKGREVISION bump (long name fix).dillo1-1/+2
2004-03-29Apply longname.patch and fix crash with long file names in visual schnauzer.dillo6-34/+72
Bump package revision. While here, convert to buildlink 3.
2004-03-29Make sure X11_TYPE=XFree86 is defined before building X11 packages,xtraeme6-6/+17
this will fix wrong binary packages made by bulk builds.
2004-03-28Fix PATH.xtraeme2-4/+4
2004-03-28Add and enable py-textile.minskim2-2/+4
2004-03-28Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak andminskim5-0/+39
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-28Remove USE_PKGSRC_XFREE86 which has been replaced by X11_TYPE=XFree86.xtraeme1-6/+1
2004-03-28This wants to use INSTALL (which has "-o root -g wheel" passed to it) insnj3-2/+45
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-28Regen.xtraeme1-1/+3
2004-03-28Fix meta-pkgs/XFree86 PATH.xtraeme1-2/+2
2004-03-28Enable X11_TYPE=XFree86.xtraeme1-3/+3
2004-03-28note update of latex-mk to 1.2dmcmahill1-1/+2
2004-03-28update to latex-mk-1.2.dmcmahill2-6/+8
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.
2004-03-28Add missing files plus some modifications.xtraeme2-0/+835