pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/estic Consistently use c++ frontend end, not -x ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4f840e997db
branches:  trunk
changeset: 518395:f4f840e997db
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 08 07:35:50 2006 +0000

description:
Consistently use c++ frontend end, not -x c++ on FreeBSD and DragonFly.

diffstat:

 comms/estic/distinfo         |   4 ++--
 comms/estic/patches/patch-ag |  43 +++++++++++++++++++++++++++++++++++--------
 2 files changed, 37 insertions(+), 10 deletions(-)

diffs (97 lines):

diff -r c834f82d6dad -r f4f840e997db comms/estic/distinfo
--- a/comms/estic/distinfo      Fri Sep 08 06:20:52 2006 +0000
+++ b/comms/estic/distinfo      Fri Sep 08 07:35:50 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/01/05 17:12:35 joerg Exp $
+$NetBSD: distinfo,v 1.9 2006/09/08 07:35:50 joerg Exp $
 
 SHA1 (estic-1.60-sources.zip) = ce66a6d52faaf6adba492bb3f74e49eab608d0c3
 RMD160 (estic-1.60-sources.zip) = be071c72ab881c815dc9a0847f2b09914bdeb2ed
@@ -12,7 +12,7 @@
 SHA1 (patch-ad) = b7287df75abc237859ee25ce04c5b3df4d338c37
 SHA1 (patch-ae) = 29ce3dafba535a26aef00e53da05d51eb09617be
 SHA1 (patch-af) = 39a39789e8875d901bce07581b544ef8590af4fa
-SHA1 (patch-ag) = f12d7fe2bf40a420b8b045e52215cb844cae33e5
+SHA1 (patch-ag) = 8d73c2923b1a083683c30fbb066b4fe2872ce927
 SHA1 (patch-ah) = 4a5ce78d5d7173132c91ec5dbcf20b0484afe882
 SHA1 (patch-ai) = d7fdcc29f357a9a8b0790e2491f577160d05db34
 SHA1 (patch-aj) = afaa7e22e01fc698418fb6543fe8e7f81feab106
diff -r c834f82d6dad -r f4f840e997db comms/estic/patches/patch-ag
--- a/comms/estic/patches/patch-ag      Fri Sep 08 06:20:52 2006 +0000
+++ b/comms/estic/patches/patch-ag      Fri Sep 08 07:35:50 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.3 2002/09/21 07:06:42 jlam Exp $
+$NetBSD: patch-ag,v 1.4 2006/09/08 07:35:50 joerg Exp $
 
---- ../spunk/make/freebsd-x.mak.orig   Sun Nov 24 22:33:26 1996
-+++ ../spunk/make/freebsd-x.mak        Sat Feb 10 19:06:51 2001
-@@ -27,10 +27,9 @@
+--- ../spunk/make/freebsd-x.mak.orig   1996-11-24 22:33:26.000000000 +0100
++++ ../spunk/make/freebsd-x.mak
+@@ -27,10 +27,9 @@ AS = gas
  AR = ar
  LD = ld
  ZIP = zip
@@ -10,11 +10,11 @@
  
  # Flags for the gnu compiler
 -CFLAGS        = -DFREEBSD -DUSE_OLD_TTY -g -Wall -x c++ -I /usr/X11R6/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
-+CFLAGS        += -DFREEBSD -Wall -x c++ -I$(X11BASE)/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
++CFLAGS        += -DFREEBSD -Wall -I$(X11BASE)/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
  
  LIB   = spunk.a
  ZIPFILE = spunk.zip
-@@ -42,7 +41,7 @@
+@@ -42,7 +41,7 @@ ZIPFILE = spunk.zip
        $(CC) $(CFLAGS) -c $<
  
  .cc.o:
@@ -23,7 +23,7 @@
  
  # ------------------------------------------------------------------------------
  # All SPUNK OBJ files
-@@ -136,7 +135,7 @@
+@@ -136,7 +135,7 @@ RESEDITOBJS        =       resed.o         \
  # Dummy targets
  
  xresed:               $(LIB) $(RESEDITOBJS)
@@ -32,7 +32,7 @@
  
  lib:  $(LIB)
  
-@@ -149,7 +148,7 @@
+@@ -149,28 +148,28 @@ $(LIB):          $(OBJS)
  
  depend dep:
        @echo "Creating dependency information"
@@ -41,3 +41,30 @@
  
  # ------------------------------------------------------------------------------
  # Target specific files
+ 
+ console.o:    xsrc/console.cc $(HDRS)
+-      $(CC) $(CFLAGS) -c $<
++      $(CXX) $(CFLAGS) -c $<
+ 
+ delay.o:      unixsrc/delay.cc $(HDRS)
+-      $(CC) $(CFLAGS) -c $<
++      $(CXX) $(CFLAGS) -c $<
+ 
+ filesys.o:    unixsrc/filesys.cc $(HDRS)
+-      $(CC) $(CFLAGS) -c $<
++      $(CXX) $(CFLAGS) -c $<
+ 
+ nlsinit.o:    unixsrc/nlsinit.cc $(HDRS)
+-      $(CC) $(CFLAGS) -c $<
++      $(CXX) $(CFLAGS) -c $<
+ 
+ screen.o:     xsrc/screen.cc $(HDRS)
+-      $(CC) $(CFLAGS) -c $<
++      $(CXX) $(CFLAGS) -c $<
+ 
+ sercom.o:     unixsrc/sercom.cc $(HDRS)
+-      $(CC) $(CFLAGS) -c $<
++      $(CXX) $(CFLAGS) -c $<
+ 
+ # ------------------------------------------------------------------------------
+ # Create a ZIP file



Home | Main Index | Thread Index | Old Index