adam
72ed0307eb
Revbump after boost-libs update
2014-08-13 10:57:32 +00:00
adam
81059da3bd
Revbump after updating devel/boost-libs
2013-11-20 20:04:35 +00:00
obache
be6a7bf66d
recursive bump from boost-lib shlib major bump.
2013-11-20 13:23:41 +00:00
obache
07659b9b8d
recursive bump from boost-lib shlib update.
2013-02-15 11:53:59 +00:00
asau
e1ab7079b6
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-31 11:16:30 +00:00
adam
9fde0ec108
Revbump after updating boost
2012-07-02 13:37:35 +00:00
dholland
7e751949e4
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
...
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
hans
718bbf4bcf
Recursive bump from devel/boost-libs update.
2012-02-29 16:32:19 +00:00
obache
bfb58ce856
REcursive bump from boost-libs shlib bump.
2012-01-09 03:01:49 +00:00
sbd
2d2963e0a5
Add missing devel/zlib buildlink.
...
Bump PKGREVISION
2011-11-26 06:08:47 +00:00
obache
9725d3de74
Recursive Bump from boost-libs ABI bump.
2011-10-19 06:12:58 +00:00
hans
caa27a29db
Fix build on SunOS.
2011-09-14 15:53:35 +00:00
drochner
0c209bbc43
update to 2.1.1
...
changes:
-bugfixes
-Upgrade XMPCore to Adobe XMP 4.4.2
-API additions
2010-11-16 13:50:56 +00:00
heinz
ccd5df3b35
Added LICENSE information.
2010-01-30 16:27:59 +00:00
joerg
bacea7cad5
Remove @dirrm entries from PLISTs
2009-06-14 17:48:39 +00:00
joerg
2d1ba244e9
Simply and speed up buildlink3.mk files and processing.
...
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
dsainty
93843d295d
Make sure that the libraries are linked with libiconv if necessary, to avoid
...
the build failing like so (on Linux systems):
g++ -fexceptions -funsigned-char -fPIC -Wno-multichar -Wno-implicit -Wno-ctor-dtor-privacy -O2 -I/tmp/pkgsrc1/devel/exempi/work/.buildlink/include -Wl,-R/usr/pkgroot1/lib -o xmpfilescoverage XMPFilesCoverage.o -L/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPCore/.libs/libXMPCore.a ../../source/XMPFiles/.libs/libXMPFiles.a ../../source/common/.libs/libxmpcommon.a /tmp/pkgsrc1/devel/exempi/work/.buildlink/lib/libexpat.so ../../third-party/MD5/.libs/libmd5.a -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib
../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::Latin1ToUTF8(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
Reconcile_Impl.cpp:(.text+0x1a1): undefined reference to `libiconv_open'
Reconcile_Impl.cpp:(.text+0x1f0): undefined reference to `libiconv'
Reconcile_Impl.cpp:(.text+0x1fb): undefined reference to `libiconv_close'
../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::UTF8ToLatin1(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
Reconcile_Impl.cpp:(.text+0x341): undefined reference to `libiconv_open'
Reconcile_Impl.cpp:(.text+0x390): undefined reference to `libiconv'
Reconcile_Impl.cpp:(.text+0x39b): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
*** Error code 1
2009-01-08 08:42:41 +00:00
hasso
3839bb6078
Make this patch NetBSD only unbreaking other platforms. GNU iconv switched
...
to use char** by default as well some time ago.
2008-11-19 09:30:26 +00:00
wiz
96d69f1428
Downgrade to 2.0.0, 2.0.2 is broken on NetBSD.
2008-09-22 15:04:42 +00:00
wiz
7f395a7514
Update to 2.0.2:
...
2.0.2
- Bug #16598 : address the lack of TLS for sone platforms.
2.0.1
- Bug #14612 : no stdbool.h for Sun compilers.
- Bug #14613 : check for iconv() const-ness.
- Make the error checking more robust.
- Make error code thread-safe (ie local to the thread).
2008-09-08 19:08:18 +00:00
joerg
ba171a91fa
Add DESTDIR support.
2008-06-12 02:14:13 +00:00
obache
d2087828fd
GNU configure require C compiler in configure phase.
...
Suggested by Hasso Tepper in PR 38626.
2008-05-24 06:14:00 +00:00
wiz
fdf69c7717
Import exempi-2.0.0 as devel/exempi.
...
XMP (Extensible Metadata Platform) facilitates embedding metadata
in files using a subset of RDF. Most notably XMP supports embedding
metadata in PDF and many image formats, though it is designed to
support nearly any file type.
2008-04-12 10:56:18 +00:00