Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
where "xpkwedge" is installed. Fixes PR pkg/14861 by Robert Elz.
|
|
|
|
|
|
package installed. This fixes PR pkg/14923 by Robert Elz.
|
|
references of the pkglint package.
_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
|
|
by Robert Elz in pkg/14911 (slightly modified by me).
|
|
|
|
buildlink.mks instead of USE_CURSES and USE_LIBINTL.
XXX: guile needs to be buildlinkified before this package can be
strongly buildlinked.
|
|
|
|
Problem reported by Robert Elz in pkg/14859, including patch.
|
|
while we're here). Reported by Robert Elz in pkg/14834, solved nearly
according to his suggestions.
|
|
|
|
Add comment that the maintainer has asked us to use the mirrors instead of
the master site.
|
|
from pkg/14860.
|
|
${X11BASE}/share/xmris. /var/games is where score files should go, and
this now works properly with xpkgwedge.
|
|
defs.${OPSYS}.mk files.
|
|
|
|
of installing files into ${PREFIX}.
|
|
|
|
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date. Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target. This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
|
|
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.
From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:
o security-related
- SSL certificate loading
- symlink vulnerability in .wmrc access by KDM introduced in 2.2
- security problem with eFax (used by klprfax)
- potential problem in PAM invocation by KDM
- potential harmful side-effect of failed KDM session starts
o new features
- added support for CodeWeavers' CrossOver plug-in (provides support
for QuickTime, etc.)
- added support for the wheelmouse for scrolling through the
KGhostview PS/PDF viewer component
- ability to search for multiple patterns at a time in the file
search dialog
- debugging multi-threaded applications with KDevelop
o improvements/fixes
- handling of HTTP links that redirect to FTP
- POST using SSL through a proxy and sending headers through proxies
- saving of recently-selected files in the file dialog
- handling of non-ASCII characters over SMB
- toolbar button captions with certain styles
- selecting items with the mouse in Konqueror
- sorting in Konqueror's textview
- saving current settings as a theme in the theme manager
- crashes in KMail with certain mails
- crash on invoking the KDM chooser
- non-Latin languages with KDevelop
performance
- icon loading optimized
- file dialog speedups
- stop spinning SMB client processes
- handling of large files in Kate
|
|
Makefile.kde2. We copy the few settings that we use from Makefile.kde.
We also ensure that this package sets USE_BUILDLINK_ONLY.
|
|
automatically, so no need to do it ourselves.
|
|
to list them both when we listing just automake will do.
|
|
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
to tweak the install, and a few other cosmetic changes. Lastly, sort the
PLIST.
|
|
"/usr/pkg/bin/perl".
|
|
|
|
|
|
Griffith <dgriffi@cs.csubak.edu>.
|
|
single instance of ${PAX}.
|
|
|
|
Knights is a graphical chess interface to various chess engines and is
designed to work with KDE2. It has features geared toward novice players,
such as "previews": when you right click on a piece, Knights will show you
where that piece can move, and where it can attack. Future releases of
Knights will include tutorials which teach everything from piece movement
to advanced endgame strategy.
|
|
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
|
|
The "edit" function is not implemented in GNU Chess 5.00. This means
that XBoard's "Edit Position" feature will not work with it. Loading a
position from a file, loading a PGN game that starts from a nonstandard
position, or playing an ICS wild game in Zippy mode, etc., will also not
work.
Also fix the gnuchessx script to accept options and to pass them through to
the gnuchess binary.
Bump package version number to 5.00nb2.
|
|
* 75 * '='
* RCS ID
* blank line
* message text
* optional blank line
* 75 * '='
|
|
|
|
|
|
|
|
generate hands for duplicate bridge
Hands is a program to generate bridge hands for a duplicate game. The
program writes output to the terminal ("Standard out") which may be
redirected to a file or a printer. The output is suitable for printing on
8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch,
such as 10-point Courier, or for redirection to any Postcript printer or
compatible interpreter.
|
|
dmalloc package, so add a dependency on the same, and add build glue
so that the random_maps and common directories get built properly.
|
|
REPLACE_PERL definition does, so convert this package to use REPLACE_PERL.
Remove now unnecessary post-patch script.
|
|
definition does, so use REPLACE_PERL instead of a custom script.
|
|
|
|
|
|
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program
that can attain a level comparable to what the best human players are capable
of. Sjeng also can play standard, suicide, giveaway and losers chess.
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|