Date: Fri, 20 Oct 2000 05:20:02 -0700 (PDT) From: Jeremy Norris <ishmael27@home.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/22109: New port: gtk+licq-0.39.1 Message-ID: <200010201220.FAA66987@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22109; it has been noted by GNATS. From: Jeremy Norris <ishmael27@home.com> To: Freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/22109: New port: gtk+licq-0.39.1 Date: Fri, 20 Oct 2000 07:11:41 -0500 I foolishly did not test this submission against the gnome case. Here are patches that I believe fix it for use with gnome (they are untested however). --- Makefile.orig Thu Oct 19 06:34:50 2000 +++ Makefile Fri Oct 20 06:45:39 2000 @@ -21,14 +21,19 @@ USE_LIBTOOL= yes USE_AUTOMAKE= yes +PLIST_SUB= GUITYPE=${GUITYPE} + .if defined(WITHOUT_GNOME) -CONFIGURE_ARGS+= --disable-gnome +CONFIGURE_ARGS= --disable-gnome +GUITYPE= gtk +.else +GUITYPE= gnome .endif CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-install: - strip ${PREFIX}/lib/licq/licq_gtk_gui.so + strip ${PREFIX}/lib/licq/licq_${GUITYPE}_gui.so .include <bsd.port.mk> --- pkg-plist.orig Sun Oct 15 11:14:09 2000 +++ pkg-plist Fri Oct 20 07:03:59 2000 @@ -1,4 +1,4 @@ -lib/licq/licq_gtk_gui.so +lib/licq/licq_%%GUITYPE%%_gui.so share/licq/gtk-gui/pixmaps/chatBeep.xpm share/licq/gtk-gui/pixmaps/chatBold.xpm share/licq/gtk-gui/pixmaps/chatChangeBg.xpm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010201220.FAA66987>