Commit graph

12 commits

Author SHA1 Message Date
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