Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / uucp


Commits:
7f72538f by Sergej Pupykin at 2026-06-07T21:14:32+03:00
upgpkg: 1.07-8
https://archlinux.org/todo/rebuild-packages-older-than-two-years/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = uucp
        pkgdesc = Taylor UUCP is a free implementation of UUCP and is the 
standard UUCP used on the GNU system
        pkgver = 1.07
-       pkgrel = 7
+       pkgrel = 8
        url = https://www.gnu.org/software/uucp/uucp.html
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=7
+pkgrel=8
 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
 arch=(x86_64)
 url="https://www.gnu.org/software/uucp/uucp.html";
@@ -17,11 +17,12 @@ 
sha256sums=('060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
+  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2 -std=gnu99 -Wno-implicit-int 
-Wno-implicit-function-declaration|g' configure
 }
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  export CFLAGS="$CFLAGS -std=gnu99 -Wno-implicit-int 
-Wno-implicit-function-declaration -Wno-incompatible-pointer-types 
-Wno-format-security"
   ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp --sbindir=/usr/bin
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uucp/-/commit/7f72538f806be55be42a56791c3b48519d6f8b7b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uucp/-/commit/7f72538f806be55be42a56791c3b48519d6f8b7b
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to