ports/73635: traydoc fix, logo fix and version upgrade

Jorge Mario G. Mazo jgutie11 at eafit.edu.co
Sun Nov 7 20:40:32 UTC 2004


The following reply was made to PR ports/73635; it has been noted by GNATS.

From: "Jorge Mario G. Mazo" <jgutie11 at eafit.edu.co>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/73635: traydoc fix, logo fix and version upgrade
Date: Sun, 07 Nov 2004 15:34:09 +0000

 --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ)
 Content-type: text/plain
 Content-transfer-encoding: 7BIT
 
 The patch I juse sended has a small bug
 fixed patch attached, distinfo files attached as well
 
 -- 
 Powered by FreeBSD
 
 --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ)
 Content-type: text/x-patch; name=Makefile.diff
 Content-transfer-encoding: 7BIT
 Content-disposition: attachment; filename=Makefile.diff
 
 --- Makefile.old	Sun Nov  7 00:47:54 2004
 +++ Makefile	Sun Nov  7 15:00:29 2004
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	amsn
 -PORTVERSION=	0.93
 +PORTVERSION=	0.94
  CATEGORIES=	net
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -23,7 +23,7 @@
  RUN_DEPENDS=	${BUILD_DEPENDS}
  
  USE_REINPLACE=	yes
 -WRKSRC=		${WRKDIR}/amsn-0_93
 +WRKSRC=		${WRKDIR}/amsn-0_94
  
  LIBDIR=		${PREFIX}/lib/msn
  DOCSDIR=	${PREFIX}/share/doc/amsn
 @@ -38,9 +38,10 @@
  	@${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -rf
  
  do-configure:
 +	export WISH=`which wish8.4` && ${SED} s=!!PREFIX!!=`dirname $${WISH}|${SED} sx/binxxg`=g ${FILESDIR}/Makefile.traydoc | ${SED} s=!!X11BASE!!=${X11BASE}=g > ${WRKSRC}/plugins/traydock/Makefile
  
  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>
 
 --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ)
 Content-type: text/plain; name=distinfo
 Content-transfer-encoding: 7BIT
 Content-disposition: attachment; filename=distinfo
 
 MD5 (amsn-0_94.tar.gz) = 7b7db9225342bb6c59b873ec90882e22
 SIZE (amsn-0_94.tar.gz) = 2293874
 
 --Boundary_(ID_ZPG4R/B7gebrJ8imlP0cHQ)--



More information about the freebsd-ports-bugs mailing list