gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7907: barcode patch


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

------------------------------------------------------------
revno: 7907
revision-id: carlhansen1234@gmail.com-20211120035354-fzmbvqd8wcfigxpn
parent: carlhansen1234@gmail.com-20211120025420-yfrx4aldb6uvjeqw
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2021-11-19 19:53:54 -0800
message:
  barcode patch
added:
  pkg/gnu/barcode/files/gar-base.diff 
garbase.diff-20211120035037-at7k9yplvv7cbikz-1
modified:
  pkg/gnu/barcode/Makefile       makefile-20160617014725-uokjfnggs70iry9h-443
  pkg/gnu/barcode/config.mk      config.mk-20160617014913-n3dgi67wfhgxcc42-1
=== modified file 'pkg/gnu/barcode/Makefile'
--- a/pkg/gnu/barcode/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/barcode/Makefile  2021-11-20 03:53:54 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2021 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -14,6 +16,9 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = Barcode
 GARNAME = barcode
@@ -33,6 +38,7 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES =
+PATCHFILES = gar-base.diff
 
 BUILDDEPS =
 LIBDEPS =

=== modified file 'pkg/gnu/barcode/config.mk'
--- a/pkg/gnu/barcode/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/barcode/config.mk 2021-11-20 03:53:54 +0000
@@ -1,4 +1,5 @@
 ## Configuration options for barcode ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= CFLAGS=--save-temps
+

=== added file 'pkg/gnu/barcode/files/gar-base.diff'
--- a/pkg/gnu/barcode/files/gar-base.diff       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/barcode/files/gar-base.diff       2021-11-20 03:53:54 +0000
@@ -0,0 +1,23 @@
+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
+@@ -123,6 +123,6 @@
+ }
+ #endif
+ 
+-int streaming;
++exntern 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
+@@ -29,7 +29,7 @@
+ 
+ #define SHRINK_AMOUNT 0.15  /* shrink the bars to account for ink spreading */
+ 
+-
++int streaming;
+ /*
+  * How do the "partial" and "textinfo" strings work? See file "ps.c"
+  */


reply via email to

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