1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

17047 Commits

Author SHA1 Message Date
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
Mark Linimon
4166a920b2 Reset maintainer: mail bounces.
Obtained from:	portsmon
2014-12-07 19:26:48 +00:00
Sunpoet Po-Chuan Hsieh
e66e2c1af1 - Update to 2.10.1
Changes:	https://github.com/guard/guard/releases
2014-12-06 19:05:06 +00:00
Pawel Pekala
cabc9ee290 Update to version 1.0.66
PR:		194967
Submitted by:	maintainer
2014-12-06 14:18:32 +00:00
Kris Moore
bd0cd2813b - Update the order in which BE's are listed in generated GRUB menus
The first item listed will be the one we are booting by default now
- Bump PORTREV
2014-12-05 20:46:03 +00:00
Sunpoet Po-Chuan Hsieh
8e76e9681d - Update to 2.10.0
Changes:	https://github.com/guard/guard/releases
2014-12-05 15:26:55 +00:00
Mathieu Arnold
e3b9da9665 Add Perl's dlldflags when linking.
With hat:	perl
Sponsored by:	Absolight
2014-12-04 17:56:13 +00:00
Dmitry Marakasov
5a84d568c1 - Fix always true condition 2014-12-04 16:04:00 +00:00
Sofian Brabez
f0edf2ebcb - Update to 0.8.5
PR:		195321
Submitted by:	Neel Chauhan <neel at neelc.org>
2014-12-04 15:41:42 +00:00
Sunpoet Po-Chuan Hsieh
5766a3e288 - Update to 2.9.0
Changes:	https://github.com/guard/guard/releases
2014-12-04 15:08:49 +00:00
Dmitry Marakasov
fc144d5aaf odo is an atomic odometer for the command line
WWW: http://github.com/atomicobject/odo

PR:		195566
Submitted by:	neel@neelc.org
2014-12-04 12:28:34 +00:00
Kris Moore
882db4cbbb - Add patch which allows GRUB to use the freebsd-boot type in addition
to the specific bios-boot type that GRUB already uses
 - Bump PORTREV

Submitted by: Kevin Lo <kevlo@>
2014-12-03 15:31:18 +00:00
Koop Mast
6ce4980916 Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
2014-12-03 09:18:23 +00:00
Baptiste Daroussin
3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00
Rene Ladan
725301185e Remove expired ports:
2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists
2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera
2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera
2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version, needs porting to DB_SITE
2014-12-01 games/djgame2: Online servers gone, game is not playable
2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2
2014-12-01 lang/clay: No development since July 2013, depends on obsolete clang-3.2
2014-12-01 19:21:41 +00:00
Devin Teske
6a0536cfcb Update distinfo for updated target with proper RCS keywords.
Differential Review: https://reviews.freebsd.org/D1245
Submitted by:	dteske (maintainer)
Approved by:	shurd
2014-11-29 21:29:18 +00:00
Devin Teske
33d79436a0 Update to svn-stats-lite-1.1
+ Optimize floating-point calculations
+ Improved performance and efficiency
+ Removed awk(1) as a dependency
+ Provide a setvar function for non-FreeBSD /bin/sh variants

Differential Review: https://reviews.freebsd.org/D1239
Submitted by:	dteske (maintainer)
Approved by:	shurd (mentor)
2014-11-29 20:59:51 +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
Thomas Zander
ff3095e1e0 Update to upstream version 20141122
PR:		195447
Submitted by:	howeyc@gmail.com (maintainer)
2014-11-29 09:33:56 +00:00
Dmitry Marakasov
0462b32219 - Clarify LICENSE
- Switch configs to @sample
- List empty dir in plist
2014-11-29 01:48:19 +00:00
John Marino
08ad66cdb7 sysutils/vagrant: Fix error setting certificate verify locations
While here, remove @dirrm and make port pass stage-qa checks.  Also wrap
lines to respect 80 columns.

PR:		194578
Reported by:	Fabian Borschel
Fixed by:	maintainer (Joe Benden)
2014-11-28 09:50:35 +00:00
Antoine Brodin
5e6a97546d Mark BROKEN: Conflicts with py27-salt-2014.7.0
pkg-static: py27-salt-api-0.8.4 conflicts with py27-salt-2014.7.0 (installs files into the same place).  Problematic file: /usr/local/bin/salt-api
2014-11-27 19:04:48 +00:00
Mark Felder
eac251c621 Do not rely on github for this distfile 2014-11-26 17:05:59 +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
Cy Schubert
35d023ef00 nstall optional screenrc with helpful status line instead of the
default.

