svn commit: r316956 - in head/lang/cparser: . files

Jason Helfman jgh at FreeBSD.org
Tue Apr 30 18:32:30 UTC 2013


On Tue, Apr 30, 2013 at 10:48 AM, Armin Pirkovitsch <sperber at freebsd.org>wrote:

> Author: sperber
> Date: Tue Apr 30 17:48:36 2013
> New Revision: 316956
> URL: http://svnweb.freebsd.org/changeset/ports/316956
>
> Log:
>   - Update to 0.9.14
>   - Switch to OptionsNG
>   - Add Options for DEBUG
>   - Update pkg-descr and WWW:
>   - Trim Makefile headers
>   - Add USES= pkgconfig
>   - Remove shlib versions
>
>   - Update MAINTAINER to my FreeBSD address
>
>   PR:           ports/175920
> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=175920
>   Submitted by: Po-Chien Lin <linpc _AT_ cs.nctu.edu.tw>
>   Approved by:  beat (mentor)
>
> Modified:
>   head/lang/cparser/Makefile   (contents, props changed)
>   head/lang/cparser/distinfo   (contents, props changed)
>   head/lang/cparser/files/patch-firm_machine-c   (contents, props changed)
>   head/lang/cparser/pkg-descr   (contents, props changed)
>
> Modified: head/lang/cparser/Makefile
>
> ==============================================================================
> --- head/lang/cparser/Makefile  Tue Apr 30 17:46:48 2013        (r316955)
> +++ head/lang/cparser/Makefile  Tue Apr 30 17:48:36 2013        (r316956)
> @@ -1,33 +1,44 @@
> -# New ports collection makefile for: libFIRM
> -# Date created:         22 Nov 2008
> -# Whom:                 Christoph Mallon <christoph.mallon at gmx.de>
> -#
> +# Created by: Christoph Mallon <christoph.mallon at gmx.de>
>  # $FreeBSD$
> -#
>
>  PORTNAME=      cparser
> -PORTVERSION=   0.9.13
> +PORTVERSION=   0.9.14
>  CATEGORIES=    lang devel
>  MASTER_SITES=  SF
>
> -MAINTAINER=    armin at frozen-zone.org
> +MAINTAINER=    sperber at FreeBSD.org
>  COMMENT=       A C99 compiler using libFIRM as backend
>

Can the "A" can be trimmed in COMMENT?


>
>  LICENSE=       GPLv2
>
> -LIB_DEPENDS=   firm.1:${PORTSDIR}/devel/libfirm
> +LIB_DEPENDS=   firm:${PORTSDIR}/devel/libfirm
>
>  USE_BZIP2=     yes
>  USE_GMAKE=     yes
> +USES=          pkgconfig
>
>  PLIST_FILES=   bin/cparser
>
> +MAN1=  cparser.1
> +
> +BUILDDIR=      optimize
> +INSTALL_CMD=   ${INSTALL_PROGRAM}
> +
> +OPTIONS_DEFINE=        DEBUG
> +
>  .include <bsd.port.pre.mk>
>
> Is pre necessary for this?

Thanks, and welcome to crew!

-jgh

--
Jason Helfman          | FreeBSD Committer
jgh at FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve


More information about the svn-ports-head mailing list