ports/55350: Patch for x11/xkeycaps port to build on -current

Glenn Johnson gjohnson at srrc.ars.usda.gov
Thu Aug 7 20:30:13 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list