Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
|
|
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
relying on bsd.sys.mk.
|
|
|
|
|
|
|
|
Idea from wiz@ to let us remove gtkhtml3.
|
|
|
|
A stylish windowmaker dockapp which displays date and time in your
locale in varying formats, including Internet time. Contains alarm,
calendar and configuration utilities. Works under {black,flux}box
too. Similar in style to wmmemmon and wmcpuload.
|
|
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
* Added --purge [<days-old>] option which lets you purge old completed items.
* Can now use force-colour in the todorc.
* Various patches from Debian and Gentoo maintainers applied. These fix
compiler errors on recent GCC versions, uncaught exception when TERM is not
set, a few man page issues, issues with the BASH scripts and miscellaneous
other things.
|
|
|
|
The DateTime::Fromat::Epoch modules provide to/from epoch seconds for the
DateTime.pm class.
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
General:
* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
ko, mr, pl, ro, vi,
* new french documentation.
gtk-xfce-engine:
* fix various colors issues with ExoIconBar, prelight colors for treeview,
Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).
libxfcegui4:
* check ~/.local/share/pixmaps/ as a fallback (#731).
xfcalendar:
* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.
xfce4-mixer:
* fix a bug with ALSA.
xfce4-session:
* fix a crash with the MCS plugin.
xfce-utils:
* taskbar: Add a command option "--monitor=x" to allow specifying which
monitor to use in Xinerama mode.
xfdesktop:
* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.
xffm:
* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).
xfprint:
* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.
xfwm4:
* fix mouse buttons being left ungrabbed when focus was transfered to
an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
|
|
|
|
|
|
setting WRKSRC=${WRKDIR})
|
|
|
|
Schedule::Cron::Events takes a crontab-style line and finds out
when events will occur.
|
|
Bump PKGREVISION.
|
|
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
|
|
|
used in the make targets.
|
|
This is a compatibility fix for PyGTK 2.2.
|
|
|
|
|
|
was the grdc.6 man page!)
TODO: This package should depend on a curses.
|
|
> 2003.1125:
> Various folks have complained that JulianDay isn't correct. An
> errata section has been added to the documentation.
>
> Mark Ivey <mivey@r2tech.com> add '@' as a synonym for 'at'.
> Fixed typos.
>
> Bryan Henderson <bryanh@giraffe-data.com> sent in a patch to
> allow NOW => 0 so that ParseDate can be used to parse relative
> times.
>
> ewan@baremetal.com sent in a patch adding a bit of ISO 8601
> support.
>
> David Alban <david@responsible.com> doesn't like allowing the
> hour 24:00. I agree. Gone if you have VALIDATE=>1.
>
> Still to be done: the support the large number of ISO 8601
> date formats: http://hydracen.com/dx/iso8601.htm
> 2003.0211:
> Mike Cramer <cramer@webkist.com> sent a patch to Timezone to
> handle changes in $ENV{TZ}.
>
> Rani Pinchuk <rani@cpan.org> sent in a definition for the
> CEST timezone.
>
> On Phil.Moore@msdw.com's behalf the timezone 'MET DST' is now
> supported.
>
> 2002.1001:
> No real changes, just added a license.
|
|
useful.
|
|
|
|
And mention it is tk-based.
|
|
2005-03-07 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.2.0 for release
2005-03-02 Roozbeh Pournader <roozbeh@farsiweb.info>
* configure.ac: Added "fa" (Persian) to ALL_LINGUAS.
2005-02-28 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.92 for release
2005-02-28 Rodney Dawes <dobey@novell.com>
* Makefile.am (MAINTAINERCLEANFILES): Add mkinstalldirs to the list
* src/evolution-webcal-main.c (e_webcal_open_cal_http): Remove unused
variable "tmpname" to fix compiler warnings
(e_webcal_open_cal_vfs): Remove unused method to fix compiler warnings
(main): Remove call to bonobo_init as we don't need to call it
* src/encompass-webcal-notify.c: #include <libbonobo.h> to fix some
compiler warnings
2005-02-26 Ahmad Riza H Nst <ari@160c.afraid.org>
* configure.ac: Added id (Indonesian) in ALL_LINGUAS line
2005-02-11 Rodney Dawes <dobey@novell.com>
* src/evolution-webcal-main.c (e_webcal_read): We need to strndup the
message body before passing it off to the ical parsing code
2005-02-07 Rodney Dawes <dobey@novell.com>
* configure.ac: Up verison to 2.1.91 for release
2005-01-28 Pawan Chitrakar <pawan@nplinux.org>
* configure.ac: Added ne "Nepali" in ALL_LINGUAS
2005-01-27 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac: Added "th" (Thai) to ALL_LINGUAS.
2005-01-23 Rodney Dawes <dobey@novell.com>
* configure.ac: Update version to 2.1.4 for release
2005-01-10 Rodney Dawes <dobey@novell.com>
* configure.ac: Update version to 2.1.3 for release
Update copyright to be (C) 2004-2005
* src/*.[ch]: Update copyright to be (C) 2004-2005
2005-01-08 Rodney Dawes <dobey@novell.com>
* src/evolution-webcal-notify.c (e_webcal_label_new):
(e_webcal_label_size_allocate_cb, e_webcal_label_handle_resize):
Add new methods to set up proper resizing for the
description/title labels
(e_webcal_query_user): Fix the vbox packing to be filled/expanded
Use the new label routines to handle resizing of the dialog
2004-12-20 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.1 for release
Add vi to ALL_LINGUAS
2004-12-04 Žygimantas Beručka <uid0@akl.lt>
* configure.ac: Added "lt" (Lithuanian) to ALL_LINGUAS.
2004-11-28 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.1 for release
2004-11-10 Rodney Dawes <dobey@novell.com>
* Makefile.am (EXTRA_DIST): Remove mkinstalldirs
(CLEANFILES): Remove po/.intltool-merge-cache
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Remove the applications file stuff
* evolution-webcal.applications.in: Remove this file
2004-11-04 Rodney Dawes <dobey@novell.com>
* src/evolution-webcal-notify.c (e_webcal_query_user):
Move the tmpuri and tmpname assignments up to the top of the function
If we get called with has_events and has_tasks as false, pop up a
better error than "Already Subscribed" before trying to set up the
ESource for the calendar
Remove the comma from the "Already Subscribed" error before the
calendar name so we have "calendar \"%s\"" instead
Fixes #154617
2004-11-01 Rodney Dawes <dobey@novell.com>
* *: Release version 2.1.0
2004-09-27 Rodney Dawes <dobey@novell.com>
* configure.ac: Up version to 2.1.0
Update libecal requires for libecal-1.2 >= 1.1.0
Mon Sep 27 10:38:41 2004 Jonathan Blandford <jrb@gnome.org>
* configure.ac: Link to the right libecal.
2004-09-19 Alessio Frusciante <algol@firenze.linux.it>
* configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2004-09-13 Abel Cheung <maddog@linuxhall.org>
* configure.ac: Added "ru" "zh_CN" "zh_TW" to ALL_LINGUAS.
|
|
"Multiple buffer overflows in the getline function in pcalutil.c and the
get_holiday function in readfile.c for pcal 4.7.1 allow remote attackers
to execute arbitrary code via a crafted calendar file."
Partial patch from Debian. Bump PKGREVISION.
|