FreeBSD Bugzilla – Attachment 21362 Details for
Bug 37456
[Maintainer Update] sysutils/thefish to 0.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
thefish.diff
thefish.diff (text/plain), 1.59 KB, created by
Miguel Mendez
on 2002-04-25 16:00:01 UTC
(
hide
)
Description:
thefish.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2002-04-25 16:00:01 UTC
Size:
1.59 KB
patch
obsolete
>diff -ruN thefish.old/Makefile thefish/Makefile >--- thefish.old/Makefile Thu Apr 18 22:03:51 2002 >+++ thefish/Makefile Thu Apr 25 16:45:24 2002 >@@ -6,19 +6,29 @@ > # > > PORTNAME= thefish >-PORTVERSION= 0.2.1 >+PORTVERSION= 0.2.2 > CATEGORIES= sysutils > MASTER_SITES= http://energyhq.homeip.net/files/ > > MAINTAINER= flynn@energyhq.homeip.net > >+.if !defined(NO_GUI) && defined(WITH_GTK2) >+LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 >+.endif >+.if !defined(NO_GUI) > USE_X_PREFIX= yes >+.endif >+.if !defined(NO_GUI) && !defined(WITH_GTK2) > USE_GTK= yes >+.endif > > MAN1= thefish.1 > >+pre-everything:: >+ @$(CAT) pkg-message >+ > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 >+ @${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin >+ @${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 > > .include <bsd.port.mk> >diff -ruN thefish.old/distinfo thefish/distinfo >--- thefish.old/distinfo Thu Apr 18 22:03:51 2002 >+++ thefish/distinfo Thu Apr 25 16:35:54 2002 >@@ -1 +1 @@ >-MD5 (thefish-0.2.1.tar.gz) = e3ace1f6da929bb3293b0a68fc7ed849 >+MD5 (thefish-0.2.2.tar.gz) = 695a909e6b743764067095e4c24e4bab >diff -ruN thefish.old/pkg-message thefish/pkg-message >--- thefish.old/pkg-message Thu Jan 1 01:00:00 1970 >+++ thefish/pkg-message Thu Apr 25 16:41:13 2002 >@@ -0,0 +1,6 @@ >+********************************************************************** >+ >+ If you want to build The Fish without the GTK+ UI, use make -DNO_GUI >+ If you prefer to use GTK+ 2.0 instead of 1.2, use make -DWITH_GTK2 >+ >+**********************************************************************
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 37456
: 21362
Working