Commit graph

4459 commits

Author SHA1 Message Date
Dmitry Marakasov
d266ebcea1 - Switch to USES=autoreconf 2015-06-23 16:33:11 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Baptiste Daroussin
20f9d258f2 Convert to USES=autoreconf 2015-06-21 16:28:48 +00:00
Dmitry Marakasov
999f1f5247 - Strip binaries 2015-06-16 23:43:18 +00:00
Dmitry Marakasov
88055d38db - Don't duplicate examples in DOCSDIR
PR:		200094
Submitted by:	udvzsolt@gmail.com
Approved by:	antont@inbox.lv (maintainer)
2015-06-16 00:08:58 +00:00
Dmitry Marakasov
e68c577ea4 - Add LICENSE_FILE
- Strip binary
- Fix WWW:
2015-06-15 12:26:06 +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
Dmitry Marakasov
fbc98f8977 - Strip libraries 2015-06-05 19:40:54 +00:00
Roman Bogorodskiy
e797a961ae Update to 3.6. 2015-06-01 15:53:55 +00:00
Dmitry Marakasov
2eeed93f56 - clerify
- Switch to USES=autoreconf
2015-05-29 11:03:46 +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
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
Olivier Duchateau
71b49c0a63 Update to 4.12.2 (bugfix)
Changelog: http://git.xfce.org/xfce/xfdesktop/tree/NEWS?id=xfdesktop-4.12.2#n1
2015-05-17 17:46:58 +00:00
Olivier Duchateau
d204413554 Update to 4.12.3 (bugfix) 2015-05-16 19:52:31 +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
a608b2fcfc Remove unneeded patches (discussed with upstream)
Internationalization setup is now in 'src/PlankMain.vala' file since 0.9.1
release
2015-05-12 15:19:14 +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
Grzegorz Blach
ff8e6eed1b Update to 0.19.5 2015-05-10 11:52:03 +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
c6dc3377fe Update to 0.9.1 2015-05-05 19:00:05 +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
Vanilla I. Shu
4cfdfde32f Add euclid-wm 0.4.3, minimalist, tiling window manager for X11.
PR:		199713
Submitted by:	anastmag@gmail.com
2015-04-28 03:50:28 +00:00
Olivier Duchateau
8a63250188 - Update to 0.9.0
- Add patch, when default encoding is not UTF-8 in Preferences window (avoid
Pango's warnings)
2015-04-18 08:20:18 +00:00
Baptiste Daroussin
688b7aeea3 Update to 4.10.2 2015-04-16 22:49:07 +00:00
Baptiste Daroussin
daae6d86b7 over to enlightenment@ 2015-04-16 22:16:07 +00:00
Baptiste Daroussin
344722e56a over to enlightenment@ 2015-04-16 22:03:27 +00:00
Baptiste Daroussin
f8a1430380 Over to the enlightement team
Submitted by:	Chris Petrik (via irc)
2015-04-16 21:55:10 +00:00
Grzegorz Blach
45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Mathieu Arnold
ee88dde7cf Fix build WITHOUT=NLS.
Sponsored by:	Absolight
2015-04-11 15:48:33 +00:00
Olivier Duchateau
49b322725c - Switch to USES= metaport
- Re-organize options helper
2015-04-07 16:17:05 +00:00
Pawel Pekala
62e5fa615e - Update to version 2.2.1
- Correct homepage address

FIXED: extraneous window border at top left of screen at startup.
FIXED: cannot find font with x11-servers/xorg-server 1.14.7_3,1
FIXED: port can be staged as non-privileged user

PR:		198793
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-03-30 15:20:52 +00:00
Bartek Rutkowski
a541861d0e x11-wm/bspwm: minor fixes
- Add LICENSE
- Correct GH commit number

PR:		198752
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2015-03-30 09:38:46 +00:00
Baptiste Daroussin
65dc491d24 Update to 4.10.1 2015-03-29 17:25:47 +00:00
Baptiste Daroussin
e26dd3b801 Update to 4.10 2015-03-29 16:31:03 +00:00
Olivier Duchateau
9675d444e9 - Add patch, to make verbose logging conditional
- Bump PORTREVISION

PR:		198560
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2015-03-28 20:28:08 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
Olivier Duchateau
f16c358d77 Unbreak build, when Thunar is not set
Reported by:	Andreas Koga <koga@kabelmail.de>
2015-03-27 09:16:44 +00:00
Koop Mast
baab8cbbbb Update the cinnamon stack to the latest in the 2.4 series.
sysutils/cinnamon-settings-daemon to 2.4.3.
x11/cinnamon to 2.4.6.
x11/cinnamon-screensaver to 2.4.1.
x11/cinnamon-session to 2.4.3.
x11-fm/nemo to 2.4.5.
x11-wm/muffin to 2.4.4.

Switch cinnamon to py-pillow instead of py-imaging which seems to be
  discontinued upstream.

Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to kee
  these ports updated.

Obtained from:	GNOME dev repo
2015-03-27 08:26:59 +00:00
Vanilla I. Shu
76817f2a1e Upgrade to 5.6.
PR:		198914
Submitted by:	maintainer
2015-03-26 01:57:14 +00:00
John Marino
2d396d372d 8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm

The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.

approved by:	PTHREAD blanket
2015-03-24 13:51:17 +00:00
Olivier Duchateau
a2d74f08f3 Update to 4.12.1
Changelog: http://git.xfce.org/xfce/xfdesktop/tree/NEWS?id=xfdesktop-4.12.1#n1
2015-03-22 14:14:13 +00:00
Baptiste Daroussin
c49cbeba26 Fix plist 2015-03-22 10:11:39 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Pawel Pekala
8d986818f2 - Update to version 0.9
- Add DOCS option

PR:		198628
Submitted by:	Anton Tornqvist <antont@inbox.lv> (maintainer)
2015-03-16 22:50:19 +00:00
Olivier Duchateau
997915bab7 Update to 4.12.1
Changelog: http://git.xfce.org/xfce/xfce4-session/tree/NEWS?id=xfce4-session-4.12.1#n1
2015-03-16 15:22:10 +00:00
Olivier Duchateau
a6cd04e778 Update to 4.12.2
Changelog: http://git.xfce.org/xfce/xfwm4/tree/NEWS?id=xfwm4-4.12.2#n1
2015-03-15 22:01:56 +00:00
Olivier Duchateau
ceef994b06 Bump PORTREVISION after update of x11-wm/xfce4-wm (revision r381298) 2015-03-15 07:50:10 +00:00
Olivier Duchateau
08a6f318b8 Update to 4.12.1
Announce: https://mail.xfce.org/pipermail/xfce-announce/2015-March/000400.html
2015-03-15 07:46:50 +00:00
Olivier Duchateau
42651c13cd Make really Thunar optional (fix revision r380955)
PR:		198561
Submitted by:	lichray@gmail.com
Reported by:	makc@, Eric Douzet
2015-03-13 17:26:47 +00:00