FreeBSD Bugzilla – Attachment 83644 Details for
Bug 119457
update textproc/qstardict
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.88 KB, created by
Max Brazhnikov
on 2008-01-08 15:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2008-01-08 15:50:00 UTC
Size:
2.88 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/qstardict/Makefile /home/makc/porting/ports/textproc/qstardict/Makefile >--- /usr/ports/textproc/qstardict/Makefile 2007-12-15 03:04:47.000000000 +0300 >+++ /home/makc/porting/ports/textproc/qstardict/Makefile 2007-11-19 01:40:33.000000000 +0300 >@@ -2,12 +2,11 @@ > # Date created: 12 Jul 2007 > # Whom: Yinghong.Liu <relaxbsd@gmail.com> > # >-# $FreeBSD: ports/textproc/qstardict/Makefile,v 1.4 2007/12/15 00:04:47 pav Exp $ >+# $FreeBSD: ports/textproc/qstardict/Makefile,v 1.3 2007/08/11 09:17:11 rafan Exp $ > # > > PORTNAME= qstardict >-PORTVERSION= 0.05 >-PORTREVISION= 1 >+PORTVERSION= 0.08 > CATEGORIES= textproc > MASTER_SITES= http://qstardict.ylsoftware.com/files/ \ > ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ >@@ -23,6 +22,20 @@ > > PORTDOCS= AUTHORS COPYNG ChangeLog INSTALL README THANKS > >+OPTIONS= DBUS "Enable D-BUS support" on >+ >+.include <bsd.port.pre.mk> >+.if defined(WITHOUT_NLS) >+QMAKE_ARGS+= NO_TRANSLATIONS=1 >+.endif >+ >+.if defined(WITHOUT_DBUS) >+QMAKE_ARGS+= NO_DBUS=1 >+.else >+#QMAKE_ARGS+= "CONFIG+=qdbus" >+LIB_DEPENDS+= QtDBus.4:${PORTSDIR}/devel/dbus-qt4 >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e "s|/usr|${PREFIX}|g" \ > ${WRKSRC}/qstardict.pro >@@ -30,7 +43,7 @@ > ${WRKSRC}/src/dictcore.cpp > > post-configure: >- @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} >+ cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} > > post-install: > .if !defined(NOPORTDOCS) >@@ -41,4 +54,4 @@ > .endif > @${CAT} ${PKGMESSAGE} > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff -ruN --exclude=CVS /usr/ports/textproc/qstardict/distinfo /home/makc/porting/ports/textproc/qstardict/distinfo >--- /usr/ports/textproc/qstardict/distinfo 2007-07-30 22:14:06.000000000 +0400 >+++ /home/makc/porting/ports/textproc/qstardict/distinfo 2007-11-19 01:33:16.000000000 +0300 >@@ -1,3 +1,3 @@ >-MD5 (qstardict-0.05.tar.bz2) = 9ace1928edcc808f3c4b9a827e050a39 >-SHA256 (qstardict-0.05.tar.bz2) = 9a54124ed97f01af780430f124937afe680509cfa5a02677fb98c0080b3f08ac >-SIZE (qstardict-0.05.tar.bz2) = 170500 >+MD5 (qstardict-0.08.tar.bz2) = f3bbb1ab807a3558615fcb36e2824260 >+SHA256 (qstardict-0.08.tar.bz2) = b33a93f4c7b85997e50bd161035c783e134438bc741ead7325f762d737e96e1b >+SIZE (qstardict-0.08.tar.bz2) = 184903 >diff -ruN --exclude=CVS /usr/ports/textproc/qstardict/files/patch-qstardict.pro /home/makc/porting/ports/textproc/qstardict/files/patch-qstardict.pro >--- /usr/ports/textproc/qstardict/files/patch-qstardict.pro 1970-01-01 03:00:00.000000000 +0300 >+++ /home/makc/porting/ports/textproc/qstardict/files/patch-qstardict.pro 2007-11-19 01:48:17.000000000 +0300 >@@ -0,0 +1,10 @@ >+--- ./qstardict.pro.orig 2007-11-11 16:32:55.000000000 +0300 >++++ ./qstardict.pro 2007-11-19 01:48:14.000000000 +0300 >+@@ -5,7 +5,6 @@ >+ VERSION = 0.08 >+ DEFINES += QSTARDICT_VERSION=\\\"$$VERSION\\\" >+ >+-unix:isEmpty(NO_DBUS):!contains(QT_CONFIG, qdbus): NO_DBUS = 1 >+ >+ QT = \ >+ gui \
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 119457
: 83644