FreeBSD Bugzilla – Attachment 25589 Details for
Bug 43702
Update port: misc/qhacc to 2.4 (fix ports/42740)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.71 KB, created by
tkato
on 2002-10-05 10:40:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2002-10-05 10:40:06 UTC
Size:
2.71 KB
patch
obsolete
>diff -urN /usr/ports/misc/qhacc/Makefile misc/qhacc/Makefile >--- /usr/ports/misc/qhacc/Makefile Tue Sep 10 20:20:50 2002 >+++ misc/qhacc/Makefile Wed Oct 2 04:01:33 2002 >@@ -6,34 +6,34 @@ > # > > PORTNAME= qhacc >-PORTVERSION= 1.4 >+PORTVERSION= 2.4 > CATEGORIES= misc >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ >- ftp://ftp.ostrich-emulators.cx/qhacc/ >+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > >-MAINTAINER= kde@freebsd.org >+MAINTAINER= kde@FreeBSD.org > >-USE_REINPLACE= yes >-USE_QT_VER= 2 >+USE_QT_VER= 3 > USE_X_PREFIX= yes >+USE_REINPLACE= yes >+USE_GMAKE= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-qt-moc=${X11BASE}/bin \ >- --with-qt-libs=${X11BASE}/lib >+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_ARGS= --with-qt-moc=${QT_PREFIX}/bin \ >+ --with-qt-libs=${QT_PREFIX}/lib > > post-extract: > @${RM} -f ${WRKSRC}/src/moc_*.cpp > > pre-patch: >-.for file in configure src/Makefile.in >- @${REINPLACE_CMD} -e 's|/moc|/${MOC:T}|g ; \ >- s|-lqt|-l${QTNAME}|g ; \ >- s|-O2 -Wall|\@CXXFLAGS\@|g' ${WRKSRC}/${file} >-.endfor >+ @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure >+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ >+ 's|^CXXFLAGS =.*$$|CXXFLAGS = \@CXXFLAGS\@|g' > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/src/qhacc ${PREFIX}/bin > @${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/qm/*.qm ${DATADIR} > ${INSTALL_DATA} ${FILESDIR}/config ${DATADIR}/config.sample > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >diff -urN /usr/ports/misc/qhacc/distinfo misc/qhacc/distinfo >--- /usr/ports/misc/qhacc/distinfo Sun Dec 9 05:22:55 2001 >+++ misc/qhacc/distinfo Wed Oct 2 04:01:56 2002 >@@ -1 +1 @@ >-MD5 (qhacc-1.4.tar.gz) = 5cc9cb98286d44badedca3de77ee4c4c >+MD5 (qhacc-2.4.tar.gz) = 37a27b49e707e4656e47bed73c2c0c81 >diff -urN /usr/ports/misc/qhacc/files/patch-src::qhacctable.h misc/qhacc/files/patch-src::qhacctable.h >--- /usr/ports/misc/qhacc/files/patch-src::qhacctable.h Thu Jan 1 09:00:00 1970 >+++ misc/qhacc/files/patch-src::qhacctable.h Wed Oct 2 19:09:57 2002 >@@ -0,0 +1,15 @@ >+--- src/qhacctable.h.orig Sat Aug 17 13:19:35 2002 >++++ src/qhacctable.h Wed Oct 2 19:08:15 2002 >+@@ -26,9 +26,10 @@ >+ #include <qstring.h> >+ #include <qdatetime.h> >+ >+-class QFile; >++#include <fstream> >++using std::ostream; >+ >+-class ostream; >++class QFile; >+ >+ class QHaccTableIndex; >+ >diff -urN /usr/ports/misc/qhacc/pkg-plist misc/qhacc/pkg-plist >--- /usr/ports/misc/qhacc/pkg-plist Wed Aug 29 20:35:57 2001 >+++ misc/qhacc/pkg-plist Wed Sep 11 23:07:21 2002 >@@ -7,5 +7,6 @@ > %%PORTDOCS%%share/doc/qhacc/using.html > %%PORTDOCS%%share/doc/qhacc/primer.html > share/qhacc/config.sample >+share/qhacc/qhacc_es_ES.qm > @dirrm share/qhacc > %%PORTDOCS%%@dirrm share/doc/qhacc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 43702
: 25589