1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

1676 Commits

Author SHA1 Message Date
Antoine Brodin
8fb879105d Switch default version of samba from 4.3 to 4.4
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Antoine Brodin
7cfe69b584 - Add USES=samba to handle dependency on samba
Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
2017-03-21 21:59:31 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Danilo Egea Gondolfo
e162ccc489 - Update to 1.6.3 2017-03-02 00:04:05 +00:00
Jose Alonso Cardenas Marquez
9054e0ce09 - Bump PORTREVISION. Lazarus was update to 1.6.4 2017-03-01 17:52:56 +00:00
Jose Alonso Cardenas Marquez
96f0aefefd - Bump PORTREVISION. Freepascal was updated 2017-02-26 17:57:38 +00:00
Tobias Kortkamp
b82f7b3f5b Update to 0.7.8
Changes:	http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=49
PR:		217327
Submitted by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9795
2017-02-25 11:34:53 +00:00
Olivier Duchateau
9832115197 - Update to 1.6.11
- Adjust dependencies (reported by QA script)
- Remove unneeded patches
2017-02-15 15:56:06 +00:00
Vanilla I. Shu
63005f3ba6 Update to 0.20.7. 2017-01-31 08:40:22 +00:00
Rene Ladan
e132ea6fc3 Reset mva@'s ports, he handed in his ports bit. 2017-01-22 22:27:54 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Olivier Duchateau
e09269fa0d Add new mirror, it avoids to change value of MASTER_SITES in LXQt related ports 2017-01-15 12:02:29 +00:00
Olivier Duchateau
d68c4604eb Update to 0.11.3 2017-01-15 10:47:08 +00:00
Mikhail Pchelin
66017a9937 - update from 3.8.4 to 3.8.5
Approved by:	jpaetzel (implicit)
2017-01-13 14:46:30 +00:00
Jason E. Hale
0e4ea3cbe8 Use archivers/libunrar5 for the unrar library
PR:		215925
Submitted by:	myself
Approved by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2017-01-10 18:17:19 +00:00
Olivier Duchateau
47706eca19 Chase update of graphics/poppler (and slaves ports) in revision r430777 2017-01-07 10:42:51 +00:00
Olivier Duchateau
33cc45155a Update to 0.11.2 2017-01-03 08:21:13 +00:00
Olivier Cochard
673c4db377 Update to 0.5.1
Approved by:	jadawin (mentor)
Differential Revision:	https://reviews.freebsd.org/D8991
2017-01-02 15:01:10 +00:00
Raphael Kubo da Costa
7b76cc26a4 Update to 0.7.7.
http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=48

PR:		215584
Submitted by:	Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2016-12-26 22:19:11 +00:00
Rene Ladan
535b2cd3cf Reset ports per maintainer request.
PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
2016-12-26 11:59:12 +00:00
Olivier Duchateau
9c92b2246f Unbreak fetch
Reported by:	antoine@
2016-12-23 16:34:52 +00:00
Olivier Duchateau
a63007beb9 - Update to 0.11.1
- Add x11/lxqt-l10n (meta port for the LXQt ports), it avoids duplicate files
and reduces gap between your testing repo and these official ports.

Submitted by:	Jesper Schmitz Mouridsen (private email)
2016-12-22 20:52:04 +00:00
Olivier Duchateau
765078d804 Update to 0.11.2 2016-12-22 20:22:08 +00:00
Olivier Duchateau
19629d0216 - Update to 1.2.5
- Remove DOCS option, and unneeded patch
- Cleanup Makefile
- Adjust dependencies (reported by QA script)
- Switch to USES= localbase
2016-12-21 18:41:37 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Jose Alonso Cardenas Marquez
a21fb03cc9 - Bump PORTREVISION. Lazarus was updated to 1.6.2 2016-11-21 22:25:55 +00:00
Olivier Duchateau
196836d2a4 - Fix linker error
- Bump PORTREVISION

Reported by:	pkg-fallout
2016-11-20 13:32:37 +00:00
Olivier Duchateau
4f4cbf3064 Add:
- pcmanfm-qt
- pcmanfmqt-l10n (translation files)

