Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Nov 2004 01:42:26 +0000
From:      "Jorge Mario G. Mazo" <jgutie11@eafit.edu.co>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73635: traydoc fix, logo fix and version upgrade
Message-ID:  <1099791745.13998.9.camel@mosca>
Resent-Message-ID: <200411070650.iA76oOkw056840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73635
>Category:       ports
>Synopsis:       traydoc fix, logo fix and version upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 07 06:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jorge Mario G. Mazo
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mosca.linopryne.com 5.3-STABLE FreeBSD 5.3-STABLE #0:
Sun Oct 3113:41:44 UTC2004
root@mosca.linopryne.com/usr/obj/usr/src/sys/GENERIC i386


>Description:
        I upgraded from version 0.93 to 0.94.
        I also fixed the Makefile to compile the traydoc plugin
        and change the deafult logo to the FreeBSD daemon logo
        - Like always -
        patch to Makefile and the new distinfo file
>How-To-Repeat:

>Fix:
#####################Makefile.diff##############################

--- Makefile.old        Sun Nov  7 00:47:54 2004
+++ Makefile    Sun Nov  7 01:14:15 2004
@@ -6,7 +6,7 @@
 #

 PORTNAME=      amsn
-PORTVERSION=   0.93
+PORTVERSION=   0.94
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -38,9 +38,10 @@
        @${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -rf

 do-configure:
+       export WISH=`which wish8.4` && ${SED} s=!!PREFIX!!=`dirname
$${WISH}|${$
 do-build:
-
+       cd ${WRKSRC}/plugins/traydock && make && ${RM} Makefile
 do-install:
        @${MKDIR} ${LIBDIR}
        @cd ${WRKSRC}; tar cf - ${CORE} | ( cd ${LIBDIR}; tar xpf - )
@@ -60,5 +61,6 @@
        @${CHMOD} 555 ${PREFIX}/lib/msn/amsn
        @${CHMOD} 555 ${PREFIX}/lib/msn/amsn-remote
        @${CHMOD} 555 ${PREFIX}/lib/msn/utils/amsnctl.pl
-
+       @uudecode -o
${PREFIX}/lib/msn/skins/default/pixmaps/logolinmsn.gif \
+       ${FILESDIR}/logolinmsn.gif.uue
 .include <bsd.port.mk>


#################################################################

######### distinfo #######################################
MD5 (amsn-0_94.tar.gz) = 7b7db9225342bb6c59b873ec90882e22
SIZE (amsn-0_94.tar.gz) = 2293874
##########################################################



-- 
Powered by FreeBSD

>Release-Note:
>Audit-Trail:
>Unformatted:
 To: FreeBSD-gnats-submit@freebsd.org
 Subject: traydoc fix, logo fix and version upgrade
 From: Jorge Mario G. Mazo <jgutie11@eafit.edu.co>
 Reply-To: Jorge Mario G. Mazo <jgutie11@eafit.edu.co>
 Cc: Jorge Mario G. Mazo <murcielako@yahii.com>
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1099791745.13998.9.camel>