landry
9ea359c0cf
Same here, being an hppa architecture doesn't mean we're running HPUX.
...
ok jasper@
2010-02-07 15:18:10 +00:00
landry
c00ddafc41
Being an hppa architecture doesn't mean we're running HPUX. Patch away
...
Imakefile to let this build fine, no binary change for other archs -> no bump
ok jasper@
2010-02-07 15:17:12 +00:00
landry
5fadbd3443
Also disable PIE on hppa, use same workaround as for arm. This produces
...
a non-segfaulting dbus package, so dbus-glib and a whole lot of other
packages might now build on hppa..
hints from ajacoutot@, ok espie@
2010-02-06 11:58:59 +00:00
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
c74080eb40
- add missing run dependency on desktop-file-utils, which fixes package
...
installation on an empty box.
ok ajacoutot@
2010-02-01 13:12:27 +00:00
jolan
ca7dbb81a7
fix MASTER_SITES, ok naddy@
2010-01-30 19:08:30 +00:00
naddy
72b44c5513
bump PKGNAME for PLIST changes 4.6 -> 4.7
2010-01-27 21:43:27 +00:00
naddy
c133cffd29
fix PKGNAME
2010-01-27 14:43:15 +00:00
kili
2024ac1e54
Fix PKGNAME.
2010-01-26 21:10:01 +00:00
jasper
43bf2d2b0f
- fix pkgname, p0 before v0
2010-01-26 20:57:57 +00:00
landry
58c247147d
Move *.cmxs files from PLIST to PFRAG.native. This allows lablgtk2 to
...
package on non-native archs (say, sparc64) and thus mldonkey builds
there.
ok jasper@ sthen@ ajacoutot@
2010-01-26 13:00:28 +00:00
giovanni
a4d426f6d9
Upstream tarball has changed, only autoconf scripts have been modified.
...
ok jasper@
2010-01-25 09:00:03 +00:00
jasper
c72810f7d5
- fix build when gnustep-gui is installed, which makes ecore pickup
...
Cocoa.h and think we're in a Cocoa environment.
ok espie@ (who also ran into this)
2010-01-24 11:58:32 +00:00
espie
58d1f8108a
fix broken packagenames
2010-01-24 11:52:36 +00:00
espie
681b9f303b
fix build when lzma is present
...
ok aja
2010-01-24 11:18:27 +00:00
landry
8fbd50bb6d
Remove jason@ as MAINTAINER, as his e-mail bounces since a while.. agreed
...
by jason@, prodded by espie@. While here, take maintainership of
devel/geotiff & devel/proj. Any takers for the others ?
ok espie@
2010-01-23 10:29:45 +00:00
ajacoutot
ef9697e3b8
Set as COMES_WITH=4.7
...
ok jasper@
2010-01-17 11:39:04 +00:00
espie
3803247c2b
yet more KERN_PROC shit.
...
It's not complicated, just some time I would rather use doing important stuff,
like testing pkg_add...
2010-01-17 09:18:57 +00:00
espie
3596e2db24
grumble. fix build after KERN_PROC hiding
2010-01-17 08:58:38 +00:00
jasper
56012ebb09
- fix build on a clean system
...
- explicitly disable doxygen
ok ajacoutot@
2010-01-15 08:38:01 +00:00
sthen
810d6b8ac0
Fix the build if glew is installed by disabling it in CONFIGURE_ARGS.
...
Spotted by naddy, ok ajacoutot.
2010-01-13 23:44:09 +00:00
ajacoutot
9cca68055f
Bugfix update to gtk+2-2.18.6.
2010-01-12 08:53:36 +00:00
ajacoutot
2caa77073a
Use -pthread, not -lpthread.
...
Make sure we link with -lintl, not libintl.a.
Fix a defined from NetBSD -> OpenBSD.
ok jasper@
2010-01-12 08:42:13 +00:00
ajacoutot
83f0078a6c
Compile with -pthread and don't use --as-needed.
...
ok jasper@
2010-01-12 08:41:53 +00:00
ajacoutot
6d317044ac
Remove run_dependency on desktop-file-utils, this is obviously not
...
needed.
ok jasper@
2010-01-12 08:41:41 +00:00
ajacoutot
c075986ad5
Disable sse, sse2 and altivec.
...
ok jasper@
2010-01-12 08:41:23 +00:00
ajacoutot
07362965aa
Disable sse, sse2 and altivec.
...
Use -pthread, not -lpthread.
Regen WANTLIB.
ok jasper@
2010-01-12 08:40:37 +00:00
marco
6828fdbb7d
Roll to new snap
2010-01-11 21:07:01 +00:00
jasper
01f2b094a8
- fix patches
2010-01-11 15:49:25 +00:00
jasper
25e1ab4e09
- update klavaro to 1.4.1
...
ok pea@ (MAINTAINER)
2010-01-11 15:11:38 +00:00
jasper
1c6c1759e9
- unhook broken edb, epeg and etk
...
- add e_dbus and eina
2010-01-11 15:07:08 +00:00
jasper
fc5b13babe
import eina 0.0.2.061
...
The Eina library is a library that implemente an API for data types in
an efficient way. It also provides some useful tools like opening shared
libraries, errors management, type conversion, time accounting and
memory pool.
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:06:39 +00:00
jasper
047e4448e1
import e_dbus 0.5.0.061
...
This is the start of some basic convenience wrappers around dbus
to ease integrating dbus with EFL based applications.
When using e_dbus, direct use of the low level dbus api is still
heavily required for processing messages.
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:05:49 +00:00
jasper
2aaa3e1193
- update evas to 0.9.9.061
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:04:49 +00:00
jasper
349ad98a76
- spacing tweaks
...
- MAINTAINER moved to ../Makefile.inc
committing on behalf of laurent@
2010-01-11 15:03:47 +00:00
jasper
4a864d9c8f
- update embryo to 0.9.9.061
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:03:17 +00:00
jasper
ff416107f0
- update efreet to 0.5.0.061
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:02:56 +00:00
jasper
a4eb3feb5d
- update eet to 1.2.1
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:02:35 +00:00
ajacoutot
620fdaf171
+development-monitor
2010-01-11 15:02:11 +00:00
jasper
c4f1a98e74
- update edje to 0.9.92.061
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:02:07 +00:00
ajacoutot
6fc3a158c6
Import gnome-development-monitor-0.
...
GNOME Development Monitor is a simple graphical tool to follow the the
development activity of projects hosted on the GNOME infrastructure.
By analysis of commit records (for the last N days) it is able to
generate and display the following informations:
* Planet GNOME.
* Aggregate statistics, like GNOME Commit digest
(http://blogs.gnome.org/commitdigest/ ).
* For each project:
* Changes to NEWS.
* Changes to ChangeLog.
* Easy viewing of the commit log.
* New patches in bugzilla.
WARNING: this project is still very young and a WIP.
some comments and ok jasper@
2010-01-11 15:01:34 +00:00
jasper
2cd09a0eb6
- spacing tweaks
...
- MAINTAINER moved to ../Makefile.inc
- add post-post target
- regen PLIST
committing on behalf of laurent@
2010-01-11 15:01:29 +00:00
jasper
006822c751
- update ecore to 0.9.9.061
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 15:00:15 +00:00
jasper
279ee7bccf
- update e to 0.16.999.061
...
with feedback and tweaks by me.
committing on behalf of laurent@
2010-01-11 14:59:25 +00:00
jasper
2ed4bdfe17
- add bits for the upcoming update.
2010-01-11 14:58:35 +00:00
jasper
732804a32e
- update sawfish to 1.6.1
2010-01-10 21:07:39 +00:00
espie
0e370d3e4d
sorry guys, you fucked up.
...
if you change the version numbering scheme, you have to make sure it goes
upwards. In this case it doesn't -> v0.
2010-01-10 15:23:43 +00:00
ajacoutot
fee16c6dda
Update to rep-gtk-0.90.2.
2010-01-09 19:38:54 +00:00
landry
32e9ccbbe3
+parole
2010-01-09 15:21:59 +00:00
landry
cd00485e4e
Import parole 0.2.0:
...
Parole is a modern media player for Xfce4 desktop, based on the
GStreamer framework.
Features audio playback, video playback with optional subtitle and
playback of live stream.
2010-01-09 15:21:25 +00:00