summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2006-01-13Make this compile on SunOS 5.x.is1-2/+2
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2006-01-05Remove duplicate entry from dependency list.hira2-11/+12
2006-01-05Fix installation error. Define AllTarget in Imakefile.hira2-5/+13
Tested on NetBSD/i386 3.0_STABLE.
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-4/+1
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-02Use flock on DragonFly.joerg2-1/+16
2006-01-02Fix errno. DragonFly support.joerg8-21/+100
2006-01-02Fix errno, use getprogname on DragonFly.joerg2-1/+17
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz4-7/+8
Bump BUILDLINK_RECOMMENDED.
2005-12-29add gchore to category makefilegarbled1-1/+2
2005-12-29Import gchore-1.0.garbled4-0/+28
Gchore is a simple tool that tracks your chores, and reminds you to do them on a daily basis. It is not a general todo list, it is better suited for repeating tasks, such as taking out the garbage on mondays.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg2-4/+4
of the shared libXm has changed.
2005-12-07Initialisation with stdout has to be done at runtime.joerg2-1/+24
2005-12-06Add DragonFly support.joerg1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig2-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig8-22/+21
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti4-6/+6
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti3-7/+12
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-08Explicitly pull in xpm rather than depending on the base X11 installtv1-2/+2
to supply it.
2005-11-07Removed the buildlink3.mkmartti1-18/+0
I got few private comments that one should not use buildlink3.mk but the standard DEPENDS statement because we do not link against libraries in this case.
2005-11-05Added buildlink3.mk for this package.martti1-0/+18
2005-11-03Fixed wrong use of WRKSRC.rillig4-11/+13
2005-10-23Added RCS Id to patch-ab.rillig2-2/+4
2005-10-22Accept python-2.4 too, from Geert Hendrickx in PR 31887.wiz1-2/+2
2005-10-16Update to 2.4.1: unknown changes.jmmv3-8/+12
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig3-7/+7
NO_BUILD, USE_LIBTOOL.
2005-09-22Do not install gtodo_tray.png, which is installed by time/gtodo.minskim4-6/+18
2005-09-22Do not install locale.alias since we never use the included gettext.minskim2-1/+15
2005-08-30Make sure this doesn't install the .orig info file created by diff too.reed2-16/+14
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam4-11/+8
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.
2005-08-10Remove a redundant directory.kristerw1-2/+1
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam12-15/+24
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz4-8/+8
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Added saytime to SUBDIRS.rillig1-1/+2
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
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.
2005-07-14Reset maintainer to tech-pkg, since email bounced.wiz1-2/+2
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam12-24/+24
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-08Make this compile on non-NetBSD systems by setting HOST_CC=CC instead ofkristerw1-3/+2
relying on bsd.sys.mk.
2005-07-07clean up some lintagc2-12/+10
2005-07-07forgot descriptionis1-0/+1
2005-07-07A talking clock, by Jef Poskanzer.is6-0/+126
2005-06-26Use gtkhtml36 rather than gtkhtml3. Bump PKGREVISION.jmmv3-4/+58
Idea from wiz@ to let us remove gtkhtml3.
2005-06-23Add and enable wmclockmon.minskim1-1/+2
2005-06-23Import wmclockmon from pkgsrc-wip. Packaged by Amadeus Stevenson.minskim6-0/+135
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.
2005-06-17Create directories before installing files into them.jlam11-13/+34