Age | Commit message (Collapse) | Author | Files | Lines |
|
python20-* and is listed in python20/Makefile now
|
|
|
|
conflicts with it.
|
|
|
|
|
|
breaking the package build with that.
|
|
|
|
|
|
|
|
the suggestions in the Makefile.
|
|
|
|
|
|
|
|
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.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
|
|
"xpkwedge".
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
|
|
of directly using "-lXm -lXt" in patching the Imakefile.
|
|
|
|
|
|
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
|
|
bsd.prefs.mk so that it is actually used. Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
|
|
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition). This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
|
|
Why some files should go into $X11PREFIX is really beyond me.
|
|
|
|
|
|
|
|
honor CFLAGS passed in from environment during build.
|
|
dynamically add the location of the man page instead of hardcoding it as
Solaris and NetBSD differ on which man page is installed.
|
|
set that to be the master site. Also remove HOMEPAGE since the URL is
no more.
|
|
|
|
|
|
|
|
detection of libcurses.
|
|
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
|
|
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
|
|
|
|
|
|
X11 interactive alarm clock
This package was contributed by Stoned Elipot in PR pkg/13081.
|
|
Remove unnecessary sed input redirection.
|
|
|
|
and ${BUILDLINK_LIBDIR} to find headers and libraries. Note that this
package uses libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE. Look for
tputs() in libtermcap. Add patch to ensure that the proper LDFLAGS are
passed when linking the executable.
|
|
Changelog:
0.1.6-1
* Changed --summary to a toggle so you can use "todo -s" to switch it on or off.
This minimises the use of the shift key ;).
* Uncommented two lines so that --priority works once more when editing items.
* Added RPMage.
0.1.6
* When creating backups, I now make the backed up databases read-only if
--paranoid is specified.
* A slight modification to the BASH shell script to make it more compatible
(courtesy of Arthur).
* Added -S/--summary (and -s/--no-summary to override it if 'summary' is the
default in ~/.todorc) which only displays the first line of todo items. This
is handy if, like me, you have numerous multi-line items. The shell scripts
use this by default now, meaning when you cd into a directory only the first
line of each item will be shown (handy for a quick...summary).
* Added --timeout [<seconds>] option. When no second are specified, todo will
only display the database if it hasn't been displayed within a number of
seconds (also specified by using --timeout, but *with* a number of seconds).
For example, by putting this in your ~/.todorc: "timeout 10", then adding
"--timeout" when you run devtodo, the database will only be displayed if
it hasn't been displayed within 10 seconds. The shell scripts have been
updated to use this facility. The access time is used to determine when the
database was last used (stat.st_atime).
* Unified formatting strings into one location and added the generic option
--format <tag>=<format-string> to modify them as well as the option
--use-format <tag>=<tag> to use them. eg.
todo --use-format verbose-display=generated
* Now attempts to obtain the width of the current terminal from the termcap
database (if compile fails (please send me a bug report, and...) re-run
./configure with the --without-termcap option).
* Added a '%s' output formatting flag which formats item text the same as is
done with --summary.
* You can use the (undocumented) --dump-config option to dump the current
config to stdout. This should be usable as a ~/.todorc file pretty much
as is. Handy to use as a base for your own modifications.
* Fixed a minor bug where invalid numeric priority exceptions weren't being
caught.
* Added "title" as a defineable colour, seperate from the "info" colour.
* Integrated some Debian Makefile mojo (thanks go to Arthur Korn).
* Fixed --paranoid behaviour. The logic to check permissions had become
commented out in the move to multiple loaders.
* Added an "exec" command to the ~/.todorc. This can be used to execute
shell commands from within devtodo, although it's really only useful in
conjunction with triggers (see below). In addition, the environment variable
TODODB will contain the name of the current database.
* Added event "triggers". These are useful for modifying the behaviour of
devtodo. A perfect example of a use for this is to trap the "create" trigger
so that when a new database is created todo will remove world and group
permissions from it. eg.
on create {
verbose
exec chmod 600 $TODODB
}
* Modified Makefile.am in src and doc to support relocatable installs (via
automakes DESTDIR variable).
0.1.5-1
* Fixed a nasty Makefile bug that can, under certain circumstances, cause
the build/install to fail.
|
|
|
|
the per-package code that attempt to remove this directory if it's empty.
|