pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/libcups



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 16 23:42:21 UTC 2023

Modified Files:
        pkgsrc/print/libcups: Makefile PLIST

Log Message:
libcups: commit forgotten file


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/libcups/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/libcups/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.24 pkgsrc/print/libcups/Makefile:1.25
--- pkgsrc/print/libcups/Makefile:1.24  Fri Jun 16 23:37:13 2023
+++ pkgsrc/print/libcups/Makefile       Fri Jun 16 23:42:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/06/16 23:37:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2023/06/16 23:42:21 wiz Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -19,7 +19,6 @@ CONFLICTS+=   LPRng-[0-9]* LPRng-core-[0-9
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-source//}
 UNLIMIT_RESOURCES=     datasize memorysize
 USE_LANGUAGES=         c c++   # pdftops is a C++ application
-USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            aclocal autoconf automake gmake pkg-config
 GNU_CONFIGURE=         yes
@@ -33,7 +32,6 @@ CONFIGURE_ARGS+=      --with-components=libcu
 CONFIGURE_ARGS+=       --enable-libpaper
 CONFIGURE_ARGS+=       --with-exe-file-perm=0755
 CONFIGURE_ARGS+=       --with-tls=gnutls
-CONFIGURE_ARGS+=       --enable-libtool_unsupported=${LIBTOOL}
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 
@@ -68,7 +66,7 @@ SUBST_STAGE.piefix=   pre-configure
 PKGCONFIG_OVERRIDE+=           cups.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
-AUTOCONF_REQD=         2.71
+AUTOCONF_REQD+=                2.71
 pre-configure:
        cd ${WRKSRC} && aclocal && autoconf
 

Index: pkgsrc/print/libcups/PLIST
diff -u pkgsrc/print/libcups/PLIST:1.2 pkgsrc/print/libcups/PLIST:1.3
--- pkgsrc/print/libcups/PLIST:1.2      Tue May 10 20:47:38 2022
+++ pkgsrc/print/libcups/PLIST  Fri Jun 16 23:42:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/05/10 20:47:38 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/06/16 23:42:21 wiz Exp $
 bin/cups-config
 include/cups/adminutil.h
 include/cups/array.h
@@ -15,8 +15,8 @@ include/cups/raster.h
 include/cups/sidechannel.h
 include/cups/transcode.h
 include/cups/versioning.h
-lib/libcups.la
-lib/libcupsimage.la
+lib/libcups.so
+lib/libcups.so.2
 lib/pkgconfig/cups.pc
 share/locale/ca/cups_ca.po
 share/locale/cs/cups_cs.po



Home | Main Index | Thread Index | Old Index