Commit Graph

77742 Commits

Author SHA1 Message Date
jasper
a27b1ea994 add two suggested dependencies; though it doesn't fix the occasional build failure 2012-09-24 12:34:20 +00:00
jasper
9206e20978 - remove -lpthread vs. -pthread patches/chunks. 2012-09-24 06:51:59 +00:00
ajacoutot
116f0d64ea Update to gtk+2-2.24.13. 2012-09-24 04:47:09 +00:00
ajacoutot
d9bbeb439a Update to stable glib2-2.34.0. 2012-09-24 04:11:50 +00:00
ajacoutot
cb06f05c99 Bugfix update to libsigc++-2.2.11. 2012-09-24 03:20:51 +00:00
bluhm
fd28e36f58 update p5-OSPF-LSDB to 1.07 2012-09-23 21:30:40 +00:00
kili
c03859effa Add archivers/gtar to BUILD_DEPENDS, because without it, configure
may detect it but dpb(1) may remove it afterwards, which causes the
build to fail (spotted by naddy).

This *could* be done simpler (by adding TarCmd=/bin/tar to
CONFIGURE_ENV), but this would break the bootstrap target.

Some more dependency odditiies (dblatex, docboo*, libxslt may be
not necessary for the no_doc FLAVOR, also noticed by naddy@) will
be checked and fixed later.
2012-09-23 20:26:57 +00:00
jasper
9e2b475eb3 missing rcs id 2012-09-23 19:50:22 +00:00
jasper
7b5bd51a46 remove -lpthread vs. -pthread patches/chunks 2012-09-23 19:33:02 +00:00
espie
f8d9ead7d8 new framework to deal with the new ports cluster, to be documented 2012-09-23 18:13:32 +00:00
jasper
7c3cc4f988 - update to 0.1.0 2012-09-23 17:52:27 +00:00
jasper
61367464b1 - update to 0.0.4 2012-09-23 17:31:55 +00:00
jasper
fad26d4ad9 - update to 2.0.0 2012-09-23 17:31:19 +00:00
jasper
7418c38f91 missed in previous 2012-09-23 17:30:16 +00:00
jasper
1bd058af89 - update to 0.13.1 2012-09-23 17:29:47 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
fe19214bf7 Have metasploit depend on the correct FLAVOR of a couple ruby
dependencies.
2012-09-23 17:19:51 +00:00
jeremy
eae07be2d5 Switch ruby-dbus to use ruby 1.9 by default. Adjust PKGNAME to be
similar to other ruby 1.9 packages.
2012-09-23 17:14:45 +00:00
jeremy
616393b529 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.

Remove MAINTAINER at his request.
2012-09-23 17:13:42 +00:00
jeremy
620cf0a1fe Have raggle depend on the correct FLAVOR of the ruby-ncurses dependency. 2012-09-23 17:12:42 +00:00
jeremy
e603210399 Have puppet-dashboard depend on the correct FLAVOR of the ruby
dependencies.
2012-09-23 17:11:34 +00:00
jeremy
3eab43d6a5 Have gonzui depend on the correct FLAVOR of the ruby-bdb dependency. 2012-09-23 17:09:54 +00:00
jeremy
f21f715417 Switch ruby-rss to use ruby 1.9 instead of ruby 1.8, and change
PKGNAME to be similar to other ruby 1.9 packages.
2012-09-23 17:09:11 +00:00
jeremy
8e2a29de24 Have puppet depend on the correct FLAVOR of the ruby-json dependency. 2012-09-23 17:08:06 +00:00
jeremy
421a127e8f Switch god to use ruby 1.9 instead of ruby 1.8. 2012-09-23 17:07:00 +00:00
jeremy
e7549ddf5e Switch ruby plugin to use ruby 1.9 instead of ruby 1.8. 2012-09-23 17:05:49 +00:00
jeremy
dde73a2a57 Update to ruby-ole 1.2.11.4, which runs correctly on ruby 1.9.3. 2012-09-23 17:03:36 +00:00
jeremy
0ee6cb4137 Don't use the format-executable CONFIGURE_STYLE, as it has been removed.
Switch to setting GEM_FLAGS instead.  Explicitly set FLAVOR and FLAVORS
to ruby18, as other ruby implementations ship with rake.
2012-09-23 17:02:42 +00:00
jeremy
4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00
jeremy
9395e3f102 Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove MAINTAINER at his request.
2012-09-23 16:59:49 +00:00
jeremy
ec54adfe61 Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove dependency on parsetree, since it isn't a required dependency,
and parsetree does not run on ruby 1.9.
2012-09-23 16:58:40 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
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