Commit Graph

10898 Commits

Author SHA1 Message Date
ajacoutot
48bd8766a5 Add devel/py-gobject3 to REGRESS_DEPENDS. 2012-10-16 14:18:09 +00:00
ajacoutot
8f8be21c7c Update to libsoup-2.40.1. 2012-10-16 12:01:39 +00:00
jasper
d58282ef41 - update to libpeas-1.6.1 2012-10-16 08:43:47 +00:00
jasper
25ef599e04 - update to vte-0.34.1 2012-10-16 08:34:14 +00:00
ajacoutot
3718dca9fe Maintenance update to glib2-2.34.1. 2012-10-16 06:30:46 +00:00
robert
d11f09d747 bring back a diff from boost svn to support code compilation
with libreoffice and boost

tested in a bulk by jasper and ok jasper@
2012-10-15 20:31:59 +00:00
sthen
9615c3d6d8 zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
sthen
aa66ceb738 zap some trailing whitespace mostly on HOMEPAGE lines 2012-10-15 14:55:43 +00:00
sthen
3d00ec0b7d zap whitespace between end of COMMENT and # 2012-10-15 10:13:00 +00:00
espie
cc9fa3ec7c zap extra space before comment 2012-10-15 10:09:10 +00:00
jasper
e7c7146dc2 - update to glade-3.14.1 2012-10-15 07:00:24 +00:00
ajacoutot
9ddd811de7 Bugfix update to py-gobject3-3.4.1. 2012-10-15 06:56:48 +00:00
ajacoutot
b38b04a4fc Update to glib2mm-2.33.14. 2012-10-15 06:06:14 +00:00
ajacoutot
c2ea363feb Update to libgee-0.8.1. 2012-10-14 18:53:43 +00:00
ajacoutot
5cc654682d Update to libgee06-0.6.6. 2012-10-14 18:49:41 +00:00
abieber
59b6880727 unhook libv8 2012-10-14 03:28:03 +00:00
abieber
7d6829b97b connect libv8 and gyp to build
OK jeremy@, sthen@
2012-10-14 02:57:50 +00:00
pascal
204ae0f5f1 record @conflict with ksh93 2012-10-13 15:18:33 +00:00
abieber
93a4d727a6 importing devel/gyp
- allows generating of SCons/Makefiles from platform-independent input

OK jeremy@, sthen@
2012-10-13 14:53:11 +00:00
jasper
7785c65727 - add a note about how to use the Ethernet library.
based on a mail from Tom Doherty
2012-10-13 12:13:37 +00:00
jeremy
ceed4c9fc6 Update to kgio 2.7.4. 2012-10-13 10:47:17 +00:00
jasper
2506a6b74d - update to uthash-1.9.7 2012-10-13 10:40:38 +00:00
ajacoutot
3d0ed2d3d6 Ok, at the time we had 100 tests failing it made sense to keep running the regression suite.
Nowadays, we want to actually stop on errors so that we can see and fix them.
2012-10-12 20:54:23 +00:00
sthen
f37584e19e remove a gnu-specific flag in find command lines 2012-10-12 20:53:39 +00:00
ajacoutot
260ec750cf Disable a couple of tests:
* test_create_delete: there seems to be an issue with the kqueue backend
(to be revisited)
* ipv6_v4mapped: this will never be supported on OpenBSD
2012-10-12 20:52:04 +00:00
sthen
dec8980a0f update to coccinelle 1.0.0-rc15 2012-10-12 19:59:32 +00:00
ajacoutot
b6566f6a3d Unfuck. 2012-10-12 15:54:39 +00:00
ajacoutot
628a677758 Update to desktop-file-utils-0.21.
prodded by landry@
2012-10-12 15:41:04 +00:00
kirby
a1554408b5 add a quirk for tangogps 2012-10-12 15:39:28 +00:00
sthen
6eacdb91e8 bump various packages with static libs which frequently get pulled in;
this is to force pkg_add -u to pick them up because moving to PIE does change
these files but since there are no library bumps, the package signature stays
the same.

