Commit Graph

73599 Commits

Author SHA1 Message Date
ajacoutot
2cc6b87dea Remove xsa@ from maintainer as per his request. 2012-04-02 13:06:42 +00:00
ajacoutot
6bb65f407d -py-msnp 2012-04-02 12:59:00 +00:00
ajacoutot
0c7bd87e57 Remove; dead upstream since years and the MSN protocol have changed a lot
since.

ok xsa@
2012-04-02 12:58:45 +00:00
dcoppa
60f2b549f6 Bugfix update to redis-2.4.10. 2012-04-02 12:14:31 +00:00
sthen
5974ee947f Allow puzzle's online help to work with the puzzles with a space in the name.
ok landry@
2012-04-02 10:06:13 +00:00
giovanni
ee4c547806 Update to 3.4.10.2, fixes local path disclosure vulnerability, see
PMASA-2012-2.
ok kevlo@ (Maintainer)
2012-04-02 09:35:20 +00:00
espie
b2a184c1df fix landry's error.
forget was in the wrong class, oops.
2012-04-02 09:21:18 +00:00
pascal
c263e2ec14 Previous commit actually fixed gcc 4.6 on sparc64; just fix one stupid typo.
Tested on one of weerd@'s machines (thanks).

Also, update TODO.

ok espie@
2012-04-02 08:51:30 +00:00
ajacoutot
d21edf0044 Technically requires a bump after previous.
spotted by nigel@
2012-04-02 08:38:47 +00:00
pascal
769cbec015 Add a FLAVOR for building blender with ffmpeg support.
Requested and tested by peters at schwertfisch dot de.

ok ajacoutot@
2012-04-02 07:11:46 +00:00
ajacoutot
8c8e173bb9 Some cleanups:
* sanitize CONFIGURE_ARGS
* regen DEPENDS/WANTLIB
* remove one XXX
* put icons in the correct path
* tweak DESCR
2012-04-02 06:40:06 +00:00
ajacoutot
666af35cfd Update to papyon-0.5.6. 2012-04-02 06:20:33 +00:00
jeremy
728ba90dfb Include the necessary header path and library path automatically, so
you don't need to specify -I/usr/local/mingw32/include
-L/usr/local/mingw32/lib manually to make things work.

OK pirofti@
2012-04-02 03:18:17 +00:00
sthen
2af41ca8ed set DOXYGEN_ENCODE_PATH_STRIP to avoid random md5 changing filenames. bump. 2012-04-01 21:05:20 +00:00
sthen
ca967c33b2 Add an english_only flavour (passes --english-only to autoconf to avoid
building support for other languages). Use it on mips64el by default
as ld(1) has trouble without it. Information from Brian Callahan and
Bryan Irvine.

- while there, prefer http MASTER_SITES

ok landry@
2012-04-01 21:02:30 +00:00
steven
7743cfe4e9 enable sql support.
to use this, you also need to install the specific libdbi-drivers package
for the database you plan to use.

requested and tested by Richard Brooks, RichardBUK at FastMail.fm
2012-04-01 20:38:19 +00:00
sthen
2dbb880006 php is only a run dep (noticed by Brian Callahan) so use
MODPHP_BUILDDEP=No.  No bump needed.
2012-04-01 19:38:57 +00:00
ajacoutot
bd208463c3 According to espie@ I should also add a @pkgpath. 2012-04-01 16:01:11 +00:00
ajacoutot
500e8f9c49 x11/gnome/gcr is not needed and mono-gnome already brings everything that
is required.
2012-04-01 15:58:31 +00:00
ajacoutot
857d6ca41d seahorse is explicitely need in -extra now. 2012-04-01 15:06:47 +00:00
ajacoutot
157bd9e2f7 This does not need to RUN_DEPENDS on seahorse.
Install locale file.
2012-04-01 15:04:00 +00:00
ajacoutot
c9997227c5 Remove XXX. 2012-04-01 13:59:33 +00:00
ajacoutot
45030a4f82 The disabling gcc optimisation hacks is not needed anymore on 64bits archs. 2012-04-01 13:38:07 +00:00
ajacoutot
d7291ba853 Explicitely RUN_DEPENDS on sysutils/polkit. upower already brings this
dependency but it make our life easier to check what exactly uses polkit
in the tree.

