Index: head/editors/cooledit/Makefile =================================================================== --- head/editors/cooledit/Makefile (revision 202511) +++ head/editors/cooledit/Makefile (revision 202512) @@ -1,47 +1,41 @@ # New ports collection makefile for: cooledit # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # PORTNAME= cooledit PORTVERSION= 3.17.17 PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X/cooledit MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor USE_AUTOTOOLS= libtool:15 USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes MAN1= cooledit.1 coolman.1 smalledit.1 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DHAVE_MBRTOWC .if defined(WITH_NEXT_LOOK) CONFIGURE_ARGS+= --enable-NeXT-look .endif -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in -.include +.include Property changes on: head/editors/cooledit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/editors/cooledit/files/patch-widget-coollocal.h =================================================================== --- head/editors/cooledit/files/patch-widget-coollocal.h (nonexistent) +++ head/editors/cooledit/files/patch-widget-coollocal.h (revision 202512) @@ -0,0 +1,10 @@ +--- widget/coollocal.h.orig 2007-11-02 00:37:50.000000000 +0100 ++++ widget/coollocal.h 2007-11-02 00:45:22.000000000 +0100 +@@ -49,7 +49,6 @@ + int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent); + void drawstring_xy (Window win, int x, int y, const char *text); + void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey); +-int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent); + void process_external_focus (Window win, int type); + void focus_window (Window win); + void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton); Property changes on: head/editors/cooledit/files/patch-widget-coollocal.h ___________________________________________________________________ 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