gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7909: barcode fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7909: barcode fix
Date: Fri, 19 Nov 2021 23:19:54 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7909
revision-id: carlhansen1234@gmail.com-20211120041948-ax1svalfvpjyiaae
parent: carlhansen1234@gmail.com-20211120035759-u1ifcsy88x4mk68j
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2021-11-19 20:19:48 -0800
message:
  barcode fix
removed:
  pkg/gnu/barcode/files/barcode-0.98-fix-install.diff 
barcode0.98fixinstal-20160617014725-uokjfnggs70iry9h-2061
modified:
  pkg/gnu/barcode/Makefile       makefile-20160617014725-uokjfnggs70iry9h-443
  pkg/gnu/barcode/files/gar-base.diff 
garbase.diff-20211120035037-at7k9yplvv7cbikz-1
  pkg/gnu/barcode/sha256sums     sha256sums-20160617014725-uokjfnggs70iry9h-445
=== modified file 'pkg/gnu/barcode/Makefile'
--- a/pkg/gnu/barcode/Makefile  2021-11-20 03:57:59 +0000
+++ b/pkg/gnu/barcode/Makefile  2021-11-20 04:19:48 +0000
@@ -38,7 +38,7 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig
-PATCHFILES = gar-base.diff
+#PATCHFILES = gar-base.diff
 
 BUILDDEPS =
 LIBDEPS =

=== removed file 'pkg/gnu/barcode/files/barcode-0.98-fix-install.diff'
--- a/pkg/gnu/barcode/files/barcode-0.98-fix-install.diff       2016-06-17 
19:08:15 +0000
+++ b/pkg/gnu/barcode/files/barcode-0.98-fix-install.diff       1970-01-01 
00:00:00 +0000
@@ -1,36 +0,0 @@
-diff -x config.log -x config.status -ru work/barcode-0.98/Makefile.in 
work/barcode-0.98/Makefile.in
---- work/barcode-0.98/Makefile.in      2001-10-17 15:26:21.000000000 +0200
-+++ work/barcode-0.98/Makefile.in      2012-11-22 19:13:34.879409422 +0100
-@@ -1,7 +1,7 @@
- #
- # This Makefile should run fine with both pmake and gmake
- #
--
-+DESTDIR = 
- CC = @CC@
- CFLAGS = @CFLAGS@ @DEFS@ @NO_GETOPT@ @NO_LIBPAPER@ @NO_STRERROR@
- RANLIB = @RANLIB@
-@@ -63,14 +63,15 @@
-       cd doc && $(MAKE) 
- 
- install:
--      $(INSTALL) -d $(BINDIR) $(INCDIR) $(LIBDIR) $(MAN1DIR) \
--              $(MAN3DIR) $(INFODIR)
--      $(INSTALL) -c $(TARGET) $(BINDIR)
--      $(INSTALL) -c -m 0644 $(HEADER) $(INCDIR)
--      $(INSTALL) -c -m 0644  $(LIBRARY) $(LIBDIR)
--      $(INSTALL) -c -m 0644  $(MAN1) $(MAN1DIR)
--      $(INSTALL) -c -m 0644  $(MAN3) $(MAN3DIR)
--      $(INSTALL) -c -m 0644  $(INFO) $(INFODIR)
-+      $(INSTALL) -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(INCDIR) \
-+              $(DESTDIR)$(LIBDIR) $(DESTDIR)$(MAN1DIR) \
-+              $(DESTDIR)$(MAN3DIR) $(DESTDIR)$(INFODIR)
-+      $(INSTALL) -c $(TARGET) $(DESTDIR)$(BINDIR)
-+      $(INSTALL) -c -m 0644 $(HEADER) $(DESTDIR)$(INCDIR)
-+      $(INSTALL) -c -m 0644  $(LIBRARY) $(DESTDIR)$(LIBDIR)
-+      $(INSTALL) -c -m 0644  $(MAN1) $(DESTDIR)$(MAN1DIR)
-+      $(INSTALL) -c -m 0644  $(MAN3) $(DESTDIR)$(MAN3DIR)
-+      $(INSTALL) -c -m 0644  $(INFO) $(DESTDIR)$(INFODIR)
- 
- uninstall:
-       $(RM) -f $(BINDIR)/$(TARGET)

=== modified file 'pkg/gnu/barcode/files/gar-base.diff'
--- a/pkg/gnu/barcode/files/gar-base.diff       2021-11-20 03:53:54 +0000
+++ b/pkg/gnu/barcode/files/gar-base.diff       2021-11-20 04:19:48 +0000
@@ -1,17 +1,17 @@
 diff -x config.log -x config.status -ru tmp/barcode-0.99/barcode.h 
work/barcode-0.99/barcode.h
 --- tmp/barcode-0.99/barcode.h 2013-03-29 14:51:07.000000000 -0700
-+++ work/barcode-0.99/barcode.h        2021-11-19 19:44:44.154886358 -0800
++++ work/barcode-0.99/barcode.h        2021-11-19 20:12:01.887614956 -0800
 @@ -123,6 +123,6 @@
  }
  #endif
  
 -int streaming;
-+exntern int streaming;
++extern int streaming;
  
  #endif /* _BARCODE_H_ */
 diff -x config.log -x config.status -ru tmp/barcode-0.99/pcl.c 
work/barcode-0.99/pcl.c
 --- tmp/barcode-0.99/pcl.c     2013-03-29 15:23:31.000000000 -0700
-+++ work/barcode-0.99/pcl.c    2021-11-19 19:45:17.810064595 -0800
++++ work/barcode-0.99/pcl.c    2021-11-19 20:12:26.046746425 -0800
 @@ -29,7 +29,7 @@
  
  #define SHRINK_AMOUNT 0.15  /* shrink the bars to account for ink spreading */

=== modified file 'pkg/gnu/barcode/sha256sums'
--- a/pkg/gnu/barcode/sha256sums        2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/barcode/sha256sums        2021-11-20 04:19:48 +0000
@@ -1,1 +1,2 @@
-7c031cf3eb811242f53664379aebbdd9fae0b7b26b5e5d584c31a9f338154b64  
download/barcode-0.99.tar.gz
+e87ecf6421573e17ce35879db8328617795258650831affd025fba42f155cdc6  
download/barcode-0.99.tar.xz
+f53ccbff9d19c9e33c0607ef1e3b20a2894dbe5ac74a50e44d6310c5ac92854f  
download/barcode-0.99.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]