Commit Graph

77710 Commits

Author SHA1 Message Date
jeremy
9292714b1a Switch gem/extconf ports to build with ruby 1.9 by default, allowing
the use of the ruby18 FLAVOR to explicitly build a version for ruby 1.8.
To handle updates, add a @pkgpath marker with the unflavored PKGPATH
to all ruby18 FLAVOR gem/extconf PLISTs.

Remove format-executable CONFIGURE_STYLE, since only one port uses it.
Instead, allow the port Makefile to set GEM_FLAGS, and have ruby.port.mk
append to that if it already exists.
2012-09-23 16:56:15 +00:00
jasper
4504690ef5 unbreak on big endian arches 2012-09-23 13:25:25 +00:00
rpe
a059fe3bd9 + gpatch 2012-09-23 12:33:56 +00:00
rpe
94759e9f78 add GNU patch
ok ajacoutot@ sthen@
2012-09-23 12:23:35 +00:00
espie
19a7a697da fix parallel builds. fixincludes doesn't own that directory, so don't
clean it up.

More recent gcc have a cleaner fix, where fixincludes has been moved to
another directory that it truly owns, but in our case, we do not need to
clean up the fake directory as it's just been created.

okay pascal@, naddy@
2012-09-23 10:32:16 +00:00
dcoppa
2128820f04 piano: Fix memory leak pointed out by clang
from upstream git
2012-09-23 10:18:21 +00:00
matthieu
4d3e30f0c1 add BUILD_DEPENDS on devel/imake. ok landry@ 2012-09-23 08:08:49 +00:00
matthieu
4194ae7bf8 add BUILD_DEPENDS devel/imake and point Makefile to the imake config
files in ${LOCALBASE}. ok landry@
2012-09-23 08:07:04 +00:00
matthieu
b8ac97f241 Don't overwrite imake config files under /usr/X11R6 anymore.
They are gone. ok landry@
2012-09-23 08:05:53 +00:00
matthieu
fe8c3e4a16 Link imake and imake-cf to the build. 2012-09-23 08:04:23 +00:00
matthieu
35e488a93f Switch to imake from ports. ok landry@. 2012-09-23 08:03:55 +00:00
matthieu
3eabca2f4b Don't install Motif.{rules,tmpl} from here.
x11/openmotif installs the correct versions.

bump revision.
ok landry@
2012-09-23 07:59:29 +00:00
matthieu
d356fb46a3 ConfigDir is now ${LOCALBASE}. ok landry@ 2012-09-23 07:58:50 +00:00
espie
26e4cbeb78 some more data for dpb, special for naddy's killer box. 2012-09-22 19:00:04 +00:00
naddy
766786d192 fix build after pango 1.31 update: pangox is gone 2012-09-22 17:33:29 +00:00
landry
181d9b3892 Remove useless dependency on deprecated pangox.
- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to
EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla
stopped using pangox between 2.0 and 3.0. See for the last traces of
pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See
also bugs #323671/#338446
- backport the patch from #528941 to remove useless pangox.h inclusion
from www/firefox35.
- remove the RUN_DEPENDS on pangox-compat
- bump all corresponding REVISIONS
- while here, make sure all moz ports depend on latest nspr 4.9.2 since
  it'll be a requirement for upcoming gecko 16 releases
2012-09-22 10:30:17 +00:00
ajacoutot
441a18d61a gstreamer -> gstreamer1 2012-09-22 09:25:06 +00:00
ajacoutot
574784c98d ffmpeg -> libav ; from landry@ 2012-09-22 09:22:45 +00:00
sthen
b072aa75b0 missing bump; lua.port.mk
-@arch *
+@arch i386
2012-09-22 08:41:01 +00:00
landry
500bd5c7fe +focuswriter,gophernicus 2012-09-22 07:59:35 +00:00
landry
9549334624 Import gophernicus 1.3.
The Gophernicus Project is a one-man mission to modernize gopher, the
precursor of the evil that is WWW.

