Commit graph

162 commits

Author SHA1 Message Date
wiz
04412ee46f Unconditionally disable kerberos on FreeBSD.
Per Michal Pasternak on tech-pkg, xscreensaver only
supports kerberos 4 and FreeBSD only provides kerberos 5.
2004-03-17 19:36:59 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
3b69bf10ca bl3ify 2004-02-26 17:31:40 +00:00
jmmv
35c706928e Avoid passing C89 options when calling the compiler, as they trigger some
errors that break the build.
2004-02-26 16:42:39 +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
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
xtraeme
553d3e0295 oops, it's "de" not "es". 2004-02-02 23:56:03 +00:00
xtraeme
b377295bfe Some gettext catalogs were not installed in FreeBSD, so use
PLIST_SUBST to disable them for now.
2004-02-02 23:55:00 +00:00
jlam
320f4658bf bl3ify 2004-02-01 10:48:46 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
kristerw
40e1f426ee Add build dependency on perl. 2004-01-27 18:56:23 +00:00
kristerw
84c60bccbc Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-24 20:14:56 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
808d1053a8 This needs gettext-lib (fixes installation on NetBSD 1.5). 2003-12-28 12:47:09 +00:00
jmmv
55a2d759f7 Fix build with XFree 3.x. Closes PR pkg/23905 by Richard Liang. 2003-12-28 12:18:24 +00:00
fredb
3d3a328997 Disable PAM unconditionally, as discussed briefly on tech-pkg, as the PAM
support is currently broken on FreeBSD, at least. Closes PR pkg/23843.
2003-12-27 18:43:13 +00:00
sketch
446a23ab6e Check for GCC using CC_VERSION rather than _CC_IS_GCC, as the latter is
not defined when building with USE_SUNPRO, breaking the build.
2003-12-19 18:21:03 +00:00
atatat
e10da302d3 Make the password dialogue banner display the netbsd PKGREVISION
number, if there was one (which, of course, makes me bump PKGREVISION
to 1 for all three xscreensaver pkgs (are we really supposed to bump
PKGREVISION for each pkg individually?)).  This eliminates the
confusion where pkg_info says version "4.14nb1" is installed, yet the
dialogue says it's onlu version "4.14".

Also, fix the conflicts for the screensaver pkg so that it properly
conflicts with xscreensaver-gnome<4.14 (not <1.14).
2003-12-18 13:49:17 +00:00
tron
f1eabaaa25 Fix bad variable initialization which broke the build of the
"xscreensaver-gnome" and "xscreensaver-demo" packages.
2003-12-16 07:08:10 +00:00
seb
5dc44c8cb5 Trick configure a bit more into thinking perl is really available. 2003-12-14 23:56:58 +00:00
jmmv
211a0edafb Update to 4.14. While here, change xscreensaver to not install the
xscreensaver-demo program (which requires GTK).  This is done to allow
xscreensaver coexist with xscreensaver-gnome, and to avoid a dependancy
on GTK when installing kdeartwork3.

Changes since 4.13:
* New hacks, `fontglide', `apple2', `xanalogtv', `pong',
  `gleidescope', `mirrorblob', and `blinkbox'.
* New version of `glsnake' (with many more models.)
* Another Windows crash in `bsod'; also HVX/GCOS6/TPS6.
* New version of `endgame'.
* Screen grabbing works on MacOS X.
* Various minor fixes.

Ok'ed by wiz@.
2003-12-13 19:22:12 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
fredb
461bb9edaa Excise "mkpatches" vs. USE_PKGLOCALEDIR fallout (caught by Thomas Klausner). 2003-11-14 15:25:16 +00:00
fredb
c248c49eeb Make the gnome1 control-center applet work again:
- The demo now needs --crapplet to run properly in the control-center
  (undoubtedly, short for "control-center applet"). ;-)

- There's no need to haphazardly install the gnome2 applet into the gnome1
  directories, as the package gnome2 control-center will presumably use
  the directories designated for it.
