Date: Tue, 25 May 1999 20:30:03 -0700 (PDT) From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= <nakai@internetsolutions.co.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/11776: Fixed port: gtk-- Message-ID: <199905260330.UAA65044@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11776; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= <nakai@internetsolutions.co.jp> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11776: Fixed port: gtk-- Date: Wed, 26 May 1999 12:20:17 +0900 Please ignore the previous send-pr mail and apply this new patch from Yazaki Hiroyuki. And I append both the plain text diff and its uuencoded version because this is sent with the crazy common non-UNIX platform :-) Thank you... Yukihiro Nakai -------------- begin 664 gtk--.diff.gz M'XL(",MF2S< V=T:RTM+F1I9F8 K55M;^(X$/Z<_(H1ZJ<+)@GMM@M:3E": M(K:%5KS<\>&DK$E,\.+84>SL+JKZW\]Y:4E?]G2W7 3"\\S,,QG;\Q#2S090 MFDTA4CN$6B*ED3W!.[*AC)38LVDBA-X+,Q;;#"9X#^XI.!?=,[=[^A'<3J=C M6I;UBL/XDX1%;/L<W';7U;%N&=OO W+/FNXY6/E/!_I]$R:#\72AO]ZL9W < M8-JG',>D%8C8!!-NQY?^E7?O3:_F/4,7<MLMMWOR<'\W6\ROQK-'^X?K(B4$ MVU$E[2+ 1)?+\>U5+2T^>Y$2DF^$V?&9:?W+0/C+M R#1);UPLTPCVP2!=*T M9LOI@>8? G5'R[GGK_S[F7<]7O6,/9$E-)H,;KS*'DV7_O!N>CT>+6=/V+/M M#V8C700APO&:$2055C3HZ2#]FF!HQW>JMB)3*.(BUD=ZR/2F?_2,T>*F(N\U M3AY6KGLYF'N/]IKR<OM0(/B&1@W3^L7$<K>&PUY#MQPT8+A:Y4O+:NCVT60P M/>T!C/PQ5[=4JM;I8>V/%4FQ$FD!/GL+US!)ZFY=HV RCB<"H_*\2)J_@=3N M$DMR6 T9EO*)0>W\01 0YG&5[LN8$ABE(DOJP"U>$_8$A%\SJ6+"59V'T8A7 M6&>:%P;MVMOY*@YIW3.&&D8,A'[,-%\P-8YT[S8S%@QH3P[!H'NHO]4'!. M@K*?]^"J3OXF"SU3:YS6,UY#570%^\,M96&5[>L;X4N54AYI1!MQ[.,P]*5N M#3,_*+?.M$PK$5(ARO4M9JRK+T[_Y&$X6#R"GI^;43$]$V\^'XR\?'9:E <L M"PE\6LNPE8A4M>+=[V;XGL0EN^@IM5*H&O):Z&JN0NL^8P[@@M/I.H[^:/VZ M<&I:5P]_)7?M;MLYR)W3=+38-5TG/PKKMR,?S0!'/24#TD<&6E^3YS\ 6.NC M# $G":.!EA/!91/4/B$_80#(YQF^% =;S3T@%&P8CN07V C1"H(W;D;7VOG_ M=3'>P%YD\!US!4I )@G@3(F\'N0:6/;6_"D#P#TCNG&]%\F^N@U:[#65G<G4 M9B+ S)9;G!(;!X7UEF&]S]\AE81M](YM,=_)UG_IXMA]./9&_0T?+84/'@@ ! "+ end diff -ruN gtk--.orig/Makefile gtk--/Makefile --- gtk--.orig/Makefile Thu May 13 07:41:38 1999 +++ gtk--/Makefile Wed May 26 12:11:31 1999 @@ -14,16 +14,19 @@ MAINTAINER= nacai@iname.com LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + eg++:${PORTSDIR}/lang/egcs +RUN_DEPENDS= eg++:${PORTSDIR}/lang/egcs USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + CC="egcc" CXX="eg++" -MAN3= G_IntList.3 G_IntList_Iterator.3 G_List.3 G_List_Cpp_Iterator.3 \ +MAN3= G_IntList.3 G_IntList_Iterator.3 G_List.3 G_List_Cpp_Iterator.3 \ G_List_Iterator.3 G_SList_Iterator.3 GtkBase.3 GtkBaseClass.3 \ Gtk_AccelEntry.3 Gtk_AccelGroup.3 Gtk_AccelLabel.3 Gtk_Adjustment.3 \ Gtk_Alignment.3 Gtk_ArgBase.3 Gtk_ArgObject.3 Gtk_ArgSimple.3 \ @@ -57,5 +60,8 @@ MenuFactoryConnector.3 MenuFactoryConnectorBase.3 \ ToolbarConnector.3 ToolbarConnectorBase.3 Toolbar_Child.3 \ _gtk_string.3 gtkmm_add_signal_class.3 + +post-install: + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff -ruN gtk--.orig/pkg/MESSAGE gtk--/pkg/MESSAGE --- gtk--.orig/pkg/MESSAGE Thu Jan 1 09:00:00 1970 +++ gtk--/pkg/MESSAGE Wed May 26 12:12:20 1999 @@ -0,0 +1,10 @@ +**************************************************************** +* * +* - To compile gtk-- based applications, type * +* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * +* * +* - If you want to use autoconf with gtk--, * +* Please copy gtk--.m4 to /usr/local/share/aclocal * +* by yourself, thanks. * +* * +**************************************************************** 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?199905260330.UAA65044>