Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2000 15:08:52 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22160: Update port: emulators/x48
Message-ID:  <20001020220852.F163C37B4CF@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         22160
>Category:       ports
>Synopsis:       Update port: emulators/x48
>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:   Fri Oct 20 15:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix Imakefile breakage under XFree86 4.x

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/emulators/x48/files/patch-ac emulators/x48/files/patch-ac
--- /usr/ports/emulators/x48/files/patch-ac	Sat Aug 19 01:44:36 2000
+++ emulators/x48/files/patch-ac	Sat Oct 14 13:22:42 2000
@@ -1,5 +1,5 @@
 --- src/Imakefile.orig	Thu Jun 17 00:32:19 1999
-+++ src/Imakefile	Tue Aug 15 22:07:30 2000
++++ src/Imakefile	Sat Oct 14 13:22:30 2000
 @@ -60,7 +60,7 @@
        LDOPTIONS = LDOPTIONS_DEF
  #endif
@@ -21,7 +21,7 @@
  
  depend:: version.c X48.ad.h
  
-@@ -102,16 +102,15 @@
+@@ -102,16 +102,20 @@
  	RemoveTargetProgram($@)                                         @@\
  	$(CC) -o $@ $(LDOPTIONS) $(OBJS4) locallib $(LDLIBS) syslib $(EXTRA_LOAD_FLAGS) @@\
                                                                          @@\
@@ -35,10 +35,15 @@
 -ComplexProgramTarget_2($(BIN)/dump2rom,,)
 -ComplexProgramTarget_3($(BIN)/checkrom,,)
 -ComplexProgramTarget_4($(BIN)/mkcard,,)
-+ComplexProgramTarget_1(x48, $(X48LIBS),)
-+ComplexProgramTarget_2(dump2rom,,)
-+ComplexProgramTarget_3(checkrom,,)
-+ComplexProgramTarget_4(mkcard,,)
++NormalProgramTarget(x48, $(OBJS1),, $(X48LIBS),)
++NormalProgramTarget(dump2rom, $(OBJS2),,,)
++NormalProgramTarget(checkrom, $(OBJS3),,,)
++NormalProgramTarget(mkcard, $(OBJS4),,,)
++
++InstallProgram(x48, $(BINDIR))
++InstallProgram(dump2rom, $(BINDIR))
++InstallProgram(checkrom, $(BINDIR))
++InstallProgram(mkcard, $(BINDIR))
  
  InstallAppDefaults(X48)
  


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001020220852.F163C37B4CF>