Commit graph

8669 commits

Author SHA1 Message Date
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Kris Moore
a5b1d56013 - Update to 0.7.0-1413399783
- Fixes a few missing files from a bad git merge
2014-10-15 19:28:20 +00:00
Kris Moore
8922e24ea9 - Update to 0.7.0 2014-10-15 14:07:50 +00:00
Pawel Pekala
48ce5dce19 Remove @dirrm's from my ports plists 2014-10-13 22:08:27 +00:00
Antoine Brodin
d0ffb98a35 No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this 2014-10-12 14:47:13 +00:00
William Grzybowski
044213c3d0 x11/xpra: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-07 12:23:43 +00:00
William Grzybowski
ff6d55b04c x11/xcurs: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-07 12:08:15 +00:00
Antoine Brodin
ece172b860 Fix packaging 2014-10-06 21:00:51 +00:00
Baptiste Daroussin
10b5b7c325 Update to 1.8.1
Cleanup plist
2014-10-06 13:00:50 +00:00
Baptiste Daroussin
27c895ef61 Update to 1.8.1
Cleanup plist
2014-10-06 12:52:46 +00:00
Baptiste Daroussin
c5e02d1fce Update to 1.8.1
Cleanup plist
2014-10-06 12:50:28 +00:00
Baptiste Daroussin
58046ca56a Update to 1.8.1
Cleanup pkg-plist
Remove now useless dependency on gnomehier
2014-10-06 12:32:40 +00:00
Tijl Coosemans
49d24ca548 graphics/djvulibre:
- Add USES=libtool and bump dependent ports
- Remove threading related patches
2014-10-05 21:30:26 +00:00
Alonso Schaich
c05e144deb Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.

Approved by:	rakuco (mentor)
2014-10-05 18:25:00 +00:00
Koop Mast
e63ef6c3c0 Doesn't build with gnome3 version of gnome-desktop 2014-10-03 12:37:06 +00:00
Raphael Kubo da Costa
4e4dc37058 Add x11/qt5-x11extras.
Qt platform-specific features for X11-based systems.

PR:		194008
Submitted by:	Jan Beich <jbeich@vfemail.net>
2014-09-29 21:24:18 +00:00
Alex Kozlov
1252239d9f - Add NO_ARCH
- Use new @dir syntax

Approved by: x11 (kwm)
2014-09-29 09:31:23 +00:00
Emanuel Haupt
43968b644c Update to 312 2014-09-29 06:29:55 +00:00
Alex Kozlov
f06094f706 - Use options helpers
- Convert to @sample
- Strip binaries
- Use new @dir syntax

Reviewed by:	bapt, kwm
Approved by:	x11 (bapt, kwm)
Differential Revision:	https://reviews.freebsd.org/D724
2014-09-26 18:44:22 +00:00
Vanilla I. Shu
53589b64e7 Update to version 2.9.4.
PR:		ports/193903
Submitted by:	Ports Fury.
2014-09-26 02:38:00 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
Eitan Adler
4ea635fd2d Hand back my ports to the pool.
Ports require time and TLC which I no longer have.
2014-09-24 06:00:09 +00:00
Dmitry Marakasov
001bcc86f0 - Drop @dirrm* from plist 2014-09-23 11:19:23 +00:00
Kris Moore
e9891ace9b - Update Lumina to 0.6.3 2014-09-22 19:41:29 +00:00
Boris Samorodov
70e8a571c1 x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la files 2014-09-22 18:57:05 +00:00
Boris Samorodov
9e41086467 x11/libXcm: clear @dirrm, add INSTALL_TARGET=install-strip, USES=libtool:keepla 2014-09-22 18:06:47 +00:00
Baptiste Daroussin
d2d9edf2d4 Simplify plist 2014-09-22 11:35:11 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
John Marino
d0e576b5d7 x11/slim: Add non-default UTF-8 character input support
PR:		192783
Submitted by:	DaLynX
Refined by:	maintainer (Henry Hu)
2014-09-20 19:07:37 +00:00
Gerald Pfeifer
add8dbd8dd Replace USE_GCC=4.8+ by the equivalent, but preferred USE_GCC=yes. 2014-09-20 17:06:46 +00:00
Antoine Brodin
315762cd3a Fix r368473 2014-09-20 06:27:12 +00:00
Tijl Coosemans
00789911dc graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 20:43:03 +00:00
Tijl Coosemans
5f3d4a8b59 Remove old libtool patches 2014-09-19 18:47:56 +00:00
Emanuel Haupt
18f2c8598c Update to 311 2014-09-19 08:48:57 +00:00
Antoine Brodin
9179c89fa1 Allow staging as a regular user 2014-09-18 21:21:29 +00:00
Baptiste Daroussin
9041579843 Fix build when pkg(8) do not extract mtree first 2014-09-18 15:14:00 +00:00
Tijl Coosemans
13666b1e80 - Fix build after r368108 (x11-toolkits/gtk12 library name change)
- Convert to INSTALL_TARGET=install-strip

Reported by:	antoine
2014-09-15 10:28:40 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Jason E. Hale
bf2b151831 - Update to 1.2.2.1
PR:		193240
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-09-12 04:31:47 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Baptiste Daroussin
c980de92a0 Commit meta port forgotten in mate 1.8 import 2014-09-10 19:06:54 +00:00
Colin Percival
6631fcd728 Attempt #4 to unbreak INDEX after Mate Desktop 1.8 import: Chase renamed
dependencies.
2014-09-10 17:18:01 +00:00
Baptiste Daroussin
bcf3a830a4 Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
2014-09-10 13:11:28 +00:00
Adam Weinberger
f86ce48e86 Add USE_XORG=xaw. Not clear how this was building successfully before.
While here, include stdlib.h to quiet warnings about exit.
2014-09-09 19:31:28 +00:00
Baptiste Daroussin
977160571a Add nxcomp 2014-09-09 17:50:06 +00:00
Tijl Coosemans
84af817818 - USE_AUTOTOOLS contains aclocal but not autoconf which leaves configure
out of date and causes make (build phase) to run autoconf, erasing any
  configure patches.  Then make reruns configure.  Instead of adding
  autoconf to USE_AUTOTOOLS avoid USE_AUTOTOOLS altogether by patching
  Makefile.in instead of Makefile.am.
- Use INSTALL_TARGET=install-strip and USES=pathfix

Reported by:	antoine
2014-09-06 10:37:55 +00:00
Antoine Brodin
80ad2bb065 Revert r367333, it doesn't work
Mark BROKEN instead
2014-09-05 11:44:18 +00:00
Kris Moore
9cdc4d4223 Remove obsolete USE_CDRTOOLS 2014-09-05 00:20:39 +00:00
Kris Moore
6a694f5540 Opps, remove restriction to FBSD 10.0 and later
Pointy Hat: kmoore
2014-09-04 17:07:15 +00:00
Kris Moore
d27c479abb - Add x11/lumina 0.6.2
Lumina-DE is a lightweight, BSD licensed desktop environment designed specifically for use on FreeBSD

WWW: https://github.com/pcbsd/lumina
2014-09-04 16:34:10 +00:00