pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 25 07:46:19 UTC 2020

Modified Files:
        pkgsrc/print/ghostscript-agpl: distinfo
        pkgsrc/print/ghostscript-agpl/patches: patch-configure

Log Message:
ghostscript-agpl: get all LDFLAGS for FreeType2


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/ghostscript-agpl/distinfo
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/print/ghostscript-agpl/patches/patch-configure

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

Modified files:

Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.29 pkgsrc/print/ghostscript-agpl/distinfo:1.30
--- pkgsrc/print/ghostscript-agpl/distinfo:1.29 Tue Mar 24 16:34:45 2020
+++ pkgsrc/print/ghostscript-agpl/distinfo      Wed Mar 25 07:46:19 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2020/03/24 16:34:45 adam Exp $
+$NetBSD: distinfo,v 1.30 2020/03/25 07:46:19 adam Exp $
 
 SHA1 (ghostscript-9.52.tar.xz) = dd816e2fab38e99b86d2872838bf73e49420cfb8
 RMD160 (ghostscript-9.52.tar.xz) = b0a320a71b7de06043290e150307733ed7f591b9
@@ -9,5 +9,5 @@ SHA1 (patch-base_lib.mak) = 723926f167b4
 SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
 SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
 SHA1 (patch-base_unix-dll.mak) = 73b5ee7fcbc7940ce72f44b35417d624f7ae5bca
-SHA1 (patch-configure) = 218c3f36faca73d3145fe6a0aecab0a23d5a8ae0
+SHA1 (patch-configure) = ed5213adcb44070a77fc56297f4172f73dd2a8e7
 SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca

Index: pkgsrc/print/ghostscript-agpl/patches/patch-configure
diff -u pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.4 pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.5
--- pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.4   Tue Mar 24 16:34:45 2020
+++ pkgsrc/print/ghostscript-agpl/patches/patch-configure       Wed Mar 25 07:46:19 2020
@@ -1,7 +1,8 @@
-$NetBSD: patch-configure,v 1.4 2020/03/24 16:34:45 adam Exp $
+$NetBSD: patch-configure,v 1.5 2020/03/25 07:46:19 adam Exp $
 
 Use system zlib for linking.
 Add rpath.
+Get all LDFLAGS for FreeType2.
 Use correct install_name with path on Darwin.
 
 --- configure.orig     2020-03-19 08:22:25.000000000 +0000
@@ -35,6 +36,15 @@ Use correct install_name with path on Da
  
  $as_echo "#define USE_LIBPAPER 1" >>confdefs.h
  
+@@ -7324,7 +7322,7 @@ $as_echo_n "checking for system freetype
+                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+                 FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
+-                FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
++                FT_LIBS="`$PKGCONFIG --libs freetype2`"
+                 FT_BRIDGE=1
+                 SHARE_FT=1
+             else
 @@ -10881,10 +10879,10 @@ case $host in
      ;;
      *-darwin*)



Home | Main Index | Thread Index | Old Index