Index: head/mail/kiltdown/Makefile =================================================================== --- head/mail/kiltdown/Makefile (revision 71841) +++ head/mail/kiltdown/Makefile (revision 71842) @@ -1,42 +1,42 @@ # New ports collection makefile for: kiltdown # Date Created: 16 Jun 2001 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= kiltdown PORTVERSION= 0.8.045 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kiltdown MAINTAINER= dinoex@FreeBSD.org LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 USE_X_PREFIX= yes USE_QT_VER= 3 USE_GMAKE= yes MY_CONFIGURE_ARGS= -release MY_CONFIGURE_ARGS+= -qtinc ${X11BASE}/include -qtlib ${X11BASE}/lib MY_CONFIGURE_ARGS+= -dbinc ${LOCALBASE}/include/db3 -dblib ${LOCALBASE}/lib BUILD_ENV+= PATH=${PATH}:${X11BASE}/bin post-patch: @${MV} ${WRKSRC}/configs/bsd-generic ${WRKSRC}/configs/bsd-generic.sed ${SED} \ -e "s|SYS_CFLAGS=-pthread|SYS_CFLAGS=${PTHREAD_CFLAGS} ${CFLAGS}|" \ -e "s|SYS_LDFLAGS=-pthread|SYS_LDFLAGS=${PTHREAD_LIBS} ${LDFLAGS}|" \ ${WRKSRC}/configs/bsd-generic.sed \ > ${WRKSRC}/configs/bsd-generic do-configure: (cd ${CONFIGURE_WRKSRC} && \ ./${CONFIGURE_SCRIPT} ${MY_CONFIGURE_ARGS} ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kiltdown/kiltdown ${PREFIX}/bin/ .include Property changes on: head/mail/kiltdown/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/mail/kiltdown/files/patch-folderview.h =================================================================== --- head/mail/kiltdown/files/patch-folderview.h (nonexistent) +++ head/mail/kiltdown/files/patch-folderview.h (revision 71842) @@ -0,0 +1,11 @@ +--- kiltdown/folderview.h.orig Mon May 14 05:25:23 2001 ++++ kiltdown/folderview.h Wed Dec 25 11:40:29 2002 +@@ -118,7 +118,7 @@ + * All objects using Qt extensions such as slots and signals need this. + */ + Q_OBJECT +- friend AccountManager; ++ friend class AccountManager; + + public: + FolderView(QWidget *); Property changes on: head/mail/kiltdown/files/patch-folderview.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 Index: head/mail/kiltdown/files/patch-hoverbutton.cc =================================================================== --- head/mail/kiltdown/files/patch-hoverbutton.cc (nonexistent) +++ head/mail/kiltdown/files/patch-hoverbutton.cc (revision 71842) @@ -0,0 +1,20 @@ +--- kiltdown/hoverbutton.cc.orig Mon May 14 05:25:23 2001 ++++ kiltdown/hoverbutton.cc Wed Dec 25 12:29:01 2002 +@@ -28,7 +28,7 @@ + ( + const QString & text, + QWidget * parent, +- const char * name=0 ++ const char * name + ) : QPushButton(text, parent, name) + { + this->setFlat(true); +@@ -47,7 +47,7 @@ + const QIconSet & icon, + const QString & text, + QWidget * parent, +- const char * name=0 ++ const char * name + ) : QPushButton(icon, text, parent, name) + { + this->setFlat(true); Property changes on: head/mail/kiltdown/files/patch-hoverbutton.cc ___________________________________________________________________ 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 Index: head/mail/kiltdown/files/patch-tools-Makefile.in =================================================================== --- head/mail/kiltdown/files/patch-tools-Makefile.in (nonexistent) +++ head/mail/kiltdown/files/patch-tools-Makefile.in (revision 71842) @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig Mon May 14 05:25:23 2001 ++++ tools/Makefile.in Wed Dec 25 11:31:57 2002 +@@ -10,7 +10,7 @@ + $(CC) -o rescomp rescomp.c + + dlgstrip: dlgstrip.cc +- $(CC) -o dlgstrip dlgstrip.cc ++ $(CXX) -o dlgstrip dlgstrip.cc + + clean: + $(RM) -f rescomp core dlgstrip Property changes on: head/mail/kiltdown/files/patch-tools-Makefile.in ___________________________________________________________________ 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 Index: head/mail/kiltdown/files/patch-tools-dlgstrip.cc =================================================================== --- head/mail/kiltdown/files/patch-tools-dlgstrip.cc (nonexistent) +++ head/mail/kiltdown/files/patch-tools-dlgstrip.cc (revision 71842) @@ -0,0 +1,10 @@ +--- tools/dlgstrip.cc.orig Mon May 14 05:25:23 2001 ++++ tools/dlgstrip.cc Wed Dec 25 11:21:16 2002 +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + + /** + * DANGER!!! DANGER!!! DANGER!!! DANGER!!! DANGER!!! DANGER!!! DANGER!!! Property changes on: head/mail/kiltdown/files/patch-tools-dlgstrip.cc ___________________________________________________________________ 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