Index: head/x11-wm/ctwm/Makefile =================================================================== --- head/x11-wm/ctwm/Makefile (revision 288861) +++ head/x11-wm/ctwm/Makefile (revision 288862) @@ -1,30 +1,31 @@ # New ports collection makefile for: ctwm # Date created: 13 November 1994 # Whom: torstenb # # $FreeBSD$ # PORTNAME= ctwm PORTVERSION= 3.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://ctwm.free.lp.se/dist/ \ http://distfiles.over-yonder.net/ctwm/ MAINTAINER= fullermd@over-yonder.net COMMENT= An extension to twm, with support for multiple virtual screens, etc LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg USE_IMAKE= yes USE_XORG= xpm xmu MAN1= ctwm.1 .include pre-configure: ${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local ${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local .include Property changes on: head/x11-wm/ctwm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.52 \ No newline at end of property +1.53 \ No newline at end of property Index: head/x11-wm/ctwm/files/patch-util.c =================================================================== --- head/x11-wm/ctwm/files/patch-util.c (nonexistent) +++ head/x11-wm/ctwm/files/patch-util.c (revision 288862) @@ -0,0 +1,11 @@ +--- util.c.orig 2012-01-08 16:51:48.245308175 -0600 ++++ util.c 2012-01-08 16:51:52.168309618 -0600 +@@ -3941,7 +3941,7 @@ + #ifdef JPEG + + unsigned short int *buffer_16bpp; +-long *buffer_32bpp; ++uint32_t *buffer_32bpp; + + static void convert_for_16 (int w, int x, int y, int r, int g, int b) { + buffer_16bpp [y * w + x] = ((r >> 3) << 11) + ((g >> 2) << 5) + (b >> 3); Property changes on: head/x11-wm/ctwm/files/patch-util.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property