PCMan File Manager Qt is an extremly fast, lightweight, yet feature-rich
file manager with tabbed browsing. It is the default file manager for the
lightweight desktop environment LXQt.

WWW: http://lxqt.org/

Obtained from:	LXQt repository
2016-11-19 15:11:28 +00:00
Antoine Brodin
3e9f8351e9 Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
2016-11-12 17:38:26 +00:00
Dmitry Marakasov
410a37eaee - Fix build on 9.x by specifying c++ standard requirements
Approved by:	portmgr blanket
2016-11-12 15:23:36 +00:00
Bartek Rutkowski
d1e0ba7a21 x11-fm/doublecmd: update 0.7.5 -> 0.7.6
PR:		213920
Submitted by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2016-11-09 10:53:01 +00:00
Danilo Egea Gondolfo
351fce4908 - Update to 1.6.2 2016-11-08 16:58:57 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Danilo Egea Gondolfo
58b978f4f8 - Update to 1.4.9
- Add some dependencies explicitly to make Q/A happy
- Use USE_LDCONFIG once the port installs a shared library
2016-10-02 02:27:14 +00:00
Olivier Duchateau
94c440a469 Update to 3.8.4
PR:		212969
Submitted by:	<mp39590@gmail.com> (maintainer)
2016-09-26 17:20:18 +00:00
Olivier Duchateau
6b3f99da5c Small and highly customizable twin-panel file manager with support for plugins.
WWW: http://sunflower-fm.org/

PR:		212383
Submitted by:	Ivan <bsd@abinet.ru>
2016-09-20 11:09:05 +00:00
Olivier Duchateau
692e28bc47 Update to 0.7.5
Changelog: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=46

PR:		212600
Submitted by:	Beñat Gonzalez Etxepare(maintainer)
2016-09-13 18:23:15 +00:00
Olivier Duchateau
548adee57e Chase update of Poppler after revision r421386 2016-09-05 20:02:03 +00:00
Olivier Duchateau
ef6db137a3 - Add 2 patches, which avoid crashes:
* When renaming files / folders [1] (we use the official patch)
 * When reloading target file after move
- Bump PORTREVISION

PR:		208341
Submitted by:	Matthias Petermann [1] (obtained from Slackware repository)
Tested by:	Vladimir Omelchuk
Obtained from:	Upstream git repository
MFH:		2016Q3
2016-08-30 16:09:46 +00:00
Dmitry Marakasov
768e407eed - Update to 0.7.4
PR:		212099
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
2016-08-25 08:59:29 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Dmitry Marakasov
40a14220f6 - Pet portlint
- Switch to options helpers
- Switch to opt_CMAKE_BOOL
2016-08-17 14:01:22 +00:00
John Marino
bb159f79c2 x11-fm/rodent: Fix LIB_DEPENDS broken by r300560 (July 2012)
That commit removed library version numbers from LIB_DEPENDS, but it
should not have been removed from libmagic.  Rodent was correctly set to
use sysutils/file, but after that point it linked with base libmagic.
Restore the original intent more than 4 years later by specifying the
so version once again.

Approved by:	just-fix-it
2016-08-04 15:54:57 +00:00
Pawel Pekala
739c05d2da - Update to version 0.7.3
- Add missing indirect dependencies (x11, cairo, gdkpixbuf2)
- Mark QT4 option as broken (seems some dependency in latest Lazarus is not
  compiled by default and Double Commander with QT4 it is not building anymore
  without it, not even older versions. The next version of Lazarus will
  probably fix it from what I have seen in the recent changes).

Changelog:
http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=44

PR:		211343
Submitted by:	Benat Gonzalez Etxepare (maintainer)
2016-07-31 08:38:58 +00:00
Guido Falsi
d39c32216f Update to 1.42.
Update bug reported in PR 211166.
2016-07-29 14:12:20 +00:00
Tobias C. Berner
c1ff5bbef3 Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
2016-07-27 10:22:26 +00:00