Commit Graph

7808 Commits

Author SHA1 Message Date
naddy
2670454b93 acknowledge that this is broken and not really fixable; ok ajacoutot@ sthen@ 2010-09-03 16:23:26 +00:00
sthen
7a7be631b4 - drop python2.5 flavour of these "special" packages and add
@pkgpath markers; from ajacoutot@

- tweak from me: @pkgpath markers for these go in PFRAG.python2.6-*
files rather than straight in PLIST-*, so that they are only added
to 2.6 packages, otherwise pkg_add -u will see that either 2.4 or
2.6 versions are valid updates and will have to ask every time,
ok ajacoutot@
2010-09-03 12:34:55 +00:00
millert
8dfbb726ed Add py-dulwich 2010-09-02 21:21:58 +00:00
pvalchev
7a995ebdbe port cleanup; from brad, tested by us on gcc4 and phessler on gcc2/gcc3 2010-09-02 21:06:31 +00:00
millert
0b557c106e Dulwich is a pure-Python implementation of the Git file formats and protocols.
OK martynas@
2010-09-02 20:55:37 +00:00
ajacoutot
91634a5f81 Typo, from Markus Lude. 2010-09-02 18:34:28 +00:00
landry
9ed1e3a1de Remove hppa and powerpc from the list of archs that needs -O0 to build
cmake. This is apparently not needed anymore since the switch to gcc4.
prodded by brad, tested by myself
2010-09-02 08:06:13 +00:00
ajacoutot
babd0fcd09 Switch to new DEPENDS/REVISION.
from Brad
2010-09-02 07:15:47 +00:00
ajacoutot
6344f815d0 Several cleanups and fmt(1) DESCR.
from Brad
2010-09-02 07:12:58 +00:00
ajacoutot
1155baef1b Remove unneeded CONFIGURE_ENV.
Remove unused patch-Makefile_am.
Fiw WANTLIB, no need for USE_X11.
Switch to new DEPENDS/REVISION.

from Brad
2010-09-02 07:09:07 +00:00
ajacoutot
aab4fa9ab9 Switch to new DEPENDS/REVISION.
from Brad
2010-09-02 07:06:44 +00:00
ajacoutot
357d7cb570 Remove sdlconf_args from CONFIGURE_ENV.
Switch to new DEPENDS/REVISION.

from Brad
2010-09-02 07:04:15 +00:00
ajacoutot
570360a308 Remove unneeded CONFIGURE_ENV.
Switch to new DEPENDS/REVISION.

from Brad
2010-09-02 07:02:39 +00:00
sthen
299054c365 handle sybperl->p5-sybperl, ok steven@ 2010-09-01 22:33:25 +00:00
fgsch
0aa20274d1 Update to 1.6.3. wcmaier@ jasper@ ok 2010-09-01 19:20:36 +00:00
ajacoutot
df70d7896b Merge from upstream 01a43ad9824fba77384534c6d588e0e0d653986e
"Due to bug 581342 we want to only negotiate SSL 3.0. Previously we
were telling gnutls to not do TLS1.0 or TLS1.1, but that means with
newer versions of gnutls that support TLS1.2 it would try to negotiate
that instead and generally fail. Fix that by disabling TLS1.2 too
(which works fine even with gnutls versions that don't support TLS1.2
yet)."