ok landry@ (maintainer)
2012-04-01 11:14:24 +00:00
naddy
4bf918340f update to 3.0.3 2012-04-01 10:50:47 +00:00
ajacoutot
4657ed2de1 Properly show borders for GtkFrame widgets.
from upstream
2012-04-01 10:18:33 +00:00
ajacoutot
6edb2a5de9 Missing build depends on vala. 2012-04-01 09:59:32 +00:00
ajacoutot
8a15548516 Fix XXX. 2012-04-01 09:28:41 +00:00
ajacoutot
30cfeef499 Update to gtk3-unico-engine-1.0.2. 2012-04-01 09:16:49 +00:00
ajacoutot
79ba6fea9c Remove bogus dirs from PLIST-main. 2012-04-01 08:52:11 +00:00
ajacoutot
09e8438302 Correctly pick up PYGOBJECT. 2012-04-01 07:00:27 +00:00
ajacoutot
02c5b99a7e Unbreak by removing -Werror from CFLAGS until pyr@ can fix his code :)
While here, don't hardcode paths.
2012-04-01 06:36:18 +00:00
sthen
2697f3d2de +xsettingsd 2012-03-31 20:50:26 +00:00
sthen
1cd07f2df3 Import ports/x11/xsettingsd, pointed out in a tweet from sturm@. OK ajacoutot
xsettingsd is a daemon that implements the XSETTINGS specification.
It is intended to be small, fast, and minimally dependent on other
libraries. It can serve as an alternative to gnome-settings-daemon for
users who are not using the GNOME desktop environment but who still run
GTK+ applications and want to configure things such as themes, font
antialiasing/hinting, and UI sound effects.
2012-03-31 20:49:59 +00:00
pascal
7b9d7a0837 forgot to cvs rm 2012-03-31 20:06:40 +00:00
pascal
e7f261aa15 Update to gcc 4.6.3.
Also, sync a bit with base gcc:
- disable unsafe builtins
- disable -Wpointer-sign in -Wall
- move -fstrict-aliasing to -O3, disable -fstrict-overflow and
  -fdelete-null-pointer-checks
- enable -Wsystem-headers
- default to march=i486 on i386
- fix crtsavres on powerpc
- sync sparc64 config
- implement -Wvariable-decl, -Wstack-larger-than-N (alpha, amd64, i386, sparc,
  sparc64), -Wtrampolines, -ftrampolines
- default to -fno-ident
- fix -rdynamic by passing -export-dynamic to ld(1)

some bits from Brad, others from me.

tested by myself and jsg@, adastrap now hosted by sthen@ (thanks).

ok jsg@ sthen@
2012-03-31 20:02:03 +00:00
ajacoutot
187ac581dd Use autoconf 2.68. 2012-03-31 18:50:17 +00:00
ajacoutot
7134edc335 Remove a non applicable XXX.
Use pkg-config(1) to deal with libelf cflags/ldflags instead of
patching.
2012-03-31 18:27:35 +00:00
ajacoutot
3538c38f96 I forgot to mention the BZ URL in previous; no pkg change. 2012-03-31 18:14:39 +00:00
ajacoutot
138bff109e Update to dbus-1.4.20. 2012-03-31 17:56:44 +00:00
sebastia
514a5c3737 Update SOGo to 1.3.14, many new features. To allow large images in vCards,
people should upgrade the database schema. More info in the README.

OK ajacoutot@
2012-03-31 17:02:23 +00:00
sebastia
c7e2aab506 forgot to remove with last commit 2012-03-31 16:58:25 +00:00
sebastia
635ec81977 Update SOPE to 1.3.14
OK, aja@
2012-03-31 16:55:57 +00:00
sebastia
14fce28952 Update Gorm to 1.2.16. Most notably change besides some bug fixes is the ability
to load Apple XIB files (which still needs an update of gnustep-base/gui to work)

OK ajacoutot@
2012-03-31 16:37:06 +00:00
jsing
4dc2d756b6 + lang/go
ok sthen@
2012-03-31 12:40:59 +00:00
jsing
fe4700260e Import go-1.
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.

With assistance from sthen@

ok sthen@
2012-03-31 12:37:15 +00:00
sebastia
3027ee47cd Minor bugfix update to 1.6.2.
OK aja@
2012-03-31 11:43:04 +00:00
naddy
6b17507454 Do not redefine "deprecated". It is not used anywhere in IceWM and
breaks the expansion of _X_DEPRECATED.

Use bsd.port.arch.mk.
2012-03-31 11:10:57 +00:00
sthen
3721be5ee4 update to quagga 0.99.20.1 rolling in the security fixes which we had as
separate patches.

multicast support changed in 0.99.20 and not fully tested, no response to
my ports@ call for testing, so if this breaks things send me a mail with
details.
2012-03-31 10:51:47 +00:00
sebastia
697dfbe704 Its REVISION not REVISI=N as pointed out by sthen@ 2012-03-31 10:16:52 +00:00