Commit graph

1581 commits

Author SHA1 Message Date
Dmitry Marakasov
dbafd1388b - Add LICENSE
- Fix WWW:
2015-09-25 15:18:13 +00:00
Frederic Culot
d0d2fb3c56 - Reassign to the heap after fluffy@'s bit was taken in for safekeeping 2015-09-24 08:12:33 +00:00
Alexey Dokuchaev
3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
2015-09-20 14:35:57 +00:00
Dmitry Marakasov
90a4e88264 - Switch to options helpers 2015-09-15 18:34:36 +00:00
Dmitry Marakasov
692a05914f - Add NO_ARCH
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-06 15:42:35 +00:00
Max Brazhnikov
78ec5e6592 - Bump PORTREVISION after libzip update 2015-08-28 10:48:41 +00:00
Rodrigo Osorio
501f834b8d Update librfm and rodent ports to 5.3.16.3 2015-08-20 11:00:12 +00:00
Jose Alonso Cardenas Marquez
9640ea734e - Fix build
- Add missing build dependencies
2015-08-18 17:42:23 +00:00
Dmitry Marakasov
aa81873c6c - Update to 0.6.5
PR:		202391
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
2015-08-18 10:11:05 +00:00
Dmitry Marakasov
e05892197a - Fix build
PR:		202348
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
2015-08-16 11:26:13 +00:00
Rodrigo Osorio
49780fe60b Fix dependencies : use lang/gawk instead of japanese/gawk 2015-08-09 18:41:41 +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
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
Koop Mast
d138701abc Part 2 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-05 07:39:47 +00:00
Dmitry Marakasov
3c55e4d248 - Drop 8.x-related conditions for my ports 2015-08-02 21:07:38 +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
7592a6742a Update caja to 1.10.3. 2015-07-29 11:13:17 +00:00
Guido Falsi
65e97be0cf Update to 3.8.0
PR:		201880
Submitted by:	mp39590@gmail.com (maintainer)
2015-07-28 20:08:21 +00:00
Koop Mast
b18513c396 Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.

This update fixes the following PR's:
PR:		193942, 191885
Submitted by:	Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from:	gnome devel repo.
2015-07-27 20:19:33 +00:00
Dmitry Marakasov
70d4758f72 - Add upstream patch which fixes crash on alt+tab
PR:		201723
Submitted by:	enitarzi@gmail.com
MFH:		2015Q3 (blanket)
2015-07-27 19:29:08 +00:00
Bartek Rutkowski
cdedb05d60 x11-fm/doublecmd: update 0.6.3 -> 0.6.4
PR:		201746
Submitted by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2015-07-22 18:38:26 +00:00
Philip M. Gollucci
fef53ed1df x11-fm/pcmanfm: cleanup
- Bump PORTREVISION
- Add gettext-runtime into USES
- Sort USES
- Fix NLS option
- Regenerate patch

PR:                  201414
Submitted by:        s3erios@gmail.com and maintainer
Approved by:         horia@racoviceanu.com (maintainer)
2015-07-15 20:59:07 +00:00
Dmitry Marakasov
b6c9fbea7f - Pass MAKE_ENV to build commands, fixing built with ccache as a result
PR:		201219
Submitted by:	andrey@bsdnir.info
Approved by:	bbtruk@users.sourceforge.net (maintainer)
2015-07-01 02:47:34 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
b7aade1c22 - Update to 0.6.3
PR:		200902
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
2015-06-19 00:41:04 +00:00
Danilo Egea Gondolfo
10d078d111 - Update to 1.4.7 2015-06-16 22:21:25 +00:00
Jose Alonso Cardenas Marquez
035ca53a61 - Bump PORTREVISION. lazarus was updated to 1.4.0 2015-06-15 08:45:13 +00:00
Jason E. Hale
1e9e2156ea - Update audio/libmusicbrainz5 to 5.1.0
- Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added
  upstream, but not in this release) [1]
- Bump PORTREVISION on dependent ports

PR:		196959 [1]
Submitted by:	Pete Johanson <peter@peterjohanson.com> [1]
2015-06-14 17:55:49 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Guido Falsi
b6af2ffc91 Update to 3.7.1
PR:		200681
Submitted by:	mp39590 at gmail.com (maintainer)
2015-06-07 19:57:48 +00:00
Dmitry Marakasov
8b27d85bc8 - Update to 0.6.2
PR:		200152
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
2015-05-26 18:31:59 +00:00
Olivier Duchateau
a4c0150354 - Update to 1.6.10 (bugfix)
- Remove unneeded patches
2015-05-23 04:42:03 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Olivier Duchateau
ab78f3c806 - Update to 1.6.9
- Add patches, which fixes trash at startup [1]

Obtained from:	https://bugzilla.xfce.org/show_bug.cgi?id=11913 [1]
2015-05-22 04:29:41 +00:00
Danilo Egea Gondolfo
66ff143f94 - Update to 1.4.6
- Bugfix for a bug which resulted in storing clear-text passwords [1]

[1] - https://bugzilla.gnome.org/show_bug.cgi?id=653573

MFH:		2015Q2
2015-05-20 22:18:55 +00:00
Dmitry Marakasov
760c49f41e - Update to 3.7.0
PR:		200248
Submitted by:	mp39590@gmail.com (maintainer)
2015-05-20 17:10:03 +00:00
Rodrigo Osorio
501128d668 Upgrade rodent and librfm from 5.2.9 to 5.3.14.6 2015-05-20 13:33:48 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Olivier Duchateau
00f8846df9 - Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoring
trash folder
- Bump PORTREVISION

Obtained from:	Upstream git repo
2015-05-13 17:18:06 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Dmitry Marakasov
17c96cdb37 - Update to 0.20.0
- Project renamed upstream
- Update WWW
2015-05-07 20:30:47 +00:00
Mathieu Arnold
fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00
Olivier Duchateau
025a69d21b - Update to 1.6.8 (bugfix)
- Remove unneeded patches
- Remove STARTUP option

Changelog: http://git.xfce.org/xfce/thunar/tree/NEWS?id=thunar-1.6.8
2015-05-05 19:44:44 +00:00
Olivier Duchateau
a532f5c9cf - Fix an infinite loop (and sometimes crash), when manual reload is performed
- Bump PORTREVISION

PR:		199827
Reported by:	<rozhuk.im@gmail.com>
Obtained from:	Upstream Git repository
2015-05-01 14:57:58 +00:00
Bryan Drewery
63408327b0 USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
2015-04-28 17:01:46 +00:00
Dmitry Marakasov
8b741889ad - Fix shebangs
MFH:		2015Q2
Approved by:	portmgr blanket
2015-04-23 13:22:01 +00:00