Commit Graph

9407 Commits

Author SHA1 Message Date
jasper
943b58ee08 unbreak after recent vala update, patches from upstream
ok aja@
2011-09-12 18:20:34 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
ajacoutot
a57b7d6cb6 Add missing --with-gtk=3.0. 2011-09-12 08:43:00 +00:00
ajacoutot
d2251fe6d7 Drop gtk2 FLAVOR. 2011-09-12 08:21:08 +00:00
ajacoutot
87dfb86e7e Remove some gnome2 oldies that nothing uses in-tree anymore. 2011-09-12 07:48:37 +00:00
ajacoutot
32563635a5 Start the GNOME3 merge armageddon... breakage expected. 2011-09-12 07:26:18 +00:00
fgsch
8b6c36a056 kill deprecated USE_ZIP.
kurt@ ok.
2011-09-11 16:32:27 +00:00
armani
c476d282c8 Remove myself from MAINTAINER and bump.
ok landry@
2011-09-11 12:11:05 +00:00
armani
0b37d7ecad Remove maintainer per his request and bump.
ok sthen@
2011-09-10 13:43:30 +00:00
sthen
6f2fc3ebd1 bytecode-compile the python parts 2011-09-08 20:09:00 +00:00
ajacoutot
484a536319 Typo in COMMENT, from Lawrence Teo. 2011-09-08 06:20:43 +00:00
jeremy
159b386038 Update version to 1.0.4. 2011-09-07 16:39:25 +00:00
jasper
1d599add32 sync patch with upstream 2011-09-06 20:36:24 +00:00
landry
7a1df1d8eb Maintainer update to kdiff3 0.9.96 from Lawrence Teo. 2011-09-06 20:03:52 +00:00
landry
422754e182 Chase firefox36 security update and bump xulrunner to 1.9.2.22. 2011-09-06 19:44:32 +00:00
jasper
bea828e66b - update to 20110901182519
from james turner (MAINTAINER)
2011-09-06 15:02:20 +00:00
jasper
5ae42da968 - install files into unversioned MODJAVA_JAR_DIR/ivy/ 2011-09-06 14:51:07 +00:00
jasper
e662bedc8b - update to 0.27
from wen heping
maintainer timed-out
2011-09-05 17:38:34 +00:00
naddy
580f8d6ce8 check for compiler flags not available with gcc < 4; ok dcoppa@ 2011-09-05 14:56:24 +00:00
jasper
11a8f26059 - update to 0.23
- adjust depends

from wen heping
2011-09-05 12:11:01 +00:00
jasper
9dd2260864 - update to 0.35
from wen heping
2011-09-05 12:03:21 +00:00
jasper
13afc2eb18 - clarify comment 2011-09-05 08:28:42 +00:00
jasper
81cc84ea04 add a bunch of LTS patches from upstream 2011-09-05 08:25:48 +00:00
jasper
33a9615e0e - add devel/msp430 to categories 2011-09-05 08:22:17 +00:00
jasper
9fc2e9d340 - set MASTER_SITES to mspgcc on sf.net 2011-09-05 08:15:14 +00:00
jasper
6891a7d2e0 hookup msp430mcu 2011-09-05 08:03:42 +00:00
jasper
20e9257e31 - mspgc430 has a newstyle BSD license
- add a comment about uniarch
2011-09-05 08:03:31 +00:00
jasper
cb69a6737b - move to uniarch:
* remove tarred config/ but use the upstream patch now instead
2011-09-05 08:02:46 +00:00
jasper
ba6959fd71 - update to the uniarch libc, msp430-libc-20110612 2011-09-05 08:01:30 +00:00
jasper
6ea7f4e893 - update msp430-gcc to 4.5.3 2011-09-05 08:00:33 +00:00
jasper
c6ac9b96d7 - update msp430-binutils to 2.21.1
* this switches the msp430 toolchain to the uniarch version. for more
information please refer to:
http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:Uniarch
2011-09-05 07:59:58 +00:00
jasper
53cad9b951 import msp430mcu-20110613, ok aja@
msp430mcu provides C headers and binutils linker scripts for each of the
over 300 microcontrollers in the MSP430 family.

This is part of the 'uniarch' effort to 'rejoin' mspgcc4 and mspgcc, and
lowering the workload for adding new chips by taking it mostly out of binutils/
gcc and putting it all in one single package. For more information please
refer to http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:Uniarch for a full list of changes/rationale behind this.

The rest of the msp430 toolchain will soon be updated to the uniarch versions.
2011-09-02 07:06:21 +00:00
jasper
7e838610a8 use gtar 2011-09-01 19:25:11 +00:00
jasper
bad7396e53 - switch to MODJAVA_BUILD 2011-09-01 17:18:50 +00:00
jasper
a0c58a8bfe - make it possible to pass extra arguments to ant using MODJAVA_BUILD_ARGS 2011-09-01 17:13:51 +00:00
jasper
522a2595e0 - don't use ${DISTNAME} to construct MODJAVA_{DOC,EXAMPLES}_DIR 2011-09-01 08:03:47 +00:00
jasper
1725972321 Provide a few more convenience variables, of which MODJAVA_JAR_DIR is the most
important.
Ports that install .jar files for public use (ie, in share/java/classes/)
please install unversioned jar files from now on. If a port installs
multiple jar files, use a share/java/classes/<project_name>/ prefix.
This will help other ports to pickup these classes.

discussed with and ok kurt@
2011-08-31 20:33:32 +00:00
jasper
6cc29500d3 Implement MODJAVA_BUILD, and add MODJAVA_BUILD_{DIR,FILE,TARGET}.
When MODJAVA_BUILD is set to 'ant' this adds the correct build dependencies,
as well as providing a do-build target (if not already set by the port).

  discussed with and ok kurt@
2011-08-31 20:00:56 +00:00
mpi
5efea05ca8 update to pylint 0.24.0, maintainer timeout
ok rpointel@, benoit@
2011-08-31 12:42:24 +00:00
mpi
651ae376b6 update to py-logilab-astng 0.22.0, maintainer timeout
ok rpointel@, benoit@
2011-08-31 12:41:07 +00:00
mpi
37189dfb3e update to py-loglilab-common 0.56.0, maintainer timeout
ok rpointel@, benoit@
2011-08-31 12:39:19 +00:00
ajacoutot
3b47af0371 Minor update to libwnck-2.30.7. 2011-08-31 09:20:20 +00:00
jasper
f552eb3264 - using PKGNAME to construct DISTNAME makes kitty sad. 2011-08-30 17:19:12 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
jasper
eea5765add Append 'java' to the list of categories.
ok kurt@
2011-08-30 17:16:10 +00:00
rpointel
01de354792 Update mercurial to 1.9.2.
ok wcmaier@.
2011-08-30 16:33:52 +00:00
jasper
3f461814a5 - update libgtop to 2.28.4
* openbsd now has it's own backend
- remove some patch- files that i've committed upstream too
2011-08-30 12:24:52 +00:00
sthen
a0ae5de39d update to coccinelle 1.0 rc7
Note: !=~ has changed to !~
2011-08-30 10:20:11 +00:00
jasper
ae067aa520 import commons-io 2.0.1
Commons IO is a library of utilities to assist with developing IO
functionality.

ok aja@
2011-08-30 07:17:38 +00:00