Commit graph

7478 commits

Author SHA1 Message Date
Dmitry Marakasov
17d9def2af - Fix build
Approved by:	portmgr blanket
2015-08-19 02:01:21 +00:00
Jose Alonso Cardenas Marquez
e776027128 - Fx build adding dependencies 2015-08-18 03:52:05 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Sunpoet Po-Chuan Hsieh
fc4c5d0652 - Update to 1.44
Changes:	http://search.cpan.org/dist/Prima/Changes
2015-08-13 17:35:18 +00:00
Dmitry Marakasov
bf39745241 - Fix build by adding missing dependency
Approved by:	portmgr blanket
2015-08-13 11:09:33 +00:00
Koop Mast
007b6f56b7 Gtk+ 3.16 removed Type a head support in the filechooser. While Gtk+ 3.17
has another way of archiving this, add type a head back as a optional
(default off) option.

Requested by:	novel@
Tested by:	novel@
2015-08-10 15:57:30 +00:00
Koop Mast
0de0b067d5 These ports need introspection at build time.
Submitted by:	antoine@
2015-08-10 14:08:29 +00:00
Alexander Leidinger
435ea2a95a Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
2015-08-09 19:14:13 +00:00
Jose Alonso Cardenas Marquez
230cf6828f - editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
  fpc units only are added like build dependencies (less dependencies registered
  when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
2015-08-09 08:06:43 +00:00
Koop Mast
2e3498cdef * Remove 8.x patch.
* Make OSVERSION conditionals check OPSYS == FreeBSD. And add check for
  OPSYS == DragonFly, since they don't have zlib.pc in there base [1]
* Remove old reinplace that didn't apply anymore. And the thing it was supposed
  to handle is done elsewhere in the Makefile.

Reported by:	marino@ [1]
Tested by:	marino@
2015-08-08 14:11:03 +00:00
Koop Mast
652724b9ab * Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
  so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
  any updates anymore. Or are slave ports, so only the master port will
  get checked.
2015-08-08 13:56:32 +00:00
Koop Mast
d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00
Grzegorz Blach
6545a828a5 - Upgrade x11-wm/enlightenment to 0.19.7 [1]
- Upgrade devel/efl to 1.15.0
- Upgrade x11-toolkits/elementary to 1.15.0
- Upgrade graphics/evas_generic_loaders* to 1.15.0
- Upgrade multimedia/emotion_generic_players-vlc to 1.15.0
- Upgrade multimedia/rage to 0.1.4 [2]

PR:		202023 [1], 202024 [2]
Submitted by:	cpets <at> list <dot> ru [1][2]
2015-08-04 17:28:42 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Koop Mast
065d1b2cb3 Grab patch from upstream to fix the build.
One of the patches cherry picked to the 3.14 branch depends on a glib API
added in the 2.44 series. Add a patch from upstream to allow build with
glib 2.42 in ports.

PR:		201951 [1]
Reported by:	Walter Schwarzenfeld, Gary <freebsd-bugzilla@in-addr.com> [1]
Obtained from:	upstream gtk+ 3.14 branch
2015-07-28 21:19:18 +00:00
Koop Mast
a8f152f37c Update gtk30 to 3.14.15.
* Explicitly disable wayland backend.
* Remove obsolete packagekit configure argument
* Add patch to fix shared clipboard between X screens. [1]

Submitted by:	ashish@ [1]
Tested by:	ashish@ [1]
Obtained from:	gtk+ upstream [1]
2015-07-28 19:26:30 +00:00
Koop Mast
4c391218db Update gtk-update-icon-cache and gtk20 to 2.24.28.
Obtained from:	gnome devel repo
2015-07-27 18:39:32 +00:00
Dmitry Marakasov
8755c7ff75 - Strip library
- Add LICENSE
2015-07-26 21:54:32 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Antoine Brodin
00fea1c408 Fix packaging after sphinx update
Reported by:	pkg-fallout
2015-07-24 23:45:43 +00:00
Koop Mast
995991fcb8 Release to pool.
Remove WWW, upstream is gone.
2015-07-22 10:52:49 +00:00
Baptiste Daroussin
18c0652534 The lazarus GTK1 interface has been discontinued upstream:
http://wiki.lazarus.freepascal.org/GTK1_Interface
2015-07-14 20:16:29 +00:00
Baptiste Daroussin
596eba3243 Convert to USES=metaport
PR:		201507
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-07-12 22:44:40 +00:00
Sunpoet Po-Chuan Hsieh
1387074e77 - Update to 1.3.3
- Fix LICENSE
- Sort USE_PYTHON
- Cleanup Makefile
- Cosmetic change
- Pass maintainership to python@

Changes:	http://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/CHANGES
2015-07-12 16:09:21 +00:00
Pietro Cerutti
99cf0fb8d9 - Update to 2.8 2015-07-07 10:57:21 +00:00
Thomas Zander
ce17c5be27 Fix build with ffmpeg 2.7 when built with non-default FFMPEG OPTION
Approved by:	portmgr (antoine)
2015-07-03 22:12:13 +00:00
Thomas Zander
a93a44040e - Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
  this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
  UPDATING
2015-07-02 19:40:15 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
David Chisnall
b6546ca2ca Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2961
2015-07-01 13:50:28 +00:00
Steve Wills
cef8b06525 x11-toolkits/p5-Gtk2: update to 1.2495 2015-06-30 20:43:43 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
John Marino
631c533d91 x11-tools/gtkada3: Fix build when DOCS option is deselected
(Note: The vast majority of users should never deselected docs --
These appear on the GPS IDE menu and most users are only building gtkada3
to build GPS.  But it is an option and thus needs to be supported)

While here, strip two libraries.

PR:		201137
Submitted by:	amdmi3
2015-06-27 05:45:12 +00:00
Dmitry Marakasov
d2aeedc5f6 - Mark broken on 9.x:
/usr/local/lib/gcc48/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

Using USES=compiler:c++11-lib and USE_CXXSTD=c++11 doesn't really help

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:25:21 +00:00
John Marino
fc445b2e3f Ada Framework: Switch to gcc5-aux, upgrade 6 packages at once
The transition from gcc-aux to gcc5-aux in the Ada framework has been
blocked by the inability to build gtkada3 and, once resolved, GPS (due
to tight locking with compiler).

A few days ago, Adacore made their annual release of their main libre
products, include GPS.  However, some products were tightly coupled with
the recent compilers, so in order to upgrade, the compiler had to be
switched and dependencies require many ports to be upgraded at once:

  * lang/asis
  * devel/gnatcoll
  * devel/gps
  * x11-toolkits/gtkada3
  * www/aws
  * www/aws-demos

While the version upgrades were modest in most cases (gps, gtkada3), the
amount of work put into each port was significant.  There are too many
improvements to mention here.  A few include the removal of dynamic
package lists and incorporating gnatcoll into gps to avoid building it
twice.  A private "exp-run" was done all on all 50+ Ada ports to ensure
they still build.

Also, a new argument was added to Uses/ada.mk, "run", that pulls in the
GNAT compiler as a run depends.  This was necessary for GPS that will
not launch correctly without the compiler in place.
2015-06-23 22:20:35 +00:00
Dmitry Marakasov
69e8fe6224 - Update to 3.5.7
PR:		201000
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-23 16:01:41 +00:00
Sunpoet Po-Chuan Hsieh
5245573753 - Update to 1.046
- Strip shared library

Changes:	http://search.cpan.org/dist/Gnome2/NEWS
2015-06-23 12:21:59 +00:00
Baptiste Daroussin
532f9d3881 Use COPYTREE_SHARE 2015-06-23 06:06:00 +00:00
Baptiste Daroussin
3b69e970ae Simplify example installation 2015-06-22 23:42:35 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Pawel Pekala
6763a3e068 Update to version 2.2.11
Changelog:

Provide a mutex for calls to make-fresh-user-modules to deal with
guile thread safety issues (c++-gtk-utils/Makefile.am;
extension.h, extension_helper.cpp).

Improve efficiency of scheme to C++ list translators for long
lists (extension.h).

Update libtool to version 2.4.4.

Update code comments (extension.h, future.h, parallel.h,
task_manager.h, task_manager.tpp).

Update documentation (README; application.h, parallel.h, param.h).
2015-06-18 19:54:28 +00:00
Dmitry Marakasov
c209e81468 - Add LICENSE
- Strip library
2015-06-16 23:43:15 +00:00
John Marino
05e72812d5 x11-toolkits/gtkada3: modify to allow building with gcc5-aux
Patch derived from gtkada-2015 released today.
2015-06-15 22:49:33 +00:00
Dmitry Marakasov
66bf98ed90 - Add LICENSE_FILE
- Strip libraries
2015-06-11 09:25:33 +00:00
Dmitry Marakasov
1d582d43f5 - Fix shebangs
MFH:		2015Q2
2015-06-09 16:37:29 +00:00
Dmitry Marakasov
96d612ae9d - Add LICENSE_FILE
- Strip library
2015-06-05 18:51:47 +00:00
Baptiste Daroussin
16a335d8f1 Fix packaging as a user 2015-06-04 21:11:39 +00:00
Baptiste Daroussin
228a5dc341 Use USE_LINUX_RPM_BAD_PERMS 2015-06-04 21:10:51 +00:00