diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-07 16:17:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-07 16:17:31 +0800 |
commit | c97d58123643250c7c9b8be038874fc5602011cc (patch) | |
tree | 4332306775e19aa17e97aed2bf5a7ca0bdffc6ba | |
parent | e2960740ff77955aeaa087df171fc2d37ee6c4a2 (diff) | |
download | freebsd-ports-gnome-c97d58123643250c7c9b8be038874fc5602011cc.tar.gz freebsd-ports-gnome-c97d58123643250c7c9b8be038874fc5602011cc.tar.zst freebsd-ports-gnome-c97d58123643250c7c9b8be038874fc5602011cc.zip |
- update to 1.9.6
Feature safe: yes
-rw-r--r-- | devel/libcli/Makefile | 9 | ||||
-rw-r--r-- | devel/libcli/distinfo | 4 | ||||
-rw-r--r-- | devel/libcli/files/patch-Makefile | 10 |
3 files changed, 9 insertions, 14 deletions
diff --git a/devel/libcli/Makefile b/devel/libcli/Makefile index 6b5a117830dc..e0e02f164832 100644 --- a/devel/libcli/Makefile +++ b/devel/libcli/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: libcli -# Date created: 2011-04-27 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libcli -PORTVERSION= 1.9.5 +PORTVERSION= 1.9.6 CATEGORIES= devel MASTER_SITES= http://cloud.github.com/downloads/dparrish/libcli/ @@ -19,7 +14,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes PLIST_FILES= lib/libcli.so \ - lib/libcli.so.1.9.5 \ + lib/libcli.so.1.9.6 \ lib/libcli.so.1.9 \ lib/libcli.so.19 \ include/libcli.h diff --git a/devel/libcli/distinfo b/devel/libcli/distinfo index fb44741c8767..514db8a8e468 100644 --- a/devel/libcli/distinfo +++ b/devel/libcli/distinfo @@ -1,2 +1,2 @@ -SHA256 (libcli-1.9.5.tar.gz) = e2d78ead4c3cd040ca83127f21a3a3416997425c9037bbc086ff2635202df3fb -SIZE (libcli-1.9.5.tar.gz) = 28350 +SHA256 (libcli-1.9.6.tar.gz) = 1c601dfff694db85350a9335a17ae8da1d51cf3733a22739454cf21b258a06e8 +SIZE (libcli-1.9.6.tar.gz) = 29259 diff --git a/devel/libcli/files/patch-Makefile b/devel/libcli/files/patch-Makefile index 26fca9c04cf3..1f1edc0453c5 100644 --- a/devel/libcli/files/patch-Makefile +++ b/devel/libcli/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2011-05-03 22:52:15.000000000 -0400 -+++ ./Makefile 2012-05-17 07:17:09.000000000 -0400 +--- ./Makefile.orig 2012-06-07 06:51:30.000000000 +0200 ++++ ./Makefile 2012-11-07 09:01:50.707823595 +0100 @@ -1,23 +1,21 @@ UNAME = $(shell sh -c 'uname -s 2>/dev/null || echo not') DESTDIR = @@ -8,15 +8,15 @@ MAJOR = 1 MINOR = 9 - REVISION = 5 + REVISION = 6 LIB = libcli.so -CC = gcc -DEBUG = -g -OPTIM = -O3 --CFLAGS += $(DEBUG) $(OPTIM) -Wall -Wformat-security -Wno-format-zero-length +-CFLAGS += $(DEBUG) $(OPTIM) -Wall -std=c99 -pedantic -Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter +CC ?= gcc -+CFLAGS += -Wall -Wformat-security -Wno-format-zero-length ++CFLAGS += -Wall -Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter LDFLAGS += -shared LIBPATH += -L. |