1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Install required header and bump PORTREVISION.

Submitted by:	Charles Sprickman <spork@bway.net>
This commit is contained in:
Alex Dupre 2010-08-25 09:07:27 +00:00
parent 29741176a4
commit 2c34c67def
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259961
3 changed files with 22 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#
PORTNAME= mysql
PORTREVISION= 1
PKGNAMESUFFIX= -client
COMMENT= Multithreaded SQL database (client)

View File

@ -0,0 +1,20 @@
--- include/Makefile.in.orig 2010-08-25 10:57:41.000000000 +0200
+++ include/Makefile.in 2010-08-25 10:58:36.000000000 +0200
@@ -405,7 +405,7 @@
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
- m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
+ m_ctype.h my_attribute.h my_compiler.h $(HEADERS_GEN_CONFIGURE) \
$(HEADERS_GEN_MAKE)
noinst_HEADERS = config-win.h config-netware.h my_bit.h \
@@ -416,7 +416,7 @@
my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
my_handler.h my_time.h my_vle.h my_user.h \
- my_libwrap.h my_stacktrace.h my_compiler.h
+ my_libwrap.h my_stacktrace.h
EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp

View File

@ -18,6 +18,7 @@ include/mysql/m_ctype.h
include/mysql/m_string.h
include/mysql/my_alloc.h
include/mysql/my_attribute.h
include/mysql/my_compiler.h
include/mysql/my_config.h
include/mysql/my_dbug.h
include/mysql/my_dir.h