Commit graph

31 commits

Author SHA1 Message Date
Aleksej Saushev
b0cf4a4f7a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-29 00:50:33 +00:00
Thomas Klausner
a846ef0ec8 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:46:33 +00:00
Thomas Klausner
3f0b899955 Mark as not -j2 safe, and also mark it as user-destdir ready. 2009-03-04 11:47:00 +00:00
Thomas Klausner
dbf5bd4abe Add a working master site. Update HOMEPAGE.
Add missing dependency.
Fix build on NetBSD-current, assuming that all NetBSD's have statvfs.
This is wrong, and should be fixed properly when updating to a version
that's less than 4 years old.
Fix a double equal sign in test(1).

XXX: needs an update to 0.8.0b, but that version has trouble finding guile.
2008-09-22 12:16:16 +00:00
Tobias Nygren
d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00
Sergey Svishchev
418edcaeb7 Delint. 2007-03-01 19:12:14 +00:00
Thomas Klausner
642651a036 Rename openssl option to ssl, like in the rest of pkgsrc.
Use PKG_OPTIONS_REQUIRED_GROUP for libgcrypt/ssl selection.
2006-12-16 10:58:14 +00:00
Thomas Klausner
aafb65a014 Centralize package update notes for pkgsrc-wip packages.
pkglint support might be coming soon...

rillig@ ok
2006-05-18 19:36:29 +00:00
Johnny C. Lam
37f83ea08f Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-18 00:46:27 +00:00
Johnny C. Lam
9b16f6c531 BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:18:11 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Roland Illig
a3abc21304 Fixed some pkglint warnings. 2005-10-09 01:18:05 +00:00
Dieter Baron
ae0366bf9c Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:02:09 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Thomas Klausner
2f30b728b0 0.6.5 is out. 2004-11-26 22:17:43 +00:00
Todd Vierling
2e84f369c4 Factor out options into an options.mk a la many other packages. 2004-11-08 17:27:39 +00:00
Todd Vierling
a35a1bedd2 ...and completely comment out the IPv6 block, noting that the v6 transports
don't compile in this release.  (May be fixed with local patches soon.)
2004-11-06 03:41:33 +00:00
Todd Vierling
c7fe568889 Update to 0.6.4a; PKG_OPTIONS-ize the type of crypto used and the databases
available for the datastore.  It almost works now.

(On NetBSD 2.0, it runs for me, but has a lot of trouble trying to connect
to peers; it will open connections in nonblocking mode, but somehow not get
any responses to "sent" data. Methinks there are some nonblocking socket
no-no's in the code that just happen to work on Linux.)
2004-11-06 03:35:18 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Thomas Klausner
ea42f76d0b 0.6.4 out. 2004-08-29 15:26:35 +00:00
Todd Vierling
3258328d22 Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
2004-08-17 18:26:11 +00:00
Soren Jacobsen
00e05625f1 Convert to buildlink3. 2004-05-02 20:39:44 +00:00
Thomas Klausner
da4fa7432e Unused. 2004-04-26 09:22:10 +00:00
Soren Jacobsen
084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Thomas Klausner
99a69c73cc Update to 0.6.1. 2003-12-25 14:32:48 +00:00
Todd Vierling
67529b457c Fix checksum of patch-aa. 2003-10-13 14:25:31 +00:00
Juan Romero Pardines
c6d4674e81 oops, add missing PLIST file and NetBSD RCS tag to patch-aa, I need to
get some sleep heh :)
2003-07-18 05:59:22 +00:00
Juan Romero Pardines
497058ada2 Fix build and install on -current, I think that it will works on 1.6. 2003-07-18 05:12:55 +00:00
pancake ;)
2591ca6295 Initial import of gnunet - pancake
-- DESCR --

GNUnet is a framework for secure peer-to-peer networking
that does not use any centralized or otherwise trusted
services. A first service implemented on top of the
networking layer allows anonymous censorship-resistant
file-sharing. GNUnet uses a simple, excess-based economic
model to allocate resources. Peers in GNUnet monitor each
others behavior with respect to resource usage; peers that
contribute to the network are rewarded with better service.

GNUnet is part of the GNU project. Our official GNU website
can be found at http://www.gnu.org/software/GNUnet/.


-- TODO --

* Ignores IPv6 flag
* Non-Posix pthread functions doesn't exist on *BSD
  ...patch-aa seems to be incorrect
* Does not compiles under NetBSD
2003-07-18 02:50:08 +00:00