1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

3456 Commits

Author SHA1 Message Date
Koop Mast
91f8647292 Update Gstreamer framework to 1.4.5. 2014-12-22 10:22:38 +00:00
Johan van Selst
69210a6e54 - Update ocurl to 0.7.2
- Use new master site
2014-12-22 09:49:46 +00:00
Baptiste Daroussin
2bd2415c4a Cleanup plist 2014-12-20 18:28:13 +00:00
Antoine Brodin
134c55fc88 Fix 41 gstreamer1-plugins- ports that were creating empty packages
With hat:	portmgr
2014-12-17 21:14:29 +00:00
Dmitry Marakasov
50f33951d7 - Further simplify MASTER_SITES
Suggested by:	danfe
Approved by:	maintainer timeout
2014-12-11 14:07:25 +00:00
Dmitry Marakasov
f81c67ca20 - Remove hidden dependency on libuuid.so from misc/e2fsprogs-libuuid
While here:
- Simplify MASTER_SITES
- Clarify LICENSE and add LICENSE_FILE

PR:		180619
Submitted by:	p.christias@noc.ntua.gr
Approved by:	maintainer timeout (vd, 16 months)
2014-12-11 13:03:53 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Antoine Brodin
c98a94d188 Don't create an orphan symlink for the curl-hiphop slave 2014-12-09 17:53:15 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Alexey Dokuchaev
c4e0a3a5b2 - Convert somewhat cryptic sed(1) code to a patch, and get rid of the
post-patch target altogether
- Remove seemingly useless include of <bsd.port.options.mk> while here
2014-12-05 18:23:46 +00:00
Alexey Dokuchaev
ac5c4e7857 - Resurrect, unbreak, stagify, modernize Makefile
- Switch to the tar.bz2 distfile (it is 37% smaller)
- Fix a segmentation fault (patch obtained from Gentoo)
- Define LICENSE (GPLv2) and make GUI compulsory for now (when configured
  for non-GUI, it doesn't install universally required `gftprc' file, and
  generally requires more work to correctly decouple frontend programs)
- Rename one ::-containing patch file, remove unneeded ones
- Cleanup MASTER_SITES, update pkg-plist and pkg-descr
2014-12-05 16:55:18 +00:00
Dmitry Marakasov
057adf2e65 - Allow on > 9.x
- Fix ONLY_FOR_ARCHS
- Check OPSYS along with OSVERSION
2014-12-04 16:12:40 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
322f024af4 - Update to 7.39.0
Changes:	http://curl.haxx.se/changes.html
2014-11-24 18:54:17 +00:00
Sunpoet Po-Chuan Hsieh
f024e62b38 - Update to 0.6.2
- Update and sort MASTER_SITES

Changes:	http://sourceforge.net/projects/tftpy/files/README/view
		https://github.com/msoulier/tftpy/blob/master/ChangeLog
2014-11-24 18:28:34 +00:00
Sunpoet Po-Chuan Hsieh
6fc6cda72d - Update to 7.39.0
Changes:	http://curl.haxx.se/changes.html
2014-11-24 18:24:24 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Johannes Jost Meixner
80b6c31429 Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-11-11 13:06:39 +00:00
Vasil Dimov
c620896f1d ftp/wget: Upgrade from 1.15_2 to 1.16
PR:		ports/194784
Submitted by:	 Yasuhiro KIMURA
Security:	CVE-2014-4877
2014-11-06 13:26:28 +00:00
Philippe Audeoud
3d5d6767aa - Update to 0.25 2014-11-04 16:02:10 +00:00
Danilo Egea Gondolfo
72c879d120 - Update from 20141031 to 20141104 2014-11-04 14:52:08 +00:00
John Marino
a628c160a4 ftp/vsftpd(-ext): USES=alias to fix build on DragonFly 2014-11-01 00:35:10 +00:00
Danilo Egea Gondolfo
6ae598ef49 - Update from 20130505 to 20141031
- Fix CVE-2014-8517

