Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 03:15:15 +0000
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        "Philip M. Gollucci" <pgollucci@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/databases/mysql-editor Makefile
Message-ID:  <4B2850C3.4020709@p6m7g8.com>
In-Reply-To: <200912160310.nBG3As85009530@repoman.freebsd.org>
References:  <200912160310.nBG3As85009530@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In case anyone cares, that is the *very* last one of APACHE_COMPAT

and *exactly* one port remains with USE_APACHE=yes (www/mod_webapp)

My tb is running bsd.apache.mk patches now for a bunch of things. Stay 
tuned.

(P.S. 1001 ports (run,build,or lib depend on www/apache*)


Philip M. Gollucci wrote:
> pgollucci    2009-12-16 03:10:54 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     databases/mysql-editor Makefile 
>   Log:
>   - APACHE_COMPAT will be removed soon
>   
>   PR:             ports/141661
>   Approved by:    maintainer (via -email)
>   Submitted by:   myself (pgollucci@)
>   
>   Revision  Changes    Path
>   1.10      +4 -5      ports/databases/mysql-editor/Makefile
> 
> http://cvsweb.FreeBSD.org/ports/databases/mysql-editor/Makefile.diff?r1=1.9&r2=1.10&f=h
> | --- ports/databases/mysql-editor/Makefile	2007/10/01 05:23:51	1.9
> | +++ ports/databases/mysql-editor/Makefile	2009/12/16 03:10:54	1.10
> | @@ -2,7 +2,7 @@
> |  # Date created:				Mar 14, 2000
> |  # Whom:	      				Mikhail Teterin <mi@aldan.algebra.com>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/databases/mysql-editor/Makefile,v 1.9 2007/10/01 05:23:51 linimon Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/databases/mysql-editor/Makefile,v 1.10 2009/12/16 03:10:54 pgollucci Exp $
> |  #
> |  
> |  PORTNAME=	mysql-editor
> | @@ -16,11 +16,10 @@ MAINTAINER=	mi@aldan.algebra.com
> |  COMMENT=	CGI scripts in Perl to edit your MySQL tables
> |  
> |  BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
> | -RUN_DEPENDS=	${CGI_BIN}:${PORTSDIR}/${APACHE_PORT}	\
> | -		${BUILD_DEPENDS}
> | +RUN_DEPENDS=	${BUILD_DEPENDS}
> |  
> | -NO_BUILD=	True
> | -APACHE_COMPAT=	True
> | +USE_APACHE=	1.3
> | +NO_BUILD=	yes
> |  USE_PERL5=	yes
> |  
> |  CGI_BIN=	${LOCALBASE}/www/cgi-bin
> | @@ -32,7 +31,7 @@ do-install:
> |  	${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample
> |  .if !defined(NOPORTDOCS)
> |  	${MKDIR} ${PREFIX}/share/doc/mysql-editor
> | -	${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor
> | +	${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}/
> |  .endif
> |  
> |  .include <bsd.port.mk>



-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Sr. System Admin,                 Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



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