Date: Thu, 7 Aug 2003 15:27:58 -0500 (CDT) From: Glenn Johnson <gjohnson@srrc.ars.usda.gov> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55350: Patch for x11/xkeycaps port to build on -current Message-ID: <200308072027.h77KRvo6024166@node1.cluster.srrc.usda.gov> Resent-Message-ID: <200308072030.h77KUBSG012331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55350 >Category: ports >Synopsis: Patch for x11/xkeycaps port to build on -current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 07 13:30:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD node1.cluster.srrc.usda.gov 5.1-CURRENT FreeBSD 5.1-CURRENT #20: Mon Aug 4 10:42:53 CDT 2003 root@node1.cluster.srrc.usda.gov:/usr/obj/usr/src/sys/CLUSTER-FW i386 >Description: The attached patch needs to be added to the files subdirectory of the x11/xkeycaps port to have it build with gcc3.3.1 on FreeBSD -current. >How-To-Repeat: >Fix: --- patch-Imakefile begins here --- $FreeBSD$ --- Imakefile.orig Thu Aug 7 15:15:07 2003 +++ Imakefile Thu Aug 7 15:23:35 2003 @@ -1,5 +1,7 @@ -/**/# Imakefile for xkeycaps; -/**/# Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. +/* + * Imakefile for xkeycaps; + * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. + */ /* * To specify a different default keyboard (for when the vendor display @@ -353,9 +355,10 @@ TAR = tar COMPRESS = compress COMPRESS_EXT = Z -/**/# COMPRESS = gzip --verbose --best -/**/# COMPRESS_EXT = gz - +/* + * COMPRESS = gzip --verbose --best + * COMPRESS_EXT = gz + */ ComplexProgramTarget(xkeycaps) all-kbds.o: kbddef.h $(KBDIR)/all-kbds.h $(ALL_KBDS) --- patch-Imakefile ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308072027.h77KRvo6024166>