Commit Graph

44326 Commits

Author SHA1 Message Date
sthen
727e588824 sync wantlib, bump packages. 2008-06-12 20:36:34 +00:00
tobias
751650761c On 64-bit systems, artsdsp tries to access lib64, which is not available.
Also, ldpreload the proper shared objects.

Input and ok martynas, ok bernd
2008-06-12 19:18:00 +00:00
sturm
b7ff8abf05 we use fedora for a long time now, bye bye 2008-06-12 19:11:07 +00:00
sturm
7d4fe311f1 get rid of this ancient critter in order to fully remove emulators/redhat
use openoffice if you need a spreadsheet
2008-06-12 19:06:49 +00:00
sturm
e3dcf91535 update to opera 9.50 2008-06-12 19:04:10 +00:00
kurt
84aea7500b Fix build with gmake-3.81. Corrections from OpenJDK repository:
http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/12b0d64c4953
No package bump since package didn't change.
2008-06-12 18:45:20 +00:00
ckuethe
e30c31e835 unbreak bulk build. partially from sturm@
"looks good" naddy@
2008-06-12 17:28:15 +00:00
laurent
36ee1826ed Hook it to the build, pointed by merdely@ 2008-06-12 17:09:51 +00:00
naddy
4edeb6ee70 autotools pull in some macros shipped with gettext 0.17 that require
at least autoconf 2.54
2008-06-12 17:06:45 +00:00
ajacoutot
f05e457c32 - bugfix update to xfe-1.19
fix a copy/move bug amongst other things

original patch from Bryan Linton <bl at shoshoni dot info>, thanks
2008-06-12 16:59:21 +00:00
eric
7aef3fbd3c bump PKGNAME after plist change
noticed by naddy@
2008-06-12 16:53:35 +00:00
miod
cf240b3849 No need to elf2olf static binaries anymore; ok sturm@ (maintainer) 2008-06-12 16:33:21 +00:00
wcmaier
2ab389682e Sync scapy with route(8) output now that we support priorities.
Initial report and testing from Tim Donahue <tdonahue at vonsystems
dot com> (and subsequent poke from sthen); thanks!

ok sthen@
2008-06-12 12:46:05 +00:00
bernd
960b2df8de Only annotate OpenBSD binaries with @bin.
ok espie@
2008-06-12 09:06:52 +00:00
eric
0b0288fa0b update to 8.1.0
tweaks and ok martynas@
2008-06-12 06:46:40 +00:00
kurt
2016b12bcd - enable _cxa_atexit support
- implement pre-compiled header support using brk/sbrk. idea from drahn@
okay espie@
2008-06-12 01:14:06 +00:00
laurent
191b0e3fd1 Password cracker for compressed archives (rar, 7z, zip). ok jasper@ 2008-06-11 21:55:36 +00:00
martynas
6de0dbf779 - freemat-3.6 is now possible
- make use of portaudio
- remove what i got in upstream
steven@ and Wiktor Izdebski say regression tests pass on amd64, i386
ok steven@
2008-06-11 21:09:06 +00:00
okan
596cd2c0cd update to 2.03 from Gallon Sylvestre - thanks!
ok merdely@
2008-06-11 19:35:46 +00:00
okan
05a54fc691 update to 1.29 from kevlo@ (MAINTAINER)
ok merdely@ simon@
2008-06-11 18:20:55 +00:00
okan
64890b0f10 update to 1.02 from kevlo@ (MAINTAINER)
ok merdely@
2008-06-11 18:17:02 +00:00
okan
9a50149c93 update to 1.11.3 from Gleydson Soares
ok merdely@
2008-06-11 17:59:18 +00:00
landry
dd899175bb Convert existing lua-related ports to use new lang/lua MODULE, and bump
PKGNAMEs.

ok wcmaier@ ajacoutot@
2008-06-11 05:04:37 +00:00
landry
89421d9037 Add a simple lua MODULE, can be used by potential new lua ports.
ok wcmaier@ ajacoutot@
2008-06-11 05:00:01 +00:00
wcmaier
4b1391964c Take MAINTAINERSHIP from ish@ (timed out).
Clean up port (MODPY_EGG_VERSION, SUBST_VARS, typo in license
marker) and regen patches while here.

ok merdely@
2008-06-11 02:59:32 +00:00
ajacoutot
3d45a75933 - fix path in MESSAGE
- fix WANTLIB
- regen PLIST while here
2008-06-11 01:45:11 +00:00
okan
704bd04f59 +pg_top 2008-06-10 20:49:18 +00:00
okan
fffff45173 import pg_top
pg_top is 'top' for PostgreSQL.  It is derived from Unix Top.  Similar
to top, pg_top allows you to monitor PostgreSQL processes.  It also
allows you to:

    * View currently running SQL statement of a process.
    * View query plan of a currently running SELECT statement.
    * View locks held by a process.
    * View user table statistics.
    * View user index statistics

