[139299] trunk/dports/devel/libdvbpsi

ctreleaven at macports.org ctreleaven at macports.org
Tue Aug 11 08:31:22 PDT 2015


Revision: 139299
          https://trac.macports.org/changeset/139299
Author:   ctreleaven at macports.org
Date:     2015-08-11 08:31:21 -0700 (Tue, 11 Aug 2015)
Log Message:
-----------
libdvbpsi: bump to 1.3.0, remove now un-needed patch/reinplace

Modified Paths:
--------------
    trunk/dports/devel/libdvbpsi/Portfile

Removed Paths:
-------------
    trunk/dports/devel/libdvbpsi/files/patch-configure_Mavericks_flags.diff

Modified: trunk/dports/devel/libdvbpsi/Portfile
===================================================================
--- trunk/dports/devel/libdvbpsi/Portfile	2015-08-11 14:50:31 UTC (rev 139298)
+++ trunk/dports/devel/libdvbpsi/Portfile	2015-08-11 15:31:21 UTC (rev 139299)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            libdvbpsi
-version         1.2.0
+version         1.3.0
 categories      devel multimedia
 license         LGPL-2.1+
 maintainers     nomaintainer
@@ -21,9 +21,8 @@
 
 use_bzip2       yes
 
-checksums           sha1    b918985f65e1d14bf19209b6b3def254c902901a \
-                    rmd160  0c14a32f1cab0dbe834bcb02cbc8cc9a6fc47752 \
-                    sha256  36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8
+checksums           rmd160  dbd946bc2a423b0351d34b360f505241219b7d45 \
+                    sha256  a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe
 
 # examples currently fail for different on different OS versions
 # disable everywhere, for now
@@ -32,10 +31,6 @@
 depends_build-append \
                     port:automake port:autoconf port:libtool
 
-post-patch {
-    reinplace "s:-Werror::" ${worksrcpath}/configure.ac
-}
-
 pre-configure {
     system -W ${worksrcpath} "/bin/sh bootstrap"
 }
@@ -43,11 +38,5 @@
 configure.args-append \
                     --disable-silent-rules --enable-release
 
-platform darwin {
-    if {${os.major} >= 13} {
-        # assume Yosemite will also have this issue
-        patchfiles-append patch-configure_Mavericks_flags.diff
-    }
-}
 livecheck.url       http://download.videolan.org/pub/${name}/
 livecheck.regex     {>([0-9.]+)/<}

Deleted: trunk/dports/devel/libdvbpsi/files/patch-configure_Mavericks_flags.diff
===================================================================
--- trunk/dports/devel/libdvbpsi/files/patch-configure_Mavericks_flags.diff	2015-08-11 14:50:31 UTC (rev 139298)
+++ trunk/dports/devel/libdvbpsi/files/patch-configure_Mavericks_flags.diff	2015-08-11 15:31:21 UTC (rev 139299)
@@ -1,12 +0,0 @@
-$ diff -u configure.ac.orig configure.ac
---- configure.ac.orig	2014-10-15 09:00:52.000000000 -0400
-+++ configure.ac	2014-10-15 09:04:11.000000000 -0400
-@@ -23,7 +23,7 @@
- 
- dnl add features to CFLAGS
- CFLAGS_dist="-Wall -Werror --std=gnu99 -D_GNU_SOURCE"
--CFLAGS_dist="${CFLAGS_dist} -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
-+CFLAGS_dist="${CFLAGS_dist} -Wno-tautological-constant-out-of-range-compare -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
- 
- dnl check the operating system
- case "${target_os}" in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150811/993386b9/attachment.html>


More information about the macports-changes mailing list