Index: head/misc/wmcalendar/Makefile =================================================================== --- head/misc/wmcalendar/Makefile (revision 490562) +++ head/misc/wmcalendar/Makefile (revision 490563) @@ -1,37 +1,37 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= misc windowmaker MASTER_SITES= SF MAINTAINER= xride@FreeBSD.org COMMENT= Dockable calendar with interface to iCalendar based calendars LIB_DEPENDS= libical.so:devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src USES= pkgconfig USE_XORG= xpm USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" \ LFLAGS="`pkg-config --libs gtk+-2.0` -L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS}" \ INCDIR="`pkg-config --cflags gtk+-2.0` -I${LOCALBASE}/include" \ LIBDIR="" \ LIBS="-lical -lX11 -lXext -lXpm -lm" PLIST_FILES= bin/wmCalendar man/man1/wmCalendar.1.gz post-patch: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ -e 's#/usr/X11R6#${LOCALBASE}#g' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmCalendar.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/misc/wmcalendar/files/patch-wmCalendar.c =================================================================== --- head/misc/wmcalendar/files/patch-wmCalendar.c (nonexistent) +++ head/misc/wmcalendar/files/patch-wmCalendar.c (revision 490563) @@ -0,0 +1,11 @@ +--- wmCalendar.c.orig 2006-09-15 09:53:37 UTC ++++ wmCalendar.c +@@ -71,7 +71,7 @@ void initValues(){ + for(i = 0; i < 12; ++i) + for( j = 0; j < 6; ++j) + xdMonth[j][i] = xeMonth[j][i] - xsMonth[j][i] + 1; +- for(i = 0; i < 12; ++i) ++ for(i = 0; i < 10; ++i) + for( j = 0; j < 2; ++j) + xdYear[j][i] = xeYear[j][i] - xsYear[j][i] + 1; + for(i = 0; i < MAXBUTTON; ++i) Property changes on: head/misc/wmcalendar/files/patch-wmCalendar.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property