MFH:		2014Q4
2014-10-31 19:36:36 +00:00
Anders Nordby
fa72785059 Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
2014-10-29 22:11:51 +00:00
Kurt Jaeger
6cf4baf016 ftp/filezilla: 3.9.0.5 -> 3.9.0.6
- Upstream released 3.9.0.6 with SSLv3 disabled in response to the
  POODLE vulnerability.
- Submitter becomes maintainer

PR:		194597
Submitted by:	matthew@reztek.cz
2014-10-29 03:51:29 +00:00
Antoine Brodin
1910aa2bcb Revert part of r371277 2014-10-28 07:04:00 +00:00
Frederic Culot
5bcd3062f5 - Reassign to the heap after jsa@'s bit was taken in for safekeeping 2014-10-23 13:06:38 +00:00
Ganael LAPLANCHE
ad21ea313c Update to 4.6.0 2014-10-22 06:24:45 +00:00
Kurt Jaeger
ebf1c84a52 ftp/vsftpd-ext: fix build for 9.1 i386
PR:		193989
Submitted by:	Xu Jing <xjflyttp@gmail.com> (maintainer)
2014-10-21 19:53:12 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Marcus von Appen
f4a55e5717 - Convert ports from french/ and ftp/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 17:18:24 +00:00
Ganael LAPLANCHE
b0e7522bcf Remove @dirrm/@dirrmty from my ports 2014-10-13 07:12:43 +00:00
Danilo Egea Gondolfo
4d26dd4f98 - Update from 4.3 to 4.4
- Take maintainership
2014-10-10 14:48:04 +00:00
Sunpoet Po-Chuan Hsieh
265a43e434 - Fix threaded-resolver
- Bump PORTREVISION for package change

PR:		ports/193972
Submitted by:	bsduser <local@o2.pl>, mickael.maillot@gmail.com
Obtained by:	d9762a7cdb
2014-10-09 15:24:43 +00:00
Baptiste Daroussin
cd4cf50280 Do not overwrite USES from slave ports 2014-10-08 17:07:09 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Tijl Coosemans
ad8846e59c Convert to USES=charsetfix and USES=libtool 2014-10-05 19:59:18 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Baptiste Daroussin
a194e87525 Convert to USES=horde 2014-09-30 22:24:30 +00:00
Kurt Jaeger
81e21611a5 ftp/vsftpd-ext: resurrect, upgrade 2.3.5 -> 3.0.2, stagify
Extended build of vsftpd with additional features.

WWW: http://vsftpd.devnet.ru/eng/

PR:		193916
Submitted by:	Xu Jing <xjflyttp@gmail.com>
2014-09-26 20:43:29 +00:00
Baptiste Daroussin
4a2f2b08b1 Convert to USES=pear 2014-09-23 16:33:50 +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
TAKATSU Tomonari
cda7f1e39f - Update to 1.95-4.3
- Specify LICENSE BSD -> BSD3CLAUSE
2014-09-22 05:58:11 +00:00
Kurt Jaeger
1699ac3f40 ftp/filezilla: 3.9.0.3 -> 3.9.0.5
- fixed the NLS option
- USE_GCC from '4.7+' to 'yes'
- update

PR:		188970
Submitted by:	Trond.Endrestol@ximalas.info
Approved by:	jsa (maintainer timeout)
2014-09-21 06:41:29 +00:00
Bryan Drewery
37ca9d9cc8 Remove FORBIDDEN that references vuxml. We already have vuxml, portaudit
and pkg audit to handle this. The user can make their own decision as to
whether or not they want to use vulnerable ports or packages. Using
FORBIDDEN like this is not proper. It should only be used in extreme
cases.

In the meantime, the new Linux ports are being tested and should arrive
soon.

With hat:	portmgr
2014-09-20 14:13:41 +00:00
Dmitry Sivachenko
c7d3befa0c Update to 4.5.1. 2014-09-15 07:28:46 +00:00