From Brian Callahan on ports@, ok sthen@
2012-09-22 07:58:28 +00:00
landry
a86b5ae7dd Import focuswriter 1.3.90.
FocusWriter is a simple, distraction-free writing environment. It
utilizes a hide-away interface that you access by moving your mouse to
the edges of the screen, allowing the program to have a familiar look
and feel to it while still getting out of the way so that you can
immerse yourself in your work.

ok sthen@
2012-09-22 07:53:57 +00:00
landry
463ce0efbc Reserver uid/gid 704 for net/gophernicus port. 2012-09-22 07:49:24 +00:00
ajacoutot
5f306d8e53 New support for sndio(7) from ratchov@ \o/
Initially as a patch for plugins-bad (where the sndio(7) module is
located upstream) -- but it makes no sense to install the whole kitchen
sink just to have sound -- so move it into plugins-base and adapt the
plumbing accordingly.

big thank you to ratchov@ for his work on this!
2012-09-22 07:34:43 +00:00
ajacoutot
ccb3fe9257 Remove broken sndio(7) support. 2012-09-22 06:09:43 +00:00
ajacoutot
178e2b0ce3 typo in comment 2012-09-22 06:08:31 +00:00
dcoppa
38febc9b19 Update to i3-4.3
OK jasper@
2012-09-21 17:16:13 +00:00
ajacoutot
16a816c628 Upcoming sndio(7) support will be in -base. 2012-09-21 17:11:05 +00:00
ajacoutot
6d5eab2c34 Adapt comment. 2012-09-21 17:08:40 +00:00
ajacoutot
0c6b1b3a18 Fix documentation installation. 2012-09-21 15:48:43 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
141ad145f0 --enable-*=no --> --disable
Explicitely disable connman to set connectivity to "None".
2012-09-21 14:01:54 +00:00
jasper
f13cf07f87 sync comment now that it's been merged upstream 2012-09-21 13:57:32 +00:00
jasper
76f163bde9 don't pick up pulseaudio; no pkg change as it wouldn't build if it was picked up. 2012-09-21 13:51:56 +00:00
jasper
d6819a2f5e - update to 3.14.0 2012-09-21 13:51:17 +00:00
ajacoutot
6cc7590223 Forgot to sync PLIST. 2012-09-21 13:42:45 +00:00
ajacoutot
8d9d6bd4d6 Fix with new introspection (from upstream). 2012-09-21 13:25:27 +00:00
ajacoutot
a7bd921f10 Update to at-spi2-atk-2.5.92. 2012-09-21 13:24:51 +00:00
ajacoutot
312ca81d0e Update to at-spi2-core-2.5.92. 2012-09-21 13:24:28 +00:00
ajacoutot
f0817b0d8f Fix WANTLIB after recent pango update. 2012-09-21 13:24:09 +00:00
ajacoutot
ce74f6bf46 Update to gstreamermm-0.10.11. 2012-09-21 13:23:40 +00:00
ajacoutot
0a667e2617 Update to totem-pl-parser-3.4.3. 2012-09-21 13:23:23 +00:00
ajacoutot
d717ef51d2 Update to libgda-5.1.1.
ok jasper@
2012-09-21 13:23:06 +00:00
ajacoutot
6922419361 Update to gnome-themes-standard-3.5.92. 2012-09-21 13:22:34 +00:00
ajacoutot
af18e27583 Update to gtk3mm-3.5.12. 2012-09-21 13:22:10 +00:00
ajacoutot
a598203a8d Fix after pangox removal from devel/pango.
ok jasper@
2012-09-21 13:21:44 +00:00
ajacoutot
0dea867040 Use pangox-compat.
ok jasper@
2012-09-21 13:20:57 +00:00
ajacoutot
ef9b0fb5ee Update to gtk+3-3.5.18. 2012-09-21 13:20:19 +00:00
ajacoutot
213a4a020a Update to atk-2.5.91. 2012-09-21 13:19:57 +00:00
jasper
c8c1ae70cc - update to 1.33.14 2012-09-21 13:19:40 +00:00