Submitted by:	alfred, kmoore
Reviewed by:	rodrigc
2014-11-26 01:37:15 +00:00
Mathieu Arnold
acb7d9a996 That was not supposed to go in.
Sponsored by:	Absolight
2014-11-25 15:08:33 +00:00
Mathieu Arnold
368b1f37cb Update to 2.0.25.
Sponsored by:	Absolight
2014-11-25 15:07:23 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Jimmy Olgeni
2a4f536a63 Upgrade to version 1.630. 2014-11-25 12:42:05 +00:00
John Marino
ee2d24fa8f sysutils/linux-nero: Unbreak by fixing fetch (new master site)
PR:		195159
Submitted by:	Jan Beich
Approved by:	Just fix it
2014-11-24 20:18:36 +00:00
Bartek Rutkowski
6485bcdfea sysutils/syslinux: update 6.02 -> 6.03
PR:		194642
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
2014-11-24 19:21:43 +00:00
Chris Rees
f9b0c7eb41 Apparently USES doesn't work properly after bsd.port.pre.mk 2014-11-24 18:45:16 +00:00
Sunpoet Po-Chuan Hsieh
8448bb143f - Add DOCS to OPTIONS_DEFINE
- Sort PLIST_FILES
- Cosmetic change
- Take maintainership
2014-11-24 18:29:45 +00:00
Sunpoet Po-Chuan Hsieh
4d2826fd19 - Update to 1.4.6
- Remove LOG_DIR and RUN_DIR
- Cleanup PLIST

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=8138
2014-11-24 18:29:06 +00:00
Sunpoet Po-Chuan Hsieh
eb68d3ba9a - Update to 9.20141107
- Cleanup PLIST

Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-11-24 18:28:57 +00:00
Sunpoet Po-Chuan Hsieh
4f414b49bb - Update to 0.53
Changes:	http://joeyh.name/code/moreutils/news/version_0.53/
2014-11-24 18:28:47 +00:00
Sunpoet Po-Chuan Hsieh
55c731b1cc - Update to 2.4.0
Changes:	https://github.com/guard/guard-livereload/releases
2014-11-24 18:28:05 +00:00
Sunpoet Po-Chuan Hsieh
a7510371fe - Update to 2.8.2
Changes:	https://github.com/guard/guard/releases
2014-11-24 18:28:01 +00:00
Sunpoet Po-Chuan Hsieh
e0d80575c0 - Update to 1.3.3
Changes:	https://github.com/grosser/parallel/commits/master
2014-11-24 18:27:37 +00:00
Sunpoet Po-Chuan Hsieh
ac0d85e77d - Update to 3.3.0
Changes:	http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
2014-11-24 18:17:37 +00:00
Brad Davis
f93118816d Enable the omprog output module by default.
PR:		195046
Submitted by:	rand@iteris.com
Approved by:	zi
2014-11-24 17:00:23 +00:00
Jimmy Olgeni
92aa609c9d Upgrade to version 1.620. 2014-11-24 12:40:58 +00:00
Jimmy Olgeni
a9203f86a2 Upgrade to version 1.720. 2014-11-24 11:56:15 +00:00
Colin Percival
a9aaf14fed Remove firstboot-growfs. As jmg pointed out to me, he added this
functionality to the base system 3 weeks ago...
2014-11-23 22:28:49 +00:00
Olivier Duchateau
1442277f28 - Update to 1.2.4
- Re-assign to the Xfce team

PR:		195299
Submitted by:	myself
Approved by:	demon@ (previous maintainer)
2014-11-23 15:32:30 +00:00
Chris Rees
02fefb46e9 Remove extra and now incorrect dependencies on postgresql libs-- these
were always unnecessary anyway.

Submitted by:	mat
2014-11-23 13:22:05 +00:00
Chris Rees
f684f34bc9 Correct httpd user 2014-11-22 22:37:20 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Thomas Zander
97dce54033 Update to upstream version 2.3.2
PR:		194888
Submitted by:	c.kworr@gmail.com (maintainer)
2014-11-22 14:22:21 +00:00