Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 10:50:01 -0800 (PST)
From:      "Li-lun Wang (Leland Wang)" <llwang@infor.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32003: [new port] www/ump - The Unix Midi Plugin
Message-ID:  <200111221850.fAMIo1u53197@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32003; it has been noted by GNATS.

From: "Li-lun Wang (Leland Wang)" <llwang@infor.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/32003: [new port] www/ump - The Unix Midi Plugin
Date: Fri, 23 Nov 2001 02:48:56 +0800

 The Makefile in I submitted was too badly formed and did not pass
 the portlint check. I enclose a patch for Makefile so that it is
 better formed.
 
 --- Makefile	Fri Nov 23 02:37:54 2001
 +++ Makefile.orig	Fri Nov 23 02:27:58 2001
 @@ -6,27 +6,28 @@
  #
  
  PORTNAME=	ump
 +
  PORTVERSION=	1.10
 +
  CATEGORIES=	www
 +
 +MANTAINER=	llwang@infor.org
 +
  MASTER_SITES=	http://www.goice.co.jp/member/mo/timidity/dist/	\
  		http://www.geocities.com/SiliconValley/Lab/2826/1-10/	\
  		http://pubweb.bnl.gov/people/hoff/midi/1.10/	\
  		ftp://ftp.netscape.com/pub/sdk/plugin/unix/
 -DISTFILES=	${BZ2DIST} ${ZDIST}
 -
 -PATCH_SITES=	http://www.goice.co.jp/member/mo/timidity/dist/
 -PATCHFILES=	ump-patch-1.gz ump-patch-2.gz ump-patch-3.gz ump-patch-4.gz
 -
 -MAINTAINER=	llwang@infor.org
 -
 -LIB_DEPENDS+=	Xpm.4:${PORTSDIR}/graphics/xpm
 -RUN_DEPENDS+=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++	\
 -		${X11BASE}/bin/mozilla:${PORTSDIR}/www/mozilla
  
  BZ2DIST=	TiMidity++-2.10.4.tar.bz2
  ZDIST=		unix-sdk-3.0b5.tar.Z ump_with_volume.tar.Z timdiffs.tar.Z
 +DISTFILES=	${BZ2DIST} ${ZDIST}
 +		
 +PATCH_SITES=	http://www.goice.co.jp/member/mo/timidity/dist/
 +
 +PATCHFILES=	ump-patch-1.gz ump-patch-2.gz ump-patch-3.gz ump-patch-4.gz
  
  CONFIGURE_ARGS+=	--enable-ump
 +
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
  USE_XLIB=	yes
 @@ -39,6 +40,11 @@
  # USE_MOTIF=	yes
  # CONFIGURE_ENV=	MOTIFLIB="${MOTIFLIB}"
  
 +LIB_DEPENDS+=	Xpm.4:${PORTSDIR}/graphics/xpm
 +
 +RUN_DEPENDS+=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++	\
 +		${X11BASE}/bin/mozilla:${PORTSDIR}/www/mozilla
 +
  .include <bsd.port.pre.mk>
  
  .if defined(HAVE_ESOUND)
 @@ -72,7 +78,7 @@
  	@${SED} -e 's^m_so_libs = $$^m_so_libs = -L${X11BASE}/lib ${MOTIFLIB} -lXt -lXext -lSM -lICE -lX11 ^' \
  		-e 's^dynamic_targets = $$^dynamic_targets = interface_m.so^' \
  		${WRKSRC}/interface/Makefile.orig > ${WRKSRC}/interface/Makefile
 -	@cd ${WRKSRC}; ${SETENV} CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile ${SH} ./config.status
 +	@cd ${WRKSRC}; env CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile /bin/sh ./config.status
  
  do-build:
  	@cd ${WRKSRC}/ump; ${GMAKE} ump
 
 
 -- 
  /-------\      /-\     /--------\
  \--\ /--/      | |     \--\ /---/
     | |    /----/ \----\/--/ \---\
   /-/ \-\  \----/ /----/\--\ /---/
   \-\ /-/      /  \     /--/ \---\
     | |       / /\ \    \--\ /---/ /\
 /---/ \---\/-/ /  \ \---\  | \----/ |
 \---------/\--/    \----/  \--------/
   e-mail address: llwang@infor.org

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?200111221850.fAMIo1u53197>