FreeBSD Bugzilla – Attachment 13995 Details for
Bug 26404
Fix port net/gtk+licq
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.54 KB, created by
ishmael27
on 2001-04-07 17:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ishmael27
Created:
2001-04-07 17:20:01 UTC
Size:
4.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/gtk+licq/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 2001/04/07 02:58:04 1.1 >+++ Makefile 2001/04/07 16:03:29 >@@ -7,33 +7,38 @@ > > PORTNAME= gtk+licq > PORTVERSION= 0.50.1 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://gtk.licq.org/download/ > > MAINTAINER= ishmael27@home.com > > BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq >+LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell > RUN_DEPENDS= licq:${PORTSDIR}/net/licq > > USE_GMAKE= yes > USE_GTK= yes > WANT_GNOME= yes > USE_LIBTOOL= yes >-USE_AUTOMAKE= yes >+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >+ LIBS="-L${LOCALBASE}/lib" > >-.if defined(WITHOUT_GNOME) >-CONFIGURE_ARGS= --disable-gnome >-GUITYPE= gtk >+.include <bsd.port.pre.mk> >+ >+.if defined(HAVE_GNOME) >+USE_GNOME= yes >+CONFIGURE_ARGS= --enable-gnome > .else >-GUITYPE= gnome >+CONFIGURE_ARGS= --disable-gnome >+post-patch: >+ @${PERL5} -pi -e \ >+ 's|^SUBDIRS\ =.*|SUBDIRS\ =\ |' ${WRKSRC}/doc/Makefile.in > .endif >- >-PLIST_SUB= GUITYPE=${GUITYPE} >- >-CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include" \ >- LIBS="-L${LOCALBASE}/lib" > >-post-install: >- strip ${PREFIX}/lib/licq/licq_${GUITYPE}_gui.a >+post-configure: >+ @${PERL5} -pi -e \ >+ 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ >+ ${WRKSRC}/libtool > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net/gtk+licq/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 2001/04/07 02:58:04 1.1 >+++ pkg-plist 2001/04/07 16:06:15 >@@ -1,4 +1,24 @@ >-lib/licq/licq_%%GUITYPE%%_gui.a >+%%GNOME:%%lib/licq/licq_gnome_gui.so >+%%GNOME:%%share/gnome/help/gtk+licq/C/arvancedusage.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/authors.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/bugs.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/docbook.css >+%%GNOME:%%share/gnome/help/gtk+licq/C/goodstuff.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_applet.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_chatwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_infowindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_mainwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_optionwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_regwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_searchwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_sendwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_viewwindow.png >+%%GNOME:%%share/gnome/help/gtk+licq/C/index.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/license.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/prefs.html >+%%GNOME:%%share/gnome/help/gtk+licq/C/topic.dat >+%%GNOME:%%share/gnome/help/gtk+licq/C/usage.html >+%%NOGNOME:%%lib/licq/licq_gtk_gui.so > share/licq/gtk-gui/pixmaps/arrow.xpm > share/licq/gtk-gui/pixmaps/chatBeep.xpm > share/licq/gtk-gui/pixmaps/chatBold.xpm >@@ -21,6 +41,10 @@ > share/locale/de/LC_MESSAGES/gtk+licq.mo > share/locale/es/LC_MESSAGES/gtk+licq.mo > share/locale/pt/LC_MESSAGES/gtk+licq.mo >+share/locale/pt_BR/LC_MESSAGES/gtk+licq.mo > share/locale/ru/LC_MESSAGES/gtk+licq.mo >+%%GNOME:%%@dirrm share/gnome/help/gtk+licq/C/images >+%%GNOME:%%@dirrm share/gnome/help/gtk+licq/C >+%%GNOME:%%@dirrm share/gnome/help/gtk+licq > @dirrm share/licq/gtk-gui/pixmaps > @dirrm share/licq/gtk-gui >Index: files/patch-src::options_dialog.cpp >=================================================================== >RCS file: /home/ncvs/ports/net/gtk+licq/files/patch-src::options_dialog.cpp,v >retrieving revision 1.1 >diff -u -r1.1 patch-src::options_dialog.cpp >--- files/patch-src::options_dialog.cpp 2001/04/07 02:58:04 1.1 >+++ files/patch-src::options_dialog.cpp 2001/04/07 14:54:20 >@@ -3,7 +3,7 @@ > @@ -1,5 +1,6 @@ > #include "gtk-gui.h" > >-+#include <sys/unistd.h> >++#include <unistd.h> > #include <sys/time.h> > #include <stdio.h> > #include <sys/types.h> >Index: files/patch-src::plugin_dialog.cpp >=================================================================== >RCS file: /home/ncvs/ports/net/gtk+licq/files/patch-src::plugin_dialog.cpp,v >retrieving revision 1.1 >diff -u -r1.1 patch-src::plugin_dialog.cpp >--- files/patch-src::plugin_dialog.cpp 2001/04/07 02:58:04 1.1 >+++ files/patch-src::plugin_dialog.cpp 2001/04/07 14:54:40 >@@ -3,7 +3,7 @@ > @@ -1,5 +1,6 @@ > #include "gtk-gui.h" > >-+#include <sys/unistd.h> >++#include <unistd.h> > #include <sys/time.h> > #include <stdio.h> > #include <sys/types.h>
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 26404
: 13995