Date: Sun, 11 Jul 1999 15:58:09 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12593: Update port: editors/gedit Message-ID: <199907111158.PAA52113@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 12593 >Category: ports >Synopsis: Update port: editors/gedit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 05:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update editors/gedit port. diff -Nru gedit/Makefile gedit-0.5.4/Makefile --- gedit/Makefile Sun Jun 6 21:55:41 1999 +++ gedit-0.5.4/Makefile Sun Jul 11 14:51:49 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gedit -# Version required: 0.5.1 +# Version required: 0.5.4 # Date created: 4 May 1999 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1999/06/06 17:55:41 steve Exp $ # -DISTNAME= gedit-0.5.1 +DISTNAME= gedit-0.5.4 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://gedit.pn.org/ \ @@ -41,15 +41,27 @@ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + LIBS="-L${LOCALBASE}/lib" MAN1= gedit.1 post-install: - @${MKDIR} ${PREFIX}/share/gnome/apps/Applications + @ ${MKDIR} ${PREFIX}/share/gnome/apps/Applications + @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit + @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit/C + @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit/no @ ${MV} ${PREFIX}/share/gnome/gnome/apps/Applications/gedit.desktop ${PREFIX}/share/gnome/apps/Applications + @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/C/index.html ${PREFIX}/share/gnome/help/gedit/C + @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/C/topic.dat ${PREFIX}/share/gnome/help/gedit/C + @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/no/index.html ${PREFIX}/share/gnome/help/gedit/no + @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/no/topic.dat ${PREFIX}/share/gnome/help/gedit/no @ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps/Applications @ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps + @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/C + @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/no + @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit + @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help @ ${RMDIR} ${PREFIX}/share/gnome/gnome .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gedit diff -Nru gedit/files/md5 gedit-0.5.4/files/md5 --- gedit/files/md5 Sun Jun 6 21:55:42 1999 +++ gedit-0.5.4/files/md5 Sat Jul 10 16:51:03 1999 @@ -1 +1 @@ -MD5 (gedit-0.5.1.tar.gz) = 439cd7a07962bed73a54e0cb6698be5d +MD5 (gedit-0.5.4.tar.gz) = 951cd7f6f6138ae6da027c7b4f59f0d7 diff -Nru gedit/patches/patch-aa gedit-0.5.4/patches/patch-aa --- gedit/patches/patch-aa Thu Jan 1 03:00:00 1970 +++ gedit-0.5.4/patches/patch-aa Sun Jul 11 15:49:59 1999 @@ -0,0 +1,14 @@ +--- editor-plugins/email.c Wed May 19 21:00:15 1999 ++++ /home/andy/tmp/wrk/editor-plugins/email.c Sun Jul 11 15:38:54 1999 +@@ -10,7 +10,11 @@ + #include "client.h" + + #ifndef MAILER ++#ifdef __FreeBSD__ ++#define MAILER "/usr/sbin/sendmail" ++#else + #define MAILER "/usr/lib/sendmail" ++#endif + #endif + + static GtkWidget *from_entry, *subject_entry, *to_entry; diff -Nru gedit/pkg/PLIST gedit-0.5.4/pkg/PLIST --- gedit/pkg/PLIST Sun Jun 6 21:55:42 1999 +++ gedit-0.5.4/pkg/PLIST Sun Jul 11 15:04:03 1999 @@ -1,19 +1,22 @@ bin/gedit include/gedit/client.h lib/libclient.a -libexec/go/plugins/prm-plugin +libexec/go/plugins/browse-plugin +libexec/go/plugins/convert-plugin libexec/go/plugins/cvsdiff-plugin +libexec/go/plugins/diff-plugin +libexec/go/plugins/email-plugin libexec/go/plugins/encrypt-plugin +libexec/go/plugins/hello-plugin +libexec/go/plugins/httpview-plugin +libexec/go/plugins/man-plugin libexec/go/plugins/openother-plugin +libexec/go/plugins/prm-plugin libexec/go/plugins/reverse-plugin -libexec/go/plugins/testselect-plugin -libexec/go/plugins/hello-plugin -libexec/go/plugins/convert-plugin -libexec/go/plugins/diff-plugin -libexec/go/plugins/email-plugin -libexec/go/plugins/browse-plugin libexec/go/plugins/spell-plugin -libexec/go/plugins/httpview-plugin +libexec/go/plugins/testselect-plugin +libexec/go/plugins/time-plugin +libexec/go/plugins/wordcount-plugin share/doc/gedit/AUTHORS share/doc/gedit/COPYING share/doc/gedit/ChangeLog @@ -26,6 +29,10 @@ share/doc/gedit/TODO share/gnome/geditrc share/gnome/apps/Applications/gedit.desktop +share/gnome/help/gedit/C/index.html +share/gnome/help/gedit/C/topic.dat +share/gnome/help/gedit/no/index.html +share/gnome/help/gedit/no/topic.dat share/gnome/mime-info/gedit.keys share/gnome/pixmaps/gnome-gedit.png share/locale/cs/LC_MESSAGES/gedit.mo @@ -34,13 +41,20 @@ share/locale/fr/LC_MESSAGES/gedit.mo share/locale/ga/LC_MESSAGES/gedit.mo share/locale/it/LC_MESSAGES/gedit.mo +share/locale/ja/LC_MESSAGES/gedit.mo share/locale/ko/LC_MESSAGES/gedit.mo +share/locale/nl/LC_MESSAGES/gedit.mo share/locale/no/LC_MESSAGES/gedit.mo share/locale/pt/LC_MESSAGES/gedit.mo +share/locale/pt_BR/LC_MESSAGES/gedit.mo share/locale/ru/LC_MESSAGES/gedit.mo share/locale/sv/LC_MESSAGES/gedit.mo -share/locale/nl/LC_MESSAGES/gedit.mo +share/locale/wa/LC_MESSAGES/gedit.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gedit.mo @dirrm include/gedit @dirrm libexec/go/plugins @dirrm libexec/go @dirrm share/doc/gedit +@dirrm share/gnome/help/gedit/C +@dirrm share/gnome/help/gedit/no +@dirrm share/gnome/help/gedit >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: 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?199907111158.PAA52113>