2003-11-14 15:05:09 +00:00
fredb
02b987d615 Many of the "hacks" aren't ready for strict aliasing, so turn it off. 2003-11-14 14:58:15 +00:00
martti
ae88cb4784 Both xscreensaver and xscreensaver-gnome are okay as dependency 2003-10-07 09:43:30 +00:00
mycroft
c518941ec1 Slightly klugy fix for building with Kerberos support. 2003-09-30 21:01:08 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
wiz
d2e8152d76 Take over maintainership. 2003-09-08 12:15:41 +00:00
wiz
3eab55ba5f Update to 4.13:
4.13
* On Xinerama systems, xscreensaver now runs one hack on each
  monitor (just like in ``real'' multi-head mode) instead of running
  one hack stretching across all the screens. Note that for this to
  work with any 3rd party screensavers, they must update their
  ``vroot.h'' file.
* webcollage and vidwhacker display images using xscreensaver-getimage now.
* Added ljlatest script for use with starwars and phosphor.
4.12
* New GL hacks, flipflop, antspotlight, and polytopes.
* Added VMS to bsod.
* Compile without warnings in ``gcc -pedantic''.
* Updates to webcollage and queens.
* Fixed a bug that could cause PAM to hang.
2003-09-08 12:11:14 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
martti
238931c199 Initial version 2003-07-14 11:45:02 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
1a898aa460 Update to 4.11:
* New hacks, `hypertorus', `cubestorm', `glknots', `blocktube',
  and `glmatrix'.
* Updates to `cloudlife', `engine', `xmatrix', and `sonar'.
* Rewrote `glslideshow': it should work on somewhat wimpier
  video cards now.
* Various portability tweaks.
2003-06-24 10:22:46 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
wiz
7bbdb8bd43 Update to 4.10:
Changes since 4.09:   * New hacks, `cloudlife' and `klein'.
                      * Added Apple ][+, HPUX, and OS/390 sessions to BSOD.
                      * Added some Matrix Reloaded text to `xmatrix'.
                      * Updates to `webcollage', `eruption', `jigglypuff',
                        `metaballs', and `endgame'.
                      * Completely ignore the `memoryLimit' setting now.
2003-05-23 09:39:52 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
90e4c05bf0 Update to 4.09:
* New hacks, flyingtoasters, bouncingcow, jigglypuff, and glslideshow.
* More models in engine.
* Rewrote xscreensaver-getimage to remove reliance on external image loaders
  (xv, chbg, xloadimage, etc.) and to reduce flicker when loading files.
* Made gflux and flipscreen3d be mouse-spinnable.
2003-03-25 10:38:00 +00:00
wiz
521bbddf35 Add two files that were left over when I last deinstalled this package. 2003-03-11 22:37:18 +00:00
mycroft
3898ad8bcc Update to xscreensaver 4.08.
Changes since 4.07:   * New hacks, `atunnels' and `piecewise'.
                      * Physics improvement in `fluidballs'.
                      * Various fixes for XDarwin systems (X11 on MacOS X.)
                      * Added -clock option to `barcode'.
                      * Minor fixes to `endgame', `flurry', `flipscreen3d',
                        and `gflux'.
2003-02-21 22:05:01 +00:00
wiz
54527d1699 Update to 4.07:
* New hacks, `flurry', `metaballs', `eruption', `popsquares', and `barcode'.
* Minor updates to `maze' for high density mazes.
* Added double buffering to `fluidballs' and `whirlygig'.
* Bug fixes for running xscreensaver to a remote XFree86 display
  (which nobody would ever do...)
* Updated `webcollage' (faster Alta Vista searching.)
* Updated `glplanet' so the sun sets in the west.
* Updated `sproingies' with smooth, unsegmented surfaces.
* Fixed Perl version-sensitivity in `xscreensaver-getimage-file'.
* Fixed GTK2 scrolling bug in `xscreensaver-demo'.
2003-02-15 10:48:26 +00:00
markd
bcefd3e5b1 s/USE_X11/USE_X11BASE/, and bump PKGREVISION
so that app-defaults and gnome control center files end up where expected.
After discussion with wiz and atatat.
2003-02-11 11:24:09 +00:00
cjep
9f6bc9c626 USE_PKGLOCALEDIR=yes 2003-01-10 08:00:02 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
salo
38083d0c76 Set reasonable GNOME_DATADIR, otherwise files get installed to /share.
Addresses PR pkg/19331 by Richard Rauch, also seen in latest Hubert's bulk
builds.
2002-12-14 02:34:03 +00:00
wiz
336c9841e2 s/USE_X11BASE/USE_X11/, and bump PKGREVISION.
Fixes package on systems that _do not_ use xpkgwedge.
Problem reported and fix tested by atatat.
2002-11-06 11:11:38 +00:00