man page suggestion from sthen - thanks!

feedback and ok merdely
2008-06-10 20:48:10 +00:00
sthen
b374203f48 SECURITY update to fix CVE-2008-0960, http://secunia.com/advisories/30574/
A vulnerability has been reported in Net-SNMP, which can be exploited
by malicious people to spoof authenticated SNMPv3 packets.

The authentication code reads the length to be checked from sender
input, this allows the sender to supply single byte HMAC code and
have a 1 in 256 chance of matching the correct HMAC and authenticating,
as only the first byte will be checked. The sender would need to
know a valid username.

ok rui (maintainer)
2008-06-10 18:00:35 +00:00
jcs
d6bc2054d2 pass --verbose to gem to show full configure/build information to
behave like everything else does

ok bernd@
2008-06-10 15:40:44 +00:00
wcmaier
1dc7873634 Prepend MODPY_* variables in SUBST_VARS.
Previously, when eg MODPY_VERSION is a substring of a variable added
to SUBST_VARS in a port's Makefile, pain on update-plist can ensue.
Makes updates on www/py-django more fun. Tests and feedback from
merdely@ and Darrin Chandler; thanks!

ok steven@, "if it doesn't break anything..." fgsch@
2008-06-10 15:01:49 +00:00
sthen
e71502184b update to 1.1.9, fixes crashes and a nasty socket leak trying to
reconnect to a failed master server. from brad@
2008-06-10 09:04:02 +00:00
landry
ad43ba7e42 Build the ldap flavored package of claws-mail
ok pyr@ ajacoutot@
2008-06-10 06:44:52 +00:00
landry
433f089f0f add missing scrollkeeper goo in PLIST/@exec, noone saw me commiting in
this area, i swear !

ok ajacoutot@ for a free cookie@breakfast
2008-06-10 06:30:04 +00:00
pvalchev
5e193976b5 bunny-0.93 2008-06-10 05:48:55 +00:00
pvalchev
d4d578fd57 fvwm-2.4.20 2008-06-10 05:39:37 +00:00
pvalchev
bb0a677b47 -mieee is now default on alpha 2008-06-10 05:11:21 +00:00
sthen
1f9324de36 update to 4.58 and fix homepage, from maintainer Josh Grosse with
tweaks by me. Changelog notes speed optimizations, bug fixes, utf8
support for .zip filenames, .lzma unpack added.
2008-06-10 03:24:37 +00:00
sturm
9bc75e4494 uninstall machine-id with pkg_delete -c 2008-06-10 03:09:39 +00:00
okan
0c0e44e104 update to 1.17 from brad@
ok merdely@
2008-06-10 00:42:40 +00:00
okan
9298370ad5 - maintenance update to 0.2.4.2 from Arnaud Bergeron (MAINTAINER)
- convert @perl goo to SUBST_CMD

"looks good" pval@
2008-06-09 23:46:20 +00:00
martynas
cdcb0ccc3a - fix UIMainInterface for international charsets
- bump package name
tested by kili@ and Simon Kuhnle
ok kili@
2008-06-09 23:03:15 +00:00
ajacoutot
007fc1c9c6 - unbreak (after libsoup update) by upgrading to version 0.11.5
breakage reported by naddy@
2008-06-09 22:59:42 +00:00
sthen
7b22162fa2 SECURITY update vlc to 0.8.6h
- fixes *many* null pointer deref, error handling failures, leaks,
use-after-free and double-free found by Coverity

- fixes some MPEG2 TS audio packet loss

- numerous security fixes in 0.8.6g

- fixes some memory leaks

Also: mark altivec FLAVOR as broken; ajacoutot reports that the
altivec-enabled binary fails to start.

ok ajacoutot
2008-06-09 22:55:43 +00:00
martynas
0f7fbd66f0 - handle winch
- dont interrupt connections on winch
- bump package name
requested by cathcart@
tested by kili@ and Simon Kuhnle
ok kili@
2008-06-09 22:54:38 +00:00
sthen
39bbac7410 Bump package version after av@ addition 2008-06-09 22:23:07 +00:00
fkr
5974cb671e mention the need for updating trac's database if updating from a previous
version of the port. discussed on ports@, suggestion from sthen@
maintainer (ben lovett) ok
2008-06-09 22:05:49 +00:00
sturm
539374ed41 missing PKGNAME-perl bump after MAINTAINER changed 2008-06-09 21:28:56 +00:00
naddy
2356cf20d6 Different workaround for link path ordering, keep build path out of
pkgconfig entry.  Problem reported by and ok landry@.
2008-06-09 21:00:57 +00:00
ajacoutot
713f16639e - fix build under powerpc
- regen PLIST wile here
2008-06-09 20:32:13 +00:00