https://bugzilla.gnome.org/show_bug.cgi?id=622857
2010-09-01 11:02:26 +00:00
jasper
dbf252e9d0 - update py-sip to 4.11
ok sthen@
2010-09-01 10:49:49 +00:00
sthen
c38c07c072 missed python bump 2010-09-01 10:20:58 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
jasper
d42899be08 - no need to for this make modifier here 2010-08-31 07:41:20 +00:00
ajacoutot
1f7adf2f9b Remove XXX. 2010-08-31 07:04:12 +00:00
fgsch
4d1bdc0c02 Build the python2.6 flavor instead of 2.5 now that 2.6 is the default. 2010-08-30 23:46:41 +00:00
jasper
8353dfbd95 bumpski for python 2010-08-30 22:24:14 +00:00
jasper
5e9f6969d7 bumps 2010-08-30 22:09:45 +00:00
jasper
80fcd82c2c - first round of bumps for devel 2010-08-30 22:03:58 +00:00
landry
a1e2c78dcd Update to nspr 4.8.6, required by (at least) a future firefox 4 update..
Tested in a bunch of amd64 bulk builds.
ok naddy@ phessler@
2010-08-30 20:12:55 +00:00
sthen
09f1eae475 add missing @group, remove duplicated CATEGORIES, bump 2010-08-30 13:24:22 +00:00
sthen
00bce63893 +pear-Console-Table 2010-08-30 13:12:53 +00:00
sthen
cc2e8ecf71 import ports/devel/pear-Console-Table, from Daniel Levai, ok ajacoutot@
Console_Table provides methods such as addRow(), insertRow(), addCol()
etc., to build console tables with or without headers and with user defined
table rules and padding.
2010-08-30 13:12:20 +00:00
sthen
896e7741b9 upstream for these is extra-annoying and removes old versions; mirror the
current distfiles and add a note asking people updating the port to do the
same. ok jasper@
2010-08-30 10:17:14 +00:00
jasper
da3c5a2a24 - update py-sip to 4.10.5
- remove maintainer after several timeouts

ok ajacoutot@
2010-08-30 07:16:39 +00:00
jasper
b7b0c65b6c - remove unneeded patches 2010-08-29 17:59:19 +00:00
kili
b68af81900 Move WANTLIB-main into the ! ${FLAVOR:L:Mno_deps} block, so the
no_deps FLAVOR has really no dependencies. Add an always failing
do-build for no_deps that tells people why this FLAVOR exists.

"makes sense" jakemsr@, who initlally sent a different diff
2010-08-26 22:05:05 +00:00
kevlo
89366dfa2b Update to 1.6.2
ok maintainer(robert@)
2010-08-26 09:25:20 +00:00
ajacoutot
198c0dca6e Don't hardcode "cc" in sourcescanner.py. 2010-08-26 08:01:44 +00:00
jasper
b20db4fc2f - new style wantlib/lib_depends/revisions
- order SUBDIRs

ok sthen@
2010-08-26 05:16:12 +00:00
kevlo
101014f884 add libdisorder 2010-08-26 01:11:28 +00:00
kevlo
e73306bbc1 Initial import of libdisorder 0.0.2
libdisorder is a small, simple C library for use by programmers in
other programs.

ok jasper@
2010-08-26 01:10:16 +00:00
sthen
a7f643f9ea add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:45:52 +00:00
sthen
6548c7a188 add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:27:16 +00:00
sthen
f5a3eaa473 arm needs -O0 2010-08-25 14:29:56 +00:00
jasper
de99658589 - add mikolaj (submitter) as maintainer 2010-08-25 11:17:42 +00:00
ajacoutot
cabe9a216e Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.

looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00
jolan
b537f35898 update to 2.0.10; from brad 2010-08-24 22:22:12 +00:00
jasper
b5adae7a09 - add mips64 to the list of architectures that need -O0 2010-08-23 18:17:30 +00:00
jasper
e1332410d5 - switch to ONLY_FOR_ARCHS. listed arches have been tested.
based on an idea from josh elasser
2010-08-23 16:23:13 +00:00
jasper
58e5370848 - add support for powerpc
from josh elasser, thanks!
2010-08-23 14:16:09 +00:00
sthen
c0045d0056 update tig to 0.16, from maintainer Tobias Ulmer 2010-08-22 17:05:19 +00:00
kili
d72716d944 Oops! Bumping backwards isn't a good idea. 2010-08-22 07:20:02 +00:00
ajacoutot
8513230d20 Bugfix update to goffice-0.8.9. 2010-08-22 06:18:19 +00:00