FreeBSD Bugzilla – Attachment 79790 Details for
Bug 114577
maintainer update: emulators/qtemu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.77 KB, created by
Max Brazhnikov
on 2007-07-14 10:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2007-07-14 10:40:02 UTC
Size:
3.77 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/emulators/qtemu/Makefile /home/makc/porting/ports/emulators/qtemu/Makefile >--- /usr/ports/emulators/qtemu/Makefile Mon Jul 2 07:33:10 2007 >+++ /home/makc/porting/ports/emulators/qtemu/Makefile Sat Jul 14 13:03:31 2007 >@@ -6,15 +6,13 @@ > # > > PORTNAME= qtemu >-PORTVERSION= 1.0.3 >+PORTVERSION= 1.0.4 > CATEGORIES= emulators > MASTER_SITES= SF > > MAINTAINER= makc@issp.ac.ru > COMMENT= A Qt4 front-end to Qemu > >-WRKSRC= ${WRKDIR}/${PORTNAME} >- > USE_BZIP2= yes > USE_QT_VER= 4 > QT_COMPONENTS= gui xml uic moc qmake rcc >@@ -29,23 +27,20 @@ > .if !defined(WITHOUT_NLS) > #QT_COMPONENTS+= linguist > BUILD_DEPENDS+= ${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist >-QTI_LANG= cz de es ru tr > PLIST_SUB+= NLS="" > .else > PLIST_SUB+= NLS="@comment " > .endif > > do-configure: >- (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE}) >+ (cd ${WRKSRC} && ${LOCALBASE}/bin/lrelease-qt4 -verbose qtemu.pro \ >+ && ${SETENV} ${CONFIGURE_ENV} ${QMAKE}) > > post-configure: > @${REINPLACE_CMD} -e \ > 's|^CC .*|CC=${CC}|; \ > s|^CXX .*|CXX=${CXX}|; \ >- s|^LINK .*|LINK=${CXX}|; \ >- s|-pipe||; \ >- s|^\(CFLAGS .*= \)|\1${CFLAGS}|; \ >- s|^\(CXXFLAGS = \)|\1${CXXFLAGS}|' \ >+ s|^LINK .*|LINK=${CXX}|' \ > ${WRKSRC}/Makefile > > do-install: >diff -ruN --exclude=CVS /usr/ports/emulators/qtemu/distinfo /home/makc/porting/ports/emulators/qtemu/distinfo >--- /usr/ports/emulators/qtemu/distinfo Mon Jul 2 07:33:10 2007 >+++ /home/makc/porting/ports/emulators/qtemu/distinfo Sat Jul 14 12:45:37 2007 >@@ -1,3 +1,3 @@ >-MD5 (qtemu-1.0.3.tar.bz2) = 44560abe5b1df47f8ff6050d5864f453 >-SHA256 (qtemu-1.0.3.tar.bz2) = b6db89fc88aced4453d17c0e52033846de72f36da16e9ff6659afb3397c959df >-SIZE (qtemu-1.0.3.tar.bz2) = 495051 >+MD5 (qtemu-1.0.4.tar.bz2) = 4a29e0233c8b420b9581de68c6e0e93b >+SHA256 (qtemu-1.0.4.tar.bz2) = 51b230e9db005602b9c1c5a38c81999861d3fc0ab46f81311abf32bb61e07741 >+SIZE (qtemu-1.0.4.tar.bz2) = 542624 >diff -ruN --exclude=CVS /usr/ports/emulators/qtemu/files/patch-qtemu.pro /home/makc/porting/ports/emulators/qtemu/files/patch-qtemu.pro >--- /usr/ports/emulators/qtemu/files/patch-qtemu.pro Mon Jul 2 07:33:11 2007 >+++ /home/makc/porting/ports/emulators/qtemu/files/patch-qtemu.pro Sat Jul 14 12:59:13 2007 >@@ -1,19 +1,17 @@ >---- ./qtemu.pro.orig Mon Mar 19 15:56:21 2007 >-+++ ./qtemu.pro Tue Jun 12 13:17:03 2007 >-@@ -21,10 +21,12 @@ >+--- ./qtemu.pro.orig Sat Jul 14 01:37:06 2007 >++++ ./qtemu.pro Sat Jul 14 12:59:09 2007 >+@@ -21,7 +21,7 @@ > RC_FILE = qtemu.rc > } > TEMPLATE = app > -TRANSLATIONS = translations/template_qtemu.ts \ >-- translations/qtemu_de.ts \ >-+TRANSLATIONS = translations/qtemu_de.ts \ >++TRANSLATIONS = \ >+ translations/qtemu_de.ts \ > translations/qtemu_tr.ts \ > translations/qtemu_ru.ts \ >- translations/qtemu_cz.ts \ >+@@ -29,4 +29,4 @@ >+ translations/qtemu_fr.ts \ >+ translations/qtemu_it.ts \ > translations/qtemu_es.ts > -CONFIG += debug_and_release > +CONFIG += release >-+ >-+system($$(LOCALBASE)/bin/lupdate-qt4 -verbose qtemu.pro) >-+system($$(LOCALBASE)/bin/lrelease-qt4 -verbose qtemu.pro) >-\ No newline at end of file >diff -ruN --exclude=CVS /usr/ports/emulators/qtemu/pkg-plist /home/makc/porting/ports/emulators/qtemu/pkg-plist >--- /usr/ports/emulators/qtemu/pkg-plist Mon Jul 2 07:33:10 2007 >+++ /home/makc/porting/ports/emulators/qtemu/pkg-plist Sat Jul 14 13:12:17 2007 >@@ -36,9 +36,11 @@ > %%NLS%%%%DATADIR%%/translations/qtemu_cz.qm > %%NLS%%%%DATADIR%%/translations/qtemu_de.qm > %%NLS%%%%DATADIR%%/translations/qtemu_es.qm >+%%NLS%%%%DATADIR%%/translations/qtemu_fr.qm >+%%NLS%%%%DATADIR%%/translations/qtemu_it.qm > %%NLS%%%%DATADIR%%/translations/qtemu_ru.qm > %%NLS%%%%DATADIR%%/translations/qtemu_tr.qm > %%NLS%%@dirrm %%DATADIR%%/translations >-%%NLS%%@dirrm share/qtemu >+%%NLS%%@dirrm %%DATADIR%% > %%PORTDOCS%%@dirrm %%DOCSDIR%%/de > %%PORTDOCS%%@dirrm %%DOCSDIR%%
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 114577
: 79790