From owner-freebsd-ports Sat Aug 12 9:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E74AF37B8B1 for ; Sat, 12 Aug 2000 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA76064; Sat, 12 Aug 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jinx.unknown.nu (jinx.unknown.nu [207.229.158.108]) by hub.freebsd.org (Postfix) with ESMTP id 433A737C04F for ; Sat, 12 Aug 2000 09:47:48 -0700 (PDT) (envelope-from sluggo@jinx.unknown.nu) Received: (from sluggo@localhost) by jinx.unknown.nu (8.9.3/8.9.3) id LAA14490; Sat, 12 Aug 2000 11:47:47 -0500 (CDT) (envelope-from sluggo) Message-Id: <200008121647.LAA14490@jinx.unknown.nu> Date: Sat, 12 Aug 2000 11:47:47 -0500 (CDT) From: Kim Scarborough Reply-To: sluggo@jinx.unknown.nu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20558: update for port devel/camlp4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20558 >Category: ports >Synopsis: update for port devel/camlp4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 09:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kim Scarborough >Release: FreeBSD 3.5-RELEASE i386 >Organization: Niuean Pop Cultural Archive >Environment: N/A >Description: Small fix for a better build of camlp4. It also fixes the broken manpage symlinks. I am the maintainer of this port. >How-To-Repeat: N/A >Fix: diff -c -r camlp4.orig/Makefile camlp4/Makefile *** camlp4.orig/Makefile Tue Aug 1 06:58:28 2000 --- camlp4/Makefile Sat Aug 12 11:09:51 2000 *************** *** 16,31 **** MAINTAINER= user@unknown.nu ! BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml HAS_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/config CONFIGURE_SCRIPT= configure_batch CONFIGURE_ENV= PREFIX=${PREFIX} ! ALL_TARGET= world MAN1= camlp4.1 ! MANLINKS= camlp4.1 camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 MANCOMPRESSED= no .include --- 16,31 ---- MAINTAINER= user@unknown.nu ! BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml HAS_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/config CONFIGURE_SCRIPT= configure_batch CONFIGURE_ENV= PREFIX=${PREFIX} ! ALL_TARGET= world bootstrap opt MAN1= camlp4.1 ! MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 camlp4.1 ocpp.1 MANCOMPRESSED= no .include diff -c -r camlp4.orig/pkg/PLIST camlp4/pkg/PLIST *** camlp4.orig/pkg/PLIST Wed Jul 12 18:21:15 2000 --- camlp4/pkg/PLIST Sat Aug 12 11:06:06 2000 *************** *** 55,58 **** --- 55,65 ---- lib/camlp4/plexer.cmi lib/camlp4/grammar.cmi lib/camlp4/gramext.cmi + lib/camlp4/gramext.cmx + lib/camlp4/gramlib.a + lib/camlp4/gramlib.cmxa + lib/camlp4/grammar.cmx + lib/camlp4/plexer.cmx + lib/camlp4/stdpp.cmx + lib/camlp4/token.cmx @dirrm lib/camlp4 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message