diff options
author | sem <sem@FreeBSD.org> | 2007-01-31 04:23:16 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-01-31 04:23:16 +0800 |
commit | aa47494b3b100fc9acb7ecfda7f679eee714a054 (patch) | |
tree | 27054252251665434b3c04b315546f28435baf26 /devel/ace/files | |
parent | 2f8bfc8547c4d04fcc964b5e1dfd3d17fe4828ac (diff) | |
download | freebsd-ports-gnome-aa47494b3b100fc9acb7ecfda7f679eee714a054.tar.gz freebsd-ports-gnome-aa47494b3b100fc9acb7ecfda7f679eee714a054.tar.zst freebsd-ports-gnome-aa47494b3b100fc9acb7ecfda7f679eee714a054.zip |
- Add gnometarget. [1]
- Better eplanation in a BROKEN message (does not support <5.0) [1]
- Change patch-pkgconfig with a REPLACE_CMD in Makefile [1]
- Improve do-configure target to respect CC,CXX, etc. [1]
- Back shared libraries versioning that was removed by developers [2]
Submitted by: mezz [1]
Noted by: pav [2]
Diffstat (limited to 'devel/ace/files')
-rw-r--r-- | devel/ace/files/patch-pkgconfig | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/devel/ace/files/patch-pkgconfig b/devel/ace/files/patch-pkgconfig deleted file mode 100644 index 0d1e4552ead4..000000000000 --- a/devel/ace/files/patch-pkgconfig +++ /dev/null @@ -1,99 +0,0 @@ ---- ./ACEXML/common/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./ACEXML/common/Makefile.in Mon Mar 13 20:36:47 2006 -@@ -357,7 +357,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - lib_LTLIBRARIES = libACEXML.la ---- ./ACEXML/parser/parser/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./ACEXML/parser/parser/Makefile.in Mon Mar 13 20:36:55 2006 -@@ -346,7 +346,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - lib_LTLIBRARIES = libACEXML_Parser.la ---- ./ace/QoS/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./ace/QoS/Makefile.in Mon Mar 13 20:37:02 2006 -@@ -354,7 +354,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - @BUILD_QOS_TRUE@lib_LTLIBRARIES = libACE_QoS.la ---- ./ace/SSL/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./ace/SSL/Makefile.in Mon Mar 13 20:37:10 2006 -@@ -358,7 +358,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - @BUILD_SSL_TRUE@lib_LTLIBRARIES = libACE_SSL.la ---- ace/Makefile.in.orig Sun Jul 9 16:39:28 2006 -+++ ace/Makefile.in Sun Jan 28 13:57:44 2007 -@@ -1977,7 +1977,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - SUBDIRS = \ ---- ./Kokyu/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./Kokyu/Makefile.in Mon Mar 13 20:37:24 2006 -@@ -349,7 +349,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - SUBDIRS = \ ---- ./protocols/ace/HTBP/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./protocols/ace/HTBP/Makefile.in Mon Mar 13 20:37:31 2006 -@@ -349,7 +349,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - lib_LTLIBRARIES = libACE_HTBP.la ---- ./protocols/ace/RMCast/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./protocols/ace/RMCast/Makefile.in Mon Mar 13 20:37:37 2006 -@@ -360,7 +360,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - @BUILD_THREADS_TRUE@lib_LTLIBRARIES = libACE_RMCast.la ---- ./protocols/ace/TMCast/Makefile.in.orig Mon Mar 13 20:35:58 2006 -+++ ./protocols/ace/TMCast/Makefile.in Mon Mar 13 20:37:46 2006 -@@ -350,7 +350,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --pkgconfigdir = @libdir@/pkgconfig -+pkgconfigdir = @prefix@/libdata/pkgconfig - ACE_BUILDDIR = $(top_builddir) - ACE_ROOT = $(top_srcdir) - @BUILD_EXCEPTIONS_TRUE@@BUILD_THREADS_TRUE@lib_LTLIBRARIES = libACE_TMCast.la |