[Midnightbsd-cvs] mports [25055] trunk/graphics/linux-c6-png: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Feb 15 21:36:31 EST 2019


Revision: 25055
          http://svnweb.midnightbsd.org/mports/?rev=25055
Author:   laffer1
Date:     2019-02-15 21:36:31 -0500 (Fri, 15 Feb 2019)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/graphics/linux-c6-png/Makefile
    trunk/graphics/linux-c6-png/pkg-plist.amd64
    trunk/graphics/linux-c6-png/pkg-plist.i386

Added Paths:
-----------
    trunk/graphics/linux-c6-png/pkg-descr

Modified: trunk/graphics/linux-c6-png/Makefile
===================================================================
--- trunk/graphics/linux-c6-png/Makefile	2019-02-16 02:25:04 UTC (rev 25054)
+++ trunk/graphics/linux-c6-png/Makefile	2019-02-16 02:36:31 UTC (rev 25055)
@@ -9,12 +9,9 @@
 
 LICENSE=	other
 
-DESCR=		${.CURDIR}/../png/pkg-descr
 RPMVERSION=	2.el6_7
 USES=		linux:c6
 USE_LDCONFIG=	yes
 USE_LINUX_RPM=	yes
 
-OPTIONS_DEFINE=	DOCS
-
 .include <bsd.port.mk>

Added: trunk/graphics/linux-c6-png/pkg-descr
===================================================================
--- trunk/graphics/linux-c6-png/pkg-descr	                        (rev 0)
+++ trunk/graphics/linux-c6-png/pkg-descr	2019-02-16 02:36:31 UTC (rev 25055)
@@ -0,0 +1,13 @@
+Libpng was written as a companion to the PNG specification, as a
+way to reduce the amount of time and effort it takes to support
+the PNG file format in application programs.  Most users will not
+have to modify the library significantly; advanced users may want
+to modify it more.  The library was coded for both users.  All
+attempts were made to make it as complete as possible, while
+keeping the code easy to understand.  Currently, this library
+only supports C.  Support for other languages is being considered.
+
+LICENSE: libpng license
+
+WWW: http://www.libpng.org/pub/png/libpng.html
+     http://libpng.sourceforge.net/


Property changes on: trunk/graphics/linux-c6-png/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/graphics/linux-c6-png/pkg-plist.amd64
===================================================================
--- trunk/graphics/linux-c6-png/pkg-plist.amd64	2019-02-16 02:25:04 UTC (rev 25054)
+++ trunk/graphics/linux-c6-png/pkg-plist.amd64	2019-02-16 02:36:31 UTC (rev 25055)
@@ -6,11 +6,4 @@
 usr/lib64/libpng.so.3.49.0
 usr/lib64/libpng12.so.0
 usr/lib64/libpng12.so.0.49.0
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CMakeLists.txt
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/example.c
-%%PORTDOCS%%%%DOCSDIR%%/libpng-1.2.49.txt
 usr/share/man/man5/png.5.gz

Modified: trunk/graphics/linux-c6-png/pkg-plist.i386
===================================================================
--- trunk/graphics/linux-c6-png/pkg-plist.i386	2019-02-16 02:25:04 UTC (rev 25054)
+++ trunk/graphics/linux-c6-png/pkg-plist.i386	2019-02-16 02:36:31 UTC (rev 25055)
@@ -2,11 +2,4 @@
 usr/lib/libpng.so.3.49.0
 usr/lib/libpng12.so.0
 usr/lib/libpng12.so.0.49.0
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CMakeLists.txt
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/example.c
-%%PORTDOCS%%%%DOCSDIR%%/libpng-1.2.49.txt
 usr/share/man/man5/png.5.gz



More information about the Midnightbsd-cvs mailing list