mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- Update to 0.4.2
- Add LICENSE - Regenerate patches
This commit is contained in:
parent
73065679f0
commit
91f84428a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423644
5 changed files with 11 additions and 20 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= liblqr-1
|
PORTNAME= liblqr-1
|
||||||
DISTVERSION= 0.4.1
|
PORTVERSION= 0.4.2
|
||||||
PORTREVISION= 8
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \
|
MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \
|
||||||
http://mirror.amdmi3.ru/distfiles/
|
http://mirror.amdmi3.ru/distfiles/
|
||||||
|
@ -11,6 +10,9 @@ MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \
|
||||||
MAINTAINER= amdmi3@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
COMMENT= Easy to use C/C++ seam carving library
|
COMMENT= Easy to use C/C++ seam carving library
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||||
|
|
||||||
USES= tar:bzip2 gettext gmake pkgconfig libtool
|
USES= tar:bzip2 gettext gmake pkgconfig libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (liblqr-1-0.4.1.tar.bz2) = 9fda316804a4fa0a07184483a4b488611963340610615ea9cc25f6f31407e909
|
TIMESTAMP = 1476029434
|
||||||
SIZE (liblqr-1-0.4.1.tar.bz2) = 347474
|
SHA256 (liblqr-1-0.4.2.tar.bz2) = 173a822efd207d72cda7d7f4e951c5000f31b10209366ff7f0f5972f7f9ff137
|
||||||
|
SIZE (liblqr-1-0.4.2.tar.bz2) = 344739
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
Fix user-set path envvar confusing libtool
|
|
||||||
--- configure.orig 2009-05-12 03:41:59.000000000 +0400
|
|
||||||
+++ configure 2012-10-17 21:18:41.318049637 +0400
|
|
||||||
@@ -19894,7 +19894,7 @@
|
|
||||||
|
|
||||||
cat <<_LT_EOF >> "$cfgfile"
|
|
||||||
#! $SHELL
|
|
||||||
-
|
|
||||||
+path=
|
|
||||||
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
|
||||||
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
|
|
||||||
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- examples/Makefile.orig 2009-05-09 20:41:30.000000000 +0400
|
--- examples/Makefile.orig 2009-05-09 16:41:30 UTC
|
||||||
+++ examples/Makefile 2009-05-12 20:52:42.000000000 +0400
|
+++ examples/Makefile
|
||||||
@@ -63,17 +63,17 @@
|
@@ -63,17 +63,17 @@ all: $(tt1out) $(tt2out)
|
||||||
|
|
||||||
# linking
|
# linking
|
||||||
$(tt1out) : $(tt1obj)
|
$(tt1out) : $(tt1obj)
|
||||||
|
|
|
@ -13,7 +13,7 @@ include/lqr-1/lqr/lqr_vmap_list_pub.h
|
||||||
include/lqr-1/lqr/lqr_vmap_pub.h
|
include/lqr-1/lqr/lqr_vmap_pub.h
|
||||||
lib/liblqr-1.so
|
lib/liblqr-1.so
|
||||||
lib/liblqr-1.so.0
|
lib/liblqr-1.so.0
|
||||||
lib/liblqr-1.so.0.3.1
|
lib/liblqr-1.so.0.3.2
|
||||||
libdata/pkgconfig/lqr-1.pc
|
libdata/pkgconfig/lqr-1.pc
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/Introduction.html
|
%%HTMLDOCS%%%%DOCSDIR%%/Introduction.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/about-this-doc.html
|
%%HTMLDOCS%%%%DOCSDIR%%/about-this-doc.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue