Index: head/mail/kiltdown/Makefile =================================================================== --- head/mail/kiltdown/Makefile (revision 135449) +++ head/mail/kiltdown/Makefile (revision 135450) @@ -1,50 +1,44 @@ # 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= 8 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kiltdown MAINTAINER= ports@FreeBSD.org COMMENT= Kiltdown is an UI independant Email Client for UNIX LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 PLIST_FILES= bin/kiltdown 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 - -.if ${OSVERSION} >= 502122 -BROKEN= gcc34: no match for operator== -.endif - -.include +.include Property changes on: head/mail/kiltdown/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/mail/kiltdown/files/patch-mailviewer.cc =================================================================== --- head/mail/kiltdown/files/patch-mailviewer.cc (nonexistent) +++ head/mail/kiltdown/files/patch-mailviewer.cc (revision 135450) @@ -0,0 +1,21 @@ +--- kiltdown/mailviewer.cc.orig Sun May 15 22:29:50 2005 ++++ kiltdown/mailviewer.cc Sun May 15 22:28:00 2005 +@@ -950,13 +950,13 @@ void MailViewer::layoutComponents() + ? ID_LOW_PRIORITY_TEXT + : ID_HIGH_PRIORITY_TEXT); + if (pstr) { +- QPixmap p(p == LowPriority ? lowpriIcon : priorityhdrIcon); +- priorityPixLabel->setPixmap(p); +- priorityPixLabel->setGeometry(4, top, p.width() + 1, ctlHeight); ++ QPixmap qp(p == LowPriority ? lowpriIcon : priorityhdrIcon); ++ priorityPixLabel->setPixmap(qp); ++ priorityPixLabel->setGeometry(4, top, qp.width() + 1, ctlHeight); + priorityLabel->setText(pstr); + localFree(pstr); +- priorityLabel->setGeometry(p.width() + 5, top, +- this->width() - p.width() - 13, ++ priorityLabel->setGeometry(qp.width() + 5, top, ++ this->width() - qp.width() - 13, + ctlHeight); + top += ctlHeight + 5; + priorityPixLabel->show(); Property changes on: head/mail/kiltdown/files/patch-mailviewer.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