From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 16 05:00:26 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9197637B401 for ; Wed, 16 Jul 2003 05:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761C343F85 for ; Wed, 16 Jul 2003 05:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6GC0PUp099649 for ; Wed, 16 Jul 2003 05:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6GC0PMv099648; Wed, 16 Jul 2003 05:00:25 -0700 (PDT) Resent-Date: Wed, 16 Jul 2003 05:00:25 -0700 (PDT) Resent-Message-Id: <200307161200.h6GC0PMv099648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC39737B401; Wed, 16 Jul 2003 04:50:53 -0700 (PDT) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA2D943F75; Wed, 16 Jul 2003 04:50:51 -0700 (PDT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5) with ESMTP id h6GBooK29446; Wed, 16 Jul 2003 13:50:50 +0200 Received: (from stolz@localhost)h6GBooXw018361; Wed, 16 Jul 2003 13:50:50 +0200 (CEST) (envelope-from stolz) Message-Id: <200307161150.h6GBooXw018361@menelaos.informatik.rwth-aachen.de> Date: Wed, 16 Jul 2003 13:50:50 +0200 (CEST) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ijliao@FreeBSD.org Subject: ports/54545: [patch] lang/mdk: stdint.h missing on -STABLE (bento) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 12:00:26 -0000 >Number: 54545 >Category: ports >Synopsis: [patch] lang/mdk: stdint.h missing on -STABLE (bento) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 16 05:00:24 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.8-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #5: Mon Jun 23 10:24:06 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: No stdint.h on -STABLE (and no feature-test in the port). >How-To-Repeat: >Fix: Using REINPLACE should be easier than adding a patch file. --- mdk begins here --- --- Makefile.orig Wed Jul 16 13:44:04 2003 +++ Makefile Wed Jul 16 13:46:19 2003 @@ -20,6 +20,7 @@ intl.4:${PORTSDIR}/devel/gettext \ guile.15:${PORTSDIR}/lang/guile +USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_X_PREFIX= yes USE_GNOME= glib12 gtk12 libglade gnomehack gnomehier gnomeprefix @@ -28,7 +29,15 @@ LDFLAGS="-L${LOCALBASE}/lib" \ MAKEINFO="makeinfo --no-split" +.include + post-extract: @${RM} -f ${WRKSRC}/doc/*.info* -.include +post-patch: +.if ${OSVERSION} < 500028 + @${REINPLACE_CMD} 's/#include //g' \ + ${WRKSRC}/mixlib/mix_scanner.c +.endif + +.include --- mdk ends here --- >Release-Note: >Audit-Trail: >Unformatted: