Index: head/x11/fluxbg/files/patch-src::fluxbgd.c =================================================================== --- head/x11/fluxbg/files/patch-src::fluxbgd.c (revision 90316) +++ head/x11/fluxbg/files/patch-src::fluxbgd.c (nonexistent) @@ -1,32 +0,0 @@ ---- src/fluxbgd.c.orig Tue Sep 30 20:40:39 2003 -+++ src/fluxbgd.c Tue Sep 30 20:42:40 2003 -@@ -91,13 +91,14 @@ - int main(int argc, char **argv) - { - -- int c; -+ int c, line_max, current_line, last_line; - int bOptionA = 0; - int bError = 0; - char * szInputFile = (char *) 0; - char * szInterval = (char *) 0; - char * eptr; /* seems not to be used */ - char * next_set[120]; /* maximum line size */ -+ char * sys_command; - /* TODO: next_set could be fixed to any length !*/ - - szCommand = argv[0]; -@@ -206,10 +207,9 @@ - PrintError("Could not open file"); - exit(EXIT_FAILURE); - } -- int line_max = 0; -- int current_line = 0; -- int last_line = 0; -- char *sys_command; -+ line_max = 0; -+ current_line = 0; -+ last_line = 0; - /* next while loop is checking how much lines are in the file */ - - while (fgets (next_set, sizeof(next_set), fp) != NULL) Property changes on: head/x11/fluxbg/files/patch-src::fluxbgd.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11/fluxbg/files/patch-src::fluxbg_conf.cc =================================================================== --- head/x11/fluxbg/files/patch-src::fluxbg_conf.cc (revision 90316) +++ head/x11/fluxbg/files/patch-src::fluxbg_conf.cc (nonexistent) @@ -1,28 +0,0 @@ ---- src/fluxbg_conf.cc.orig Sat Aug 9 12:00:29 2003 -+++ src/fluxbg_conf.cc Tue Sep 30 20:53:24 2003 -@@ -10,6 +10,8 @@ - #include - #include - #include -+#include -+#include - - - extern "C"{ -@@ -158,6 +160,16 @@ - BailOut(); - - if (try_access("/usr/local/bin/fbsetbg")==1) -+ BailOut(); -+ -+/* FreeBSD installs stuff in a Better Place [tm] -+ also, the fluxbox-devel port appends "-devel" to binary names */ -+ -+if (try_access("%%X11BASE%%/bin/fbsetbg-devel")==1) -+ BailOut(); -+if (try_access("%%X11BASE%%/bin/fbsetbg")==1) -+ BailOut(); -+if (try_access("%%X11BASE%%/bin/bsetbg")==1) - BailOut(); - - if (write_empty_conf()!=1) Property changes on: head/x11/fluxbg/files/patch-src::fluxbg_conf.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11/fluxbg/Makefile =================================================================== --- head/x11/fluxbg/Makefile (revision 90316) +++ head/x11/fluxbg/Makefile (revision 90317) @@ -1,33 +1,32 @@ # New ports collection makefile for: fluxbg # Date created: 30 September 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= fluxbg -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 -WRKSRC= ${WRKDIR}/${PORTNAME} +.if !exists(${X11BASE}/bin/bsetbg) && \ + !exists(${X11BASE}/bin/fbsetbg) && \ + !exists(${X11BASE}/bin/fbsetbg-devel) +RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox +.endif USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_GNOME= gnomehack gnometarget - -post-patch: - @${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" \ - ${WRKSRC}/src/fluxbg_conf.cc post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/x11/fluxbg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11/fluxbg/distinfo =================================================================== --- head/x11/fluxbg/distinfo (revision 90316) +++ head/x11/fluxbg/distinfo (revision 90317) @@ -1 +1 @@ -MD5 (fluxbg-0.6.tar.gz) = c94c05da0d86ad30aab44af420356c7b +MD5 (fluxbg-0.7.tar.gz) = 31ecc527ba937e78deebca49a5f93275 Property changes on: head/x11/fluxbg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11/fluxbg/pkg-message =================================================================== --- head/x11/fluxbg/pkg-message (revision 90316) +++ head/x11/fluxbg/pkg-message (revision 90317) @@ -1,8 +1,5 @@ -Before you can use fluxbg, you must first run fluxbg_conf. - -Before you can use fluxbg_conf, you must first install boxtools, -fluxbox, or fluxbox-devel. +You must run fluxbg_conf before you can use fluxbg! Property changes on: head/x11/fluxbg/pkg-message ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property