FreeBSD Bugzilla – Attachment 75942 Details for
Bug 109585
[PATCH] databases/flamerobin: update to 0.7.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
flamerobin.patch
flamerobin.patch (text/x-patch), 3.00 KB, created by
Denis Barov
on 2007-02-27 14:45:03 UTC
(
hide
)
Description:
flamerobin.patch
Filename:
MIME Type:
Creator:
Denis Barov
Created:
2007-02-27 14:45:03 UTC
Size:
3.00 KB
patch
obsolete
>diff -urN Makefile.orig Makefile >--- Makefile.orig Tue Nov 14 21:03:41 2006 >+++ Makefile Tue Feb 27 16:30:28 2007 >@@ -6,7 +6,7 @@ > # > > PORTNAME= flamerobin >-PORTVERSION= 0.7.5 >+PORTVERSION= 0.7.6 > CATEGORIES= databases > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -17,7 +17,7 @@ > > LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client > >-USE_WX= 2.6 >+USE_WX= 2.6+ > WX_COMPS= wx contrib > WX_CONF_ARGS= absolute > WX_PREMK= yes >@@ -26,11 +26,20 @@ > USE_X_PREFIX= yes > GNU_CONFIGURE= yes > CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib" >+ >+OPTIONS= FIREBIRD "Use firebird1 instead of firebird2" off > > SUB_FILES= pkg-message > MAN1= flamerobin.1 > > .include <bsd.port.pre.mk> >+ >+.if defined(WITH_FIREBIRD) >+LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client >+.else >+LIB_DEPENDS= fbclient.2:${PORTSDIR}/databases/firebird2-client >+.endif > > .if exists(${WX_CONFIG}) > WX_VER_STR!= ${WX_CONFIG} --release >diff -urN distinfo.orig distinfo >--- distinfo.orig Tue Feb 27 16:05:21 2007 >+++ distinfo Tue Feb 27 16:06:15 2007 >@@ -1,3 +1,3 @@ >-MD5 (flamerobin-0.7.5-src.tar.gz) = f7be54b5a70bee15e158cb732c1fbb3d >-SHA256 (flamerobin-0.7.5-src.tar.gz) = 5cf69736df816d0b37f580dec4e8db4f45578f5ef589e74c71017dccf9ad612e >-SIZE (flamerobin-0.7.5-src.tar.gz) = 771880 >+MD5 (flamerobin-0.7.6-src.tar.gz) = 8ef6c222b162a0e2b24ee8b54380491c >+SHA256 (flamerobin-0.7.6-src.tar.gz) = 2e73a2e0ca2b01835b03b97e8ad30efe9bb939701092af8d7b2f5d203a683db9 >+SIZE (flamerobin-0.7.6-src.tar.gz) = 778733 >diff -urN files/pkg-message.in.orig files/pkg-message.in >--- files/pkg-message.in.orig Tue Nov 21 19:05:37 2006 >+++ files/pkg-message.in Tue Feb 27 16:02:41 2007 >@@ -1,9 +1,6 @@ >-*********************************************************************** >-* INSTALL COMPLETE * >-*********************************************************************** >+###################################################################### >+FlameRobin was installed For additonal documentation read manpage >+flamerobin(1) and docs in %%PREFIX%%/share/flamerobin/docs/ . Also you >+can view same docs from flamerobin's help menu. >+##################################################################### > >-For additonal documentation read manpage flamerobin(1) and docs in >-%%PREFIX%%/share/flamerobin/docs/ . Also you can view same docs from >-flamerobin's help menu. >- >-*********************************************************************** >diff -urN pkg-plist.orig pkg-plist >--- pkg-plist.orig Tue Nov 21 19:05:37 2006 >+++ pkg-plist Tue Feb 27 16:04:31 2007 >@@ -34,7 +34,11 @@ > %%DATADIR%%/html-templates/ok2.png > %%DATADIR%%/html-templates/redx.png > %%DATADIR%%/html-templates/view.png >+share/applications/flamerobin.desktop >+share/pixmaps/flamerobin.pn > @dirrm %%DATADIR%%/html-templates > @dirrm %%DATADIR%%/docs > @dirrm %%DATADIR%%/conf-defs > @dirrm %%DATADIR%% >+@dirrmtry share/applications >+@dirrmtry share/pixmaps
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 109585
:
75941
| 75942