1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Update to 5.16.4

This commit is contained in:
Johan van Selst 2009-03-09 18:07:28 +00:00
parent 9ec3f9e8e8
commit 4541f56212
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229774
3 changed files with 13 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pcre
PORTVERSION= 5.15.1
PORTVERSION= 5.16.4
CATEGORIES= devel
MASTER_SITES= http://www.ocaml.info/ocaml_sources/
PKGNAMEPREFIX= ocaml-

View File

@ -1,3 +1,3 @@
MD5 (pcre-ocaml-5.15.1.tar.gz) = f12f264a755670cd8a95b688f92a7854
SHA256 (pcre-ocaml-5.15.1.tar.gz) = c8d92ffd31ade13a6bf108710c07d86c2d14e548e53da7af8cae257957173379
SIZE (pcre-ocaml-5.15.1.tar.gz) = 58515
MD5 (pcre-ocaml-5.16.4.tar.gz) = 9d0cf579a319c035668db8f533b2a04f
SHA256 (pcre-ocaml-5.16.4.tar.gz) = 8e24fcdd6ffcb1ee17297a004f12d1ec8e05a27f20e51ac2c8bcb34cd28a4f53
SIZE (pcre-ocaml-5.16.4.tar.gz) = 59339

View File

@ -1,10 +1,11 @@
--- lib/Makefile.orig Sat Dec 9 20:39:45 2006
+++ lib/Makefile Sat Dec 9 20:39:49 2006
@@ -1,7 +1,6 @@
--- lib/Makefile.orig 2009-03-09 09:14:29.000000000 +0100
+++ lib/Makefile 2009-03-09 09:14:35.000000000 +0100
@@ -1,7 +1,7 @@
OCAMLMAKEFILE = ../OCamlMakefile
SOURCES = pcre.mli pcre.ml pcre_stubs.c
-CFLAGS = -O2
CLIBS = pcre
RESULT = pcre
SOURCES := pcre.mli pcre.ml pcre_stubs.c
-CFLAGS := -O2 $(shell pcre-config --cflags)
+CFLAGS += $(shell pcre-config --cflags)
PCRE_FLAGS := $(shell pcre-config --libs)
OCAMLLDFLAGS := -cclib "$(PCRE_FLAGS)"
OCAMLMKLIB_FLAGS := $(PCRE_FLAGS)