Commit graph

21 commits

Author SHA1 Message Date
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
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
6c9c77e597 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:42 +00:00
hans
4a93e279bb Fix previous fix. 2011-11-30 23:48:18 +00:00
hans
b310e96b20 Fix a warnings about assigned but unused variable, which caused the
build to fail.
2011-11-29 15:12:07 +00:00
joerg
93c2471ceb Fix a bunch of real world bugs that clang warns about. Fix up fix for
ctype usage to actually do the right thing, not just stop the warning.
Bump revision.
2011-07-21 15:35:55 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
obache
ae84c65e3c After changed MASTER_SITE from the wiki, no need to do custom fetch.
Noticed by Brook Milligan in tech-pkg@.
2009-06-09 03:57:26 +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
wiz
f34e588acc Fix build with Sun Studio, which does not provide __FUNCTION__.
From Daniel Vergien on pkgsrc-users.
2009-01-10 22:08:46 +00:00
rillig
c3c51f7fac Fixed download site. Patch by Rumko via pkgsrc-users. 2008-11-26 00:32:55 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
yyamano
aca7af772d Make this buld on DragonFly. I forgot to commit it. 2007-12-12 13:24:39 +00:00
yyamano
e5671f2d9d Make this buld on DragonFly.
Confirmed by Petr Janda on pkgsrc-users. Thanks!
2007-12-11 13:35:37 +00:00
yyamano
4a27f2d0bc Make this build on Darwin. 2007-12-11 06:04:02 +00:00
markd
dc3d620004 Explicitly disable python support 2007-05-25 10:47:53 +00:00
seb
0343be7569 Fix path to self in BUILDLINK_PKGSRCDIR.libopensync 2007-05-23 21:27:26 +00:00
markd
14c44c0ac4 Initial import libopensync version 0.22
OpenSync is a synchronization framework that is platform and distribution
independent. It consists of a powerful sync-engine and several plugins
that can be used to connect to devices.

OpenSync is very flexible and capable of synchronizing any type of data,
including contacts, calendar, tasks, notes and files.
2007-05-23 12:44:40 +00:00