mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Mark IGNORE on 32-bit platforms for now[*].
- Add missing USE_LDCONFIG. - Regenerate patch files to make portlint happy. PR: 201537
This commit is contained in:
parent
d798c6aea8
commit
291d148bdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392433
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= turboxsl
|
||||
PORTVERSION= 0.0.899004eb7b
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
@ -13,7 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= libck.so:${PORTSDIR}/devel/concurrencykit \
|
||||
libmemcached.so:${PORTSDIR}/databases/libmemcached
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 ia64 powerpc64 sparc64
|
||||
USES= autoreconf libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Litres
|
||||
GH_TAGNAME= 899004eb7b
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.am.orig 2015-07-03 03:01:10.000000000 +0900
|
||||
+++ Makefile.am 2015-07-10 04:11:03.293694000 +0900
|
||||
@@ -8,6 +8,6 @@
|
||||
--- Makefile.am.orig 2015-07-02 18:01:10 UTC
|
||||
+++ Makefile.am
|
||||
@@ -8,6 +8,6 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
bin_SCRIPTS = turboxsl-config
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.ac.orig 2015-07-10 03:45:40.793312000 +0900
|
||||
+++ configure.ac 2015-07-10 03:45:53.160053000 +0900
|
||||
@@ -23,14 +23,6 @@
|
||||
--- configure.ac.orig 2015-07-02 18:01:10 UTC
|
||||
+++ configure.ac
|
||||
@@ -23,14 +23,6 @@ AC_SUBST(XSLT_LIBS)
|
||||
AC_SUBST(EXTRA_LIBS)
|
||||
AC_SUBST(M_LIBS)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/category.c.orig 2015-07-10 03:27:30.714218000 +0900
|
||||
+++ src/zlog/src/category.c 2015-07-10 03:28:10.280729000 +0900
|
||||
--- src/zlog/src/category.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/category.c
|
||||
@@ -6,6 +6,7 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/category_table.c.orig 2015-07-10 03:28:51.992237000 +0900
|
||||
+++ src/zlog/src/category_table.c 2015-07-10 03:29:10.446286000 +0900
|
||||
--- src/zlog/src/category_table.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/category_table.c
|
||||
@@ -6,6 +6,7 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/event.c.orig 2015-07-10 03:29:45.286866000 +0900
|
||||
+++ src/zlog/src/event.c 2015-07-10 03:29:59.614232000 +0900
|
||||
--- src/zlog/src/event.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/event.c
|
||||
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/record_table.c.orig 2015-07-10 03:30:42.116741000 +0900
|
||||
+++ src/zlog/src/record_table.c 2015-07-10 03:30:54.707463000 +0900
|
||||
--- src/zlog/src/record_table.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/record_table.c
|
||||
@@ -6,6 +6,7 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/rotater.c.orig 2015-07-10 03:31:33.156849000 +0900
|
||||
+++ src/zlog/src/rotater.c 2015-07-10 03:31:42.997304000 +0900
|
||||
--- src/zlog/src/rotater.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/rotater.c
|
||||
@@ -6,6 +6,7 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/rule.c.orig 2015-07-10 03:32:15.578671000 +0900
|
||||
+++ src/zlog/src/rule.c 2015-07-10 03:35:22.106690000 +0900
|
||||
--- src/zlog/src/rule.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/rule.c
|
||||
@@ -8,12 +8,12 @@
|
||||
|
||||
#include "fmacros.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/zc_util.c.orig 2015-07-10 03:36:43.533900000 +0900
|
||||
+++ src/zlog/src/zc_util.c 2015-07-10 03:36:53.470268000 +0900
|
||||
--- src/zlog/src/zc_util.c.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/zc_util.c
|
||||
@@ -6,6 +6,7 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/zlog/src/zc_xplatform.h.orig 2015-07-10 03:35:37.045763000 +0900
|
||||
+++ src/zlog/src/zc_xplatform.h 2015-07-10 03:35:49.501573000 +0900
|
||||
--- src/zlog/src/zc_xplatform.h.orig 2015-07-02 18:01:10 UTC
|
||||
+++ src/zlog/src/zc_xplatform.h
|
||||
@@ -9,6 +9,7 @@
|
||||
#define __zc_xplatform_h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user