Age | Commit message (Collapse) | Author | Files | Lines |
|
dependency loops, and which are now handled in a more general way
by bsd.buildlink3.mk.
|
|
build loops, which are now handled in a more general way using
IGNORE_PKG.<pkg>.
|
|
a dependency for itself. This is done by setting IGNORE_PKG.<pkg> if
<pkg> is the current package and then appropriately checking its value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/usr/pkg/share/x11-links into the buildlink directory, just rely on the
regular buildlink3 infrastructure to do it for us. This simplifies the
handling of X11 in buildlink3. The only caveat is that "x11-links"
should appear at the head of BUILDLINK_PACKAGES, and this detail is
handled by x11-links/buildlink3.mk.
|
|
included manually by a package, but is intended for inclusion by
bsd.buildlink3.mk. It will be used to avoid special-casing x11-links
when creating symlinks into the buildlink directory.
|
|
|
|
BUILDLINK_RPATHDIRS.<pkg> which is a list of directories relative to
BUILDLINK_PREFIX.<pkg> to add to the library runtime search path. For
packages that are a full dependency, this defaults to
BUILDLINK_LIBDIRS.<pkg>, but for packages that are a build dependency,
this defaults to an empty list (on the theory that a build dependency
doesn't have any shared libraries required by the package at runtime).
|
|
|
|
|
|
|
|
|
|
it if it happens to be there. Should fix issue seen in bulk build.
|
|
using ccache. Noted by Ossi Herrala in PR pkg/24728.
|
|
|
|
version 1.3.11 is not available. But according to PR pkg/24677 by
Dick Davies it adapts "bidwatcher" to eBay's latest changes.
|
|
|
|
|
|
|
|
Karl Hammerschmidt on tech-pkg@.
|
|
|
|
the dependency_libs line if it ended in a "-Ldir" option. Fix by not
eating shell word separators [ \`\"':;,]. This should fix PR 24639 by
Matthias Scheler.
|
|
|
|
|
|
|
|
|
|
Gtodo is a to-do list manager written for use with the GNOME desktop.
It tries to follow the HIG and GNOME policies as well as possible.
This package provides an applet for this application, to be integrated
within the GNOME's panel.
|
|
Gtodo is a to-do list manager written for use with the GNOME desktop.
It tries to follow the HIG and GNOME policies as well as possible.
|
|
|
|
* Adding conf-parameter NiceServer, NiceClient, NiceClean
with the setpriority function
* Adding conf-parameter ListenTo for multihomed hosts
* Performance for big NewsCache Spools: change NewsCacheClean
from chain to table
and lots of bugfixes.
|
|
xmms-alarm-0.3.4.
|
|
|
|
|
|
|
|
|
|
New in 9.11:
Because the program uses the approximation of 4 calories per gram
for carbohydrate and protein to analyze meals according to the
"Daily Value" -- although real food has various values for calories
per gram -- the program now refigures fat percentage values at each
analysis so that when calories, carbs, and protein are each at
exactly 100%, fat will be also.
New in 9.10:
This release fixes a buffer overflow in the food selection function
which caused the program to not find certain foods even though they
existed in the database.
New in 9.9:
A bug has been fixed in which during food selection, the program
lost the value of the food name key. Also, some of the program's
reference values for the essential fatty acids have been modified.
New in 9.8:
The program now defaults to either grams or ounces, depending on
the weight unit the user enters to specify servings. A bug in
handling customary meal names that are too long has been fixed.
New in 9.7:
The program computes essential fatty acid reference values based
on the user's diet. Prior releases aimed toward a particular balance
of Omega-6 and Omega-3. This release allows the user to specify
the balance between Omega-6 and Omega-3 without having to determine
the amount of the individual fatty acids.
New in 9.6:
The program is now capable of understanding food names in simple
English, such as "fried chicken" and "mashed potatoes." This is
accomplished by including the list of abbreviations the USDA uses
and by successively searching for each tokenized term, whatever
the order in the USDA name.
|
|
|
|
|
|
|
|
|
|
- Supports GNOME 2.
- Fix bug where game may use wrong color when game is started from
certain openings.
- Fix delay problem when animate opening is off.
- Add delay in Preferences to slow down animation.
|
|
and by pkgsrc folks.
|
|
|
|
Fixed calc man page examples to move -f to the end of the line.
Thanks goes to Michael Somos <somos at grail dot cba dot csuohio
dot edu> for pointing this out.
Linux and gcc now compiled with -Wall -W -Wno-comment.
Fixed a post increment that was reported by R. Trinler <trinler at
web dot de> and fixed by Ernest Bowen <ernie at turing dot une dot
edu dot au>.
Fixed pi.cal to not depend on the buggy pre-2.11.9 post increment
behavior.
Added config("cygwin") to determine if calc was compiled under Cygwin.
The config("cygwin") is a read-only configuration value that is 1
when calc was compiled under Cygwin and 0 otherwise. Regression
tests 949 and 950 are skipped when config("cygwin") is true.
The Makefile variable HAVE_NO_IMPLICIT is empty by default so that
the Makefile will test if the compiler has a -Wno-implicit flag.
Added HAVE_UNUSED Makefile variable. If HAVE_UNUSED is empty,
then the Makefile will run the have_unused program to determine
if the unused attribute is supported. If HAVE_UNUSED is set to
-DHAVE_NO_UNUSED, then the unused attribute will not be used.
The Makefile builds have_unused.h which defines, if the unused
attribute is supported:
#define HAVE_UNUSED /* yes */
#define UNUSED __attribute__((unused)) /* yes */
or defines, if the unused is not supported (or if the Makefile
variable is HAVE_UNUSED= -DHAVE_NO_UNUSED):
#undef HAVE_UNUSED /* no */
#define UNUSED /* no */
Fixed numerous warnings about comparison between signed and unsigned
value warnings and unused parameter warnings in version.c, zrand.c,
string.c, shs1.c, shs.c, qtrans.c, qmath.c, qfunc.c, md5.c, matfunc.c,
hist.c, file.c, const.c, blkcpy.c, seed.c, opcodes.c, func.c, qio.c,
zrandom.c, custom/c_argv.c, custom/c_devnull.c, custom/c_help.c,
custom/c_sysinfo.c, addop.c and calc.c.
Fixed some typos in this file.
By default, compile with -O3 -g3. The Makefile comments on how some
distributions might need to use -O2 -g or -O -g.
|
|
|