Commit graph

290 commits

Author SHA1 Message Date
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
wiz
270e4a71d2 Reset maintainer to tech-pkg@ (from ad@, since he is not working on them
any longer).
2004-05-07 11:54:35 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
snj
3effa92ac3 Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-25 04:52:18 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
minskim
1dfddfd72e Remove trailing space from the X resource file, so that it can be
parsed correctly.  Patch provided by Juha Hyttinen in PR pkg/23792.
2004-04-20 19:41:35 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
snj
d0ab6651d7 Convert to buildlink3. 2004-04-11 20:42:28 +00:00
snj
fd716e2bad Convert to buildlink3. 2004-04-11 20:40:15 +00:00
salo
e543b821e2 Remove brace from HOMEPAGE. (hi jmmv!) 2004-04-11 18:02:24 +00:00
snj
e1cf81b5a0 Convert to buildlink3. 2004-04-11 17:13:36 +00:00
snj
5ead05bc41 Convert to buildlink3. 2004-04-11 17:07:25 +00:00
snj
043b753096 Convert to buildlink3. 2004-04-11 16:58:18 +00:00
snj
36763a9710 Convert to buildlink3. 2004-04-11 16:54:27 +00:00
snj
e1873bc7ea Convert to buildlink3. 2004-04-11 16:53:13 +00:00
snj
0f4bb4248b Convert to buildlink3. 2004-04-11 16:43:08 +00:00
snj
cd4da8621c Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-11 16:40:10 +00:00
snj
122449851a Convert to buildlink3. 2004-04-11 16:37:54 +00:00
snj
c48a6be67f Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-11 16:35:43 +00:00
jmmv
c7a17bf9fe Add and enable anacron. 2004-04-11 11:34:55 +00:00
jmmv
83a73b70ea Initial import of anacron, version 2.3:
Anacron is a periodic command scheduler.  It executes commands at intervals
specified in days.  Unlike cron, it does not assume that the system is running
continuously.  It can therefore be used to control the execution of daily,
weekly and monthly jobs (or anything with a period of n days), on systems that
do not run 24 hours a day.  When installed and configured properly, Anacron
will make sure that the commands are run at the specified intervals as closely
as machine-uptime permits.
2004-04-11 11:33:46 +00:00
snj
6750f6e0a6 Convert to buildlink3. 2004-04-11 09:30:37 +00:00
snj
13e38658ae Convert to buildlink3 and simplify by using CPPFLAGS.SunOS. 2004-04-11 09:28:20 +00:00
snj
fb9e8401e3 Convert to buildlink3. 2004-04-11 09:23:06 +00:00
snj
344962001d Convert to buildlink3. 2004-04-11 09:13:00 +00:00
minskim
fb136abbc4 Switch to Tcl/Tk 8.4, bl3ify, and enable pkgviews installation.
Bump PKGREVISION due to Tcl/Tk dependency changes.
2004-04-01 00:52:39 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
bouyer
391e366497 These packages use c++, so add USE_LANGUAGES= c c++ 2004-03-19 08:34:01 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
heinz
0a3c4fed7b Update to 1.56
It's no longer in category 'devel'.
PERL5_CONFIGURE is already the default if we include module.mk.
No more pre-configure necessary, the maintainer integrated the reported
fix for Solaris.

Relevant changes since 1.52
===========================

1.56
	- Give a clearer message if the tests timeout (perl change #22253)
	- Don't use /tmp or its moral equivalents (perl bug #15036,
	  perl change #22258)
1.55
	- Windows: ming32 patch from Mike Pomraning (use Perl's Const64()
	  instead of VC-specific i64 suffix)
1.54
	- Solaris: like Tru64 (dec_osf) also Solaris need -lrt for nanosleep
1.53
	- Windows: higher resolution time() by using the Windows
	  performance counter API, from Jan Dubois and Anton Shcherbinin.
	  The exact new higher resolution depends on the hardware,
	  but it should be quite a bit better than using the basic
	  Windows timers.
2004-03-12 19:50:37 +00:00
seb
9775ab9db7 Remove info files entries from PLIST. 2004-03-11 14:13:58 +00:00
jmmv
9607222901 Fix some C99-isms to let this build under 1.6.2. 2004-03-10 20:14:03 +00:00
jmmv
3f40c57c89 Fix some C99-isms to let this build under 1.6.2. 2004-03-10 19:31:06 +00:00
jmmv
b4be79903c Add and enable gtodo and gtodo-applet. 2004-03-10 19:22:50 +00:00
jmmv
b624fc2f67 Initial import of gtodo-applet, version 0.1:
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.
2004-03-10 19:22:10 +00:00
jmmv
58af907e9b Initial import of gtodo, version 0.14:
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.
2004-03-10 19:20:45 +00:00
jmmv
6c97ebbada Update MASTER_SITES and HOMEPAGE; the program is no longer hosted at SF.net. 2004-03-10 18:28:51 +00:00
martti
da2428b947 File removed, we are now using buildlink3 2004-03-10 15:40:03 +00:00
xtraeme
6f080fa7de bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade. 2004-03-10 11:59:31 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
minskim
c0db1825dc Update gdeskcal to 0.57.
Changes since 0.55:
- Full compatibility with GTK 2.4
- Uses EWMH window flags if gDesklets is installed
- Integrated patch for event locations by Priit Laes (thanks, Priit!)
- Fixed endless loop bug (thanks to Inigo Serna for locating the bug),
  aka Debian bug #221406
- Fixed slash and ampersand bugs in event summaries, aka Debian bugs #216064
  and #217697
2004-03-05 03:30:35 +00:00
recht
fac10eb31c D'oh! Fix typo: Only add the dir not the actual header.. 2004-03-04 15:02:59 +00:00
recht
a5a1814f47 add path to mxDateTime's headers to BUILDLINK_INCDIRS 2004-03-04 14:50:18 +00:00
recht
340ff066b7 bl3ify
Patch provided by Michal Pasternak in PR 24664 (with fixes by me).
2004-03-04 11:11:30 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
lukem
984fbac7c0 Prevent error dialog when the cursor has disappeared whilst displaying
a popup `tip', as can happen when running x11/unclutter and leave the
mouse over an item with a tip; the tip is displayed, the mouse hides,
and now pck-timer doesn't barf when the mouse reappears.
Fix from Ben Elliston, who knows much more tcl than I do.
2004-02-15 23:24:36 +00:00