there are probably others, these are just ones I've run into. not a great
fix, and needs to be repeated when other arch move, but it's the simplest low
impact fix and I'm fed up with "relocation R_X86_64_32S can not be used
when making a shared object; recompile with -fPIC"
2012-10-12 14:53:39 +00:00
dcoppa
545f83df7b Update to hs-cereal-0.3.5.2, needed by an upcoming port of hs-dbus
(it wants Data.Serialize.IEEE754).
Bump the other ports where necessary (because their haskell package
signatures changed).

Suggestion about bumps, and ok kili@
2012-10-12 14:02:21 +00:00
dcoppa
b2ed9a9bac Fix fallout of haskell ports, now that devel/gmp is no more a
dependency for ghc - devel category

ok kili@
2012-10-11 13:31:28 +00:00
ajacoutot
c77903f53b Use override files instead of patching the schemas. 2012-10-10 12:49:17 +00:00
sthen
3ab3d02836 +tclap 2012-10-10 11:38:40 +00:00
sthen
2ef6851151 import ports/devel/tclap, feedback kirby@, feedback/ok dcoppa@
TCLAP is a small, flexible library that provides a simple interface
for defining and accessing command line arguments. It was initially
inspired by the user friendly CLAP libary. The difference is that
this library is templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects, such
as IntArg, FloatArg, and StringArg. While the library is not strictly
compliant with the GNU or POSIX standards, it is close.

TCLAP is written in ANSI C++ and is meant to be compatible with any
standards-compliant C++ compiler. It is known to work on Linux,
MacOS X, Windows, and Solaris platforms. The library is implemented
entirely in header files making it easy to use and distribute with
other software. It is licensed under the MIT License for worry free
distribution.
2012-10-10 11:38:17 +00:00
sthen
d7a52cacbb +p5-Switch 2012-10-09 17:12:06 +00:00
sthen
e42866aeea import devel/p5-Switch, ok jasper
Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords "switch" and "case" and conforming to the general pattern
of existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

This is from CPAN and works the same as a deprecated function in
Perl base which will be removed in a future version.
2012-10-09 17:11:31 +00:00
jeremy
de7b669d65 Upgrade to ruby-ncurses 1.2.1. Upstream has changed, and package
is now distributed as a gem, so deal with that.  Remove patch
that is no longer needed.  This release works with ruby 1.9, and
will build a ruby 1.9 package by default.

OK landry@
2012-10-09 10:24:06 +00:00
kirby
668fe9ebe1 missed rm 2012-10-09 07:38:29 +00:00
kirby
023d82b536 *** empty log message *** 2012-10-09 07:36:49 +00:00
rpe
988a8a52ed add quilt 2012-10-08 15:43:48 +00:00
rpe
81d0293866 Import quilt 0.60
Quilt allows you to easily manage large numbers of patches by keeping
track of the changes each patch makes. Patches can be applied,
un-applied, refreshed, and more.

whith help from sthen and aja, ok aja
2012-10-08 15:14:25 +00:00
ajacoutot
25f591f9c6 Offer this to robert@ 2012-10-08 10:39:24 +00:00
dcoppa
8db1eb592e CMake now creates shared libraries without soname.
Tested in a bulk build by landry@
Feedback by nigel@ and landry@
OK landry@
2012-10-08 07:23:09 +00:00
jasper
a6b5f8cd14 remove unused oldie.
ok aja@
2012-10-08 06:51:40 +00:00
jasper
fbd663358d unhook mm-common 2012-10-08 06:51:25 +00:00
ajacoutot
2c8edfb03d No need to include bsd.port.arch.mk. 2012-10-06 13:53:46 +00:00
brad
f3cd37d602 Bring in a bunch of bug fixes from microe's git repo on github.
ok jasper@
2012-10-04 07:23:17 +00:00
ajacoutot
1ae3511a6f -mono-flickrnet 2012-10-03 08:07:41 +00:00