From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 1 13:30:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AFBC16A41F for ; Wed, 1 Aug 2007 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1BD13C45D for ; Wed, 1 Aug 2007 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l71DU2H7036315 for ; Wed, 1 Aug 2007 13:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l71DU1c4036314; Wed, 1 Aug 2007 13:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 1 Aug 2007 13:30:01 GMT Resent-Message-Id: <200708011330.l71DU1c4036314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffrey Mainland Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E34C16A41B for ; Wed, 1 Aug 2007 13:24:17 +0000 (UTC) (envelope-from mainland@apeiron.net) Received: from zeno.apeiron.net (h-68-164-219-98.cmbrmaor.covad.net [68.164.219.98]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEEE13C48E for ; Wed, 1 Aug 2007 13:24:16 +0000 (UTC) (envelope-from mainland@apeiron.net) Received: by zeno.apeiron.net (Postfix, from userid 4001) id 6977A2283F; Wed, 1 Aug 2007 09:07:38 -0400 (EDT) Message-Id: <20070801130738.6977A2283F@zeno.apeiron.net> Date: Wed, 1 Aug 2007 09:07:38 -0400 (EDT) From: Geoffrey Mainland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115116: [MAINTAINER UPDATE] net-im/gaim-latex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoffrey Mainland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:30:02 -0000 >Number: 115116 >Category: ports >Synopsis: [MAINTAINER UPDATE] net-im/gaim-latex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 13:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Geoffrey Mainland >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD hamilton.apeiron.net 6.2-STABLE FreeBSD 6.2-STABLE #69: Sun Jul 15 17:44:57 EDT 2007 toor@zeno.apeiron.net:/usr/obj/usr/src/sys/HAMILTON i386 >Description: I've updated this port to the new version that works with Pidign. The plugin has also been renamed by the developers, and we need a repo-copy to net-im/pidgin-latex. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net-im/gaim-latex/Makefile gaim-latex/Makefile --- /usr/ports/net-im/gaim-latex/Makefile 2007-05-20 01:49:56.000000000 -0400 +++ gaim-latex/Makefile 2007-08-01 08:59:49.000000000 -0400 @@ -1,4 +1,4 @@ -# New ports collection makefile for: Gaim-LaTeX +# New ports collection makefile for: Pidgin-LaTeX # Date created: 2005-06-22 # Whom: Geoffrey Mainland # @@ -6,31 +6,34 @@ # PORTNAME= latex -PORTVERSION= 0.3 -PORTREVISION= 6 +PORTVERSION= 1.0 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -PKGNAMEPREFIX= gaim- +PKGNAMEPREFIX= pidgin- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= mainland@apeiron.net COMMENT= Display LaTeX output in your IMs -BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \ +BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin +RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ latex:${PORTSDIR}/print/teTeX \ convert:${PORTSDIR}/graphics/ImageMagick +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} + CFLAGS+= "-fPIC" USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_BZIP2= yes -PLIST_FILES= lib/gaim/LaTeX.so +MAKE_ENV= PREFIX=${LOCALBASE} + +PLIST_FILES= lib/pidgin/LaTeX.so do-install: - ${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim + ${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/pidgin .include diff -ruN /usr/ports/net-im/gaim-latex/distinfo gaim-latex/distinfo --- /usr/ports/net-im/gaim-latex/distinfo 2006-02-07 19:50:10.000000000 -0500 +++ gaim-latex/distinfo 2007-08-01 08:47:21.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29 -SHA256 (gaim-latex-0.3.tar.bz2) = e7742ebd216bd7414525ba074f828e43db3093807e4c506e5a002f45855f84e4 -SIZE (gaim-latex-0.3.tar.bz2) = 12903 +MD5 (pidgin-latex-1.0.tar.bz2) = 35bd42017864823af2f79854a749990d +SHA256 (pidgin-latex-1.0.tar.bz2) = 1aa76082ac29efa4325e617f0077528b6845c14fd4a2b049e8996afec66698ec +SIZE (pidgin-latex-1.0.tar.bz2) = 15814 diff -ruN /usr/ports/net-im/gaim-latex/files/patch-LaTeX.c gaim-latex/files/patch-LaTeX.c --- /usr/ports/net-im/gaim-latex/files/patch-LaTeX.c 2005-07-03 05:30:55.000000000 -0400 +++ gaim-latex/files/patch-LaTeX.c 1969-12-31 19:00:00.000000000 -0500 @@ -1,17 +0,0 @@ ---- LaTeX.c.orig Sun Jul 3 11:23:45 2005 -+++ LaTeX.c Sun Jul 3 11:24:29 2005 -@@ -77,13 +77,13 @@ - - while(ptr1 != NULL) - { -- retro = FALSE; - char *tex, *message, *idstring; - gchar *name, *buf; - char *filedata; - size_t size; - GError *error = NULL; - char *filter; -+ retro = FALSE; - - pos1 = strlen(*tmp2) - strlen(ptr1); - diff -ruN /usr/ports/net-im/gaim-latex/pkg-descr gaim-latex/pkg-descr --- /usr/ports/net-im/gaim-latex/pkg-descr 2005-06-23 06:15:55.000000000 -0400 +++ gaim-latex/pkg-descr 2007-08-01 08:46:28.000000000 -0400 @@ -1,4 +1,3 @@ -This is a plugin for Gaim that allows you to display LaTeX output in -your IMs. +This is a plugin for Pidgin that allows you to display LaTeX output in your IMs. -WWW: http://sourceforge.net/projects/gaim-latex +WWW: http://sourceforge.net/projects/pidgin-latex >Release-Note: >Audit-Trail: >Unformatted: