Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 07:09:30 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304609 - head/devel/allegro-devel/files
Message-ID:  <201209210709.q8L79UYm086462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Sep 21 07:09:29 2012
New Revision: 304609
URL: http://svn.freebsd.org/changeset/ports/304609

Log:
  - apply patches for files/, that I forgot in previous commit, to fix build
  
  Reported by:	beatmail (pointyhat)

Deleted:
  head/devel/allegro-devel/files/patch-loadpng.c
Modified:
  head/devel/allegro-devel/files/patch-CMakeLists.txt

Modified: head/devel/allegro-devel/files/patch-CMakeLists.txt
==============================================================================
--- head/devel/allegro-devel/files/patch-CMakeLists.txt	Fri Sep 21 06:52:44 2012	(r304608)
+++ head/devel/allegro-devel/files/patch-CMakeLists.txt	Fri Sep 21 07:09:29 2012	(r304609)
@@ -3,13 +3,13 @@
 @@ -66,7 +66,7 @@
  endif(WIN32)
  
- set(ALLEGRO_VERSION 4.4.1)
+ set(ALLEGRO_VERSION 4.4.2)
 -string(REGEX MATCH "^[0-9]+[.][0-9]+" ALLEGRO_SOVERSION ${ALLEGRO_VERSION})
 +string(REGEX MATCH "^[0-9]" ALLEGRO_SOVERSION ${ALLEGRO_VERSION})
  
  # Mac OS X -compatibility_version.
  # XXX doesn't seem to work
-@@ -884,7 +884,7 @@
+@@ -961,7 +961,7 @@
              @ONLY
              )
          install(FILES ${LIBRARY_OUTPUT_PATH}/pkgconfig/${name}${lib_type}.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209210709.q8L79UYm086462>