Commit graph

178780 commits

Author SHA1 Message Date
hans
8da97f5173 Add pod2man to USE_TOOLS. 2011-11-29 18:19:32 +00:00
darcy
f4f1d8adca Update py-webpy to 0.36. 2011-11-29 18:18:33 +00:00
darcy
8a251a2ae8 Upgrade to 0.36.
Too many changes to list.  See
https://github.com/webpy/webpy/blob/master/ChangeLog.txt
2011-11-29 18:16:56 +00:00
hans
2e40253972 Fix build on SunOS. 2011-11-29 18:12:12 +00:00
hans
4f318d7991 Add perl to USE_TOOLS. 2011-11-29 18:06:18 +00:00
hans
8bc97ffa2d fix variable expansion 2011-11-29 18:00:56 +00:00
jmmv
b3989d77a0 Unbreak ffmpeg on NetBSD/macppc... again -- and a big fat comment warning
about this next to the relevant piece of code.  Looking at the CVS logs,
it's the 3rd time I fix this.  This, in turn, fixes the build of libdlna.

To fix the package, use the "proper" syntax to enable PIC within the
configure script, instead of applying what seems to be a hack. As before,
i386 is left PIC-less or otherwise ffmpeg breaks.

Tested on macppc and amd64.
2011-11-29 17:58:17 +00:00
drochner
615d8716b7 don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled
by the Xaw bl3 file
2011-11-29 17:55:07 +00:00
hans
80e7883a9c Fix perl usage. 2011-11-29 17:49:57 +00:00
drochner
eb37038945 g/c stale libXp bl3 inclusion 2011-11-29 17:49:01 +00:00
hans
21eaa018fe Fix perl usage. 2011-11-29 17:47:41 +00:00
wiz
749780b650 Updated editors/emacs to 23.3b 2011-11-29 17:16:07 +00:00
wiz
1166ad77e5 Updated devel/yasm to 1.2.0 2011-11-29 17:13:53 +00:00
wiz
b0f7c7ea9c Update to 1.2.0:
Changes from 1.1.0 to 1.2.0:

  o Add AVX2 instructions (rev 11 of Intel AVX reference) (#227).
  o Allow 64-bit LFS/LGS/LSS.
  o Improve LAR instruction support (#224).
  o Default win64 .xdata to nobase, add support for ..imagebase (#135).
  o Fix TIMES relocation handling.
  o Fix no-suffix push and pop in GAS mode (#212).
2011-11-29 17:13:42 +00:00
hans
680632a7db Revert nawk change. 2011-11-29 17:06:45 +00:00
darcy
630dc56c34 Updated www/py-beautifulsoup to 3.2.0. 2011-11-29 17:03:04 +00:00
darcy
853bdf110d Update to version 3.2.0. Not much in the way of release notes except this:
Beautiful Soup 3.2.0 features very little new functionality, but its version
number leapfrogs the defunct 3.1 series, preventing confusion about which
version is the latest.

However, the web site also says this about our previous version:

Beautiful Soup version 3.1.0.1 was released January 6, 2009. It won't work
very well — I consider it a failed experiment.
2011-11-29 17:00:54 +00:00
hans
afb8201f2d Add perldoc and pod2html to tools. 2011-11-29 16:51:58 +00:00
wiz
a90a5373f9 + libextractor-0.6.3, liferea-1.6.7, milter-manager-1.8.2,
mkvtoolnix-5.1.0, tkcvs-8.2.3, tkdiff-4.2, veusz-1.14, whohas-0.29,
  yabause-0.9.11 [pkg/45670].
2011-11-29 16:51:54 +00:00
darcy
24dfbc60bb General cleanups.
The old starship site is gone.  Get from NetBSD.org now.

Change homepage to a working one.

Add license.  Note that the only license reference I could find was "It
is distributed for free under a BSD-style license" which I took to mean
"original-bsd."

Doesn't work under Python 3.  Since it is deprecated in favour of the
py-imaging module there is no point in struggling with it.

Added comment to patch and regenerated distinfo.

No PKGREVISION bump since there are no changes to any code that ever built.
2011-11-29 16:26:57 +00:00
hans
c3ac9311a3 Unify handling of perl tools. 2011-11-29 16:13:08 +00:00
hans
f682d7d276 Fix build with -fstack-protector. 2011-11-29 15:46:24 +00:00
hans
17bc30c040 Add libuuid dependency stuff from Makefile to buildlink3.mk. 2011-11-29 15:42:01 +00:00
hans
96f0b91b1d Don't use ((command)), use ( (command)) instead. Fixes some build breakage. 2011-11-29 15:30:27 +00:00
hans
59c642b4a7 Fix a warnings about assigned but unused variable, which caused the
build to fail.
2011-11-29 15:12:07 +00:00
hans
69291b7877 On SunOS, don't build nawk if a native one is available. 2011-11-29 15:06:20 +00:00
ryoon
d354455435 Correct instructions in MESSAGE file.
Bump PKGREVISION.
2011-11-29 14:51:37 +00:00
ryoon
ac85246977 Add gnu-agpl-v3 to DEFAULT_ACCEPTABLE_LICENSES.
Sync with pkgsrc/pkgtools/pkg_install/files/lib/license.c.

XXX I follow documented policy in mk/license.mk.
2011-11-29 14:49:19 +00:00
adam
06b2605251 Added 91 to PGSQL_VERSIONS_ACCEPTED 2011-11-29 12:39:00 +00:00
hiramatsu
627855316a Updated devel/p5-NEXT to 0.65.
Added www/p5-JavaScript-Value-Escape version 0.06.
2011-11-29 10:42:05 +00:00
hiramatsu
06add12a60 Add p5-JavaScript-Value-Escape. 2011-11-29 10:40:46 +00:00
hiramatsu
c41b898918 Import JavaScript::Value::Escape into www/p5-JavaScript-Value-Escape,
which is required to update www/p5-Plack-Middleware-ConsoleLogger.

There are a lot of XSS, a security hole typically found in web
applications, caused by incorrect (or lack of) JavaScript
escaping. This module is aimed to provide a secure JavaScript escaping
to avoid XSS with JavaScript values.
2011-11-29 10:39:24 +00:00
hiramatsu
870b8a81f5 Update p5-NEXT to 0.65.
0.65    Mon Sep 20 03:32:46 2010
    - Remove unnecessary test boilerplate that caused trouble in the perl core.
2011-11-29 10:38:04 +00:00
wiz
c4da188a19 + imap-uw-2007f 2011-11-29 09:48:24 +00:00
sbd
e9f34a0bd9 Honor LDFLAGS from pkgsrc. 2011-11-29 06:21:02 +00:00
sbd
49f591232a Use CPPFLAGS and LDFLAGS to locate headers and librarys.
Bump PKGREVISION
2011-11-29 06:19:43 +00:00
sbd
5f58b9ee8d Give COMPILE, OPTIMIZE and LINK arguments to configure.
Bump PKGREVISON
2011-11-29 06:18:59 +00:00
sbd
3df4b567d9 Honor CFLAGS and LDFLAGS from pkgsrc. 2011-11-29 06:17:57 +00:00
sbd
edc30a7f9e Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
sbd
dab9140c7d Honor CFLAGS and LDFLAGS from pkgsrc. 2011-11-29 06:06:23 +00:00
cheusov
3112a288b4 Fix compilation failure:
./src/.libs/libgcrypt.so: undefined reference to `assert'
2011-11-29 01:33:37 +00:00
minskim
955f5967ea Update package names in the section on TeX packages. 2011-11-28 23:42:58 +00:00
marino
fa512b97d8 databases/dbh: Fix Gentoo ltmain sanitary check flaw 2011-11-28 22:56:52 +00:00
marino
170143e266 database/clisp-gdbm: Add gettext-lib buildlink3 for DragonFly 2011-11-28 22:55:02 +00:00
marino
07e1b1a393 database/clisp-bsd: Add gettext-lib buildlink3 for DragonFly 2011-11-28 22:51:41 +00:00
drochner
0ae9677082 remove incomplete libtoolization which made that plugins were built
as executables rather than loadable modules
This might cause that the pkg doesn't build on as many platforms as
it did before, but it has a chance to work now.
bump PKGREV
2011-11-28 22:51:27 +00:00
marino
771daacefd chat/tzc: Add DragonFly and FreeBSD support
DragonFly and FreeBSD don't build libdes with Kerberos IV.  Likely the
modification of removing -ldes and adding -lcrypt could have been done
entirely with changing LDFLAGS, but conservately sed subsitition was used
in order to avoid changing library linking order and possibly breaking
other platforms.
2011-11-28 19:44:14 +00:00
marino
102ce2298b chat/zephyr: Add DragonFly and FreeBSD support
DragonFly and FreeBSD don't build libdes with Kerberos IV, and at least
DragonFly doesn't have heriod support.  Sed substition within the Makefile
was required due to requirements conflicts between platforms.
2011-11-28 19:42:39 +00:00
marino
acb9ab6be4 security/kth-krb4: Add DragonFly and FreeBSD support
The majority of these patches were inspired from FreeBSD's ports.  FreeBSD,
along with at least Debian, have removed Kerberos4 due to secuity concerns.
From: http://web.mit.edu/kerberos/krb4-end-of-life.html :

"Serious protocol flaws[2] have been found in Kerberos 4. These flaws permit
attacks which require far less effort than an exhaustive search of the DES
key space. These flaws make Kerberos 4 cross-realm authentication an
unacceptable security risk and raise serious questions about the security of
the entire Kerberos 4 protocol.

The known insecurity of DES, combined with the recently discovered protocol
flaws, make it extremely inadvisable to rely on the security of version 4 of
the Kerberos protocol. These factors motivate the MIT Kerberos Team to remove
support for Kerberos version 4 from the MIT implementation of Kerberos."

This end-of-life announcement is dated 19 October 2006.  I think it's a
good question to ask why this package and the packages that depend on it
are still in pkgsrc.
2011-11-28 19:33:13 +00:00
wiz
3b33120a87 Updated pkgtools/pkglint to 4.105 2011-11-28 16:50:44 +00:00