1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add better xscreensaver support. [1]

I don't use xscreensaver, so I haven't tested it, but the patch compiles
  just fine and doesn't break the normal operation.
- Remove comment about GNOME support in the port Makefile, we don't need
  it anymore.

PR:     55772 [1]
Submitted by:   Zahemszky Gábor <Gabor@zahemszky.hu> [1]
This commit is contained in:
Alexander Leidinger 2003-09-03 21:29:30 +00:00
parent 8c4b61af8f
commit fc3d335434
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88455
2 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= chbg PORTNAME= chbg
PORTVERSION= 1.5 PORTVERSION= 1.5
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= graphics gnome CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.idata.sk/~ondrej/sw/ http://www.idata.sk/~ondrej/sw/
@ -17,7 +17,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= netchild@FreeBSD.org MAINTAINER= netchild@FreeBSD.org
COMMENT= Change Background Picture with time period COMMENT= Change Background Picture with time period
# GNOME parts aren't prefix safe, they install into "gnome-config --prefix"
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GNOME= gdkpixbuf USE_GNOME= gdkpixbuf
USE_GMAKE= yes USE_GMAKE= yes

View File

@ -0,0 +1,12 @@
*** src/options.h.orig Tue Aug 19 22:51:46 2003
--- src/options.h Tue Aug 19 22:46:51 2003
*************** option_t chbg_opts[] = {
*** 118,123 ****
--- 118,124 ----
{CHBG_OPT_PATTERN, "-pattern", "Pattern:", 1},
{CHBG_OPT_INWINDOW, "-inwindow", "InWindow:", 0},
{CHBG_OPT_WINDOWID, "-windowid", NULL, 1},
+ {CHBG_OPT_WINDOWID, "-window-id", NULL, 1},
{CHBG_OPT_RUN, "-run", NULL, 0},
{CHBG_OPT_MIN_PSIZE, "-min_psize", "MinPictureSize:", 1},
{CHBG_OPT_DEFFECTS, "-deffects", "DisabledEffects:", 1},