notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/freerdp/Makefile

Number of commits found: 144 (showing only 44 on this page)

«  1 | 2 

Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
06:18 woodsb02 search for other commits by this committer
net/freerdp: Fix X11_CMAKE_ON typo and logic error introduced in r428330

Approved by:	adamw (mentor, implicit)
Original commitRevision:428333 
04:36 woodsb02 search for other commits by this committer
net/freerdp: Update to 2.0.0 pre-release (GitHub as of 2016.11.24)

- This update brings in the latest 2 years of FreeRDP project work,
  which has had a long time between tagging releases.
- Remove DIRECTFB option, as it no longer compiles, and gets little
  upstream maintenance
- Use NEON on aarch64, and optionally on armv6
- Mark as broken on armv6 on FreeBSD 11.0-RELEASE and early versions
  of 12.0-CURRENT
- Fix issue with X11_USE=xorg= being truncated due to whitespace as it
  wrapped over multiple lines
- Move installed *.cmake files to correct location for modules

net/freerdp1:
- create new port based on previous net/freerdp 1.2.0, as it is required
  by net/guacamole-server

net/vinagre:
- patch to work with the new version of net/freerdp 2.0.0

net/guacamole-server:
- patch to work with net/freerdp1

PR:		212004
PR:		214956
Submitted by:	Kyle Evans (maintainer)
Reported by:	John Hein <z7dr6ut7gs@snkmail.com>
Reviewed by:	Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by:	Ting-Wei Lan <lantw44@gmail.com>
Reviewed by:	Antenore Gatta <antenore@simbiosi.org>
Reviewed by:	amdmi3
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D8712
Original commitRevision:428330 
Tuesday, 9 Aug 2016
07:51 wen search for other commits by this committer
- Pass maintainership to submitter
- Change USE_OPENSSL => USES= SSL
- Include xorg=xrender

PR:		211685
Submitted by:	bsdports@kyle-evans.net
Original commitRevision:419907 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
Wednesday, 30 Dec 2015
09:42 antoine search for other commits by this committer
Fix fetch, GH_PROJECT for those ports is case sensitive
Original commitRevision:404812 
Tuesday, 29 Dec 2015
14:30 mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
Original commitRevision:404743 
Sunday, 28 Jun 2015
08:24 antoine search for other commits by this committer
Revert r390700 and r390719,  some pkgconfig fixes were reverted and the
update breaks net/vinagre (and gnome3)

Pointy hat:	pi@
With hat:	portmgr
Original commitRevision:390743 
Saturday, 27 Jun 2015
15:15 pi search for other commits by this committer
net/freerdp: fix pkg-plist conditionals

PR:		198618
Pointy hat to:	pi
Original commitRevision:390719 
13:23 pi search for other commits by this committer
net/freerdp: update to a newer GIT version which builds without patches

https://github.com/FreeRDP/FreeRDP/pull/2719
OSS: audin fixes, tsmf added
cmdline: syntax samples added
improve BSD support: devd detection and support, urbdrc
usb: fixes

PR:		198618
Submitted by:	Rozhuk Ivan <rozhuk.im@gmail.com>
Original commitRevision:390700 
Thursday, 28 May 2015
04:46 truckman search for other commits by this committer
Similar to r387391, zlib is also in base and there is no zlib.pc, so
remove zlib from freerdp.pc and winpr.pc.  Without this, net/vinagre
still fails to configure.

Approved by:	mat (mentor, implicit)
Original commitRevision:387699 
Monday, 25 May 2015
17:22 ume search for other commits by this committer
Exclude libssl from .pc.  We don't provide libssl.pc for openssl in
base.  Without this, net/vinagre fails to configure.
Original commitRevision:387391 
Saturday, 23 May 2015
16:39 pi search for other commits by this committer
net/freerdp: 1.1.0 -> 1.2.0

- The version is known as 1.2.0-beta1+android9
- USES=execinfo is required on FreeBSD 9 and 8
- Fixes build issues

PR:		198618
Requested by:	rozhuk.im@gmail.com
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Original commitRevision:387177 
Thursday, 7 May 2015
17:26 mat search for other commits by this committer
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385640 
Wednesday, 15 Apr 2015
13:13 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:384046 
Saturday, 7 Mar 2015
00:12 bapt search for other commits by this committer
Give a change to new maintainers

Discussed with:	fluffy
Original commitRevision:380659 
Tuesday, 30 Dec 2014
18:26 rakuco search for other commits by this committer
- Add upstream patch (slightly adjusted to this version) to make the port
  build with the upcoming CMake 3.1.0.
- Add missing dependency on libXi, and set PORTREVISION only once while
  here.

Approved by:	fluffy (maintainer, implicit)
Original commitRevision:375840 
Monday, 29 Dec 2014
16:08 olgeni search for other commits by this committer
When using the old command line syntax with net/freerdp, it will
suggest to upgrade a few parameters; the suggestion for "/network
[value]" should actually be "/network:[value]".

PR:		191861
Submitted by:	olgeni
Approved by:	maintainer timeout
Original commitRevision:375795 
Monday, 20 Oct 2014
10:09 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371252 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Sunday, 19 Jan 2014
09:00 fluffy search for other commits by this committer
- Rely on modern compiler, which force gcc47/clang33 on gcc-default releases
(8.x/9.x)
Original commitRevision:340237 
Wednesday, 15 Jan 2014
18:46 fluffy search for other commits by this committer
- Rewrite OPTIONS to match new style
- Note in DirectFB option about deprecation upstream
- Conditionaly depend on compiler:c11 (math and sse2 functions require this)
- Use DISTVERSIONSUFFIX to construct correct DISTNAME automagically and
  avoid both declaration of PORTVERSION and DISTVERSION with beta suffixes
- Pet portlint
Original commitRevision:339803 
05:44 fluffy search for other commits by this committer
- Update FreeRDP to 1.1.0.2013070101 beta release
- Update Remmina and Remmina plugins collection to git commit b6a55ae
- Use new style for LIB_DEPENDS
- Stagify
Original commitRevision:339755 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Original commitRevision:338168 
Tuesday, 5 Nov 2013
23:58 fluffy search for other commits by this committer
- Reduce unnecessary dependencies by use cups-client for library.

PR:		183614
Submitted by:	Pavel Gubin
Original commitRevision:332934 
Friday, 25 Oct 2013
10:58 wg search for other commits by this committer
net/freerdp: fix build with ffmpeg

- Fix build with ffmpeg

Reported by:	dinoex
Approved by:	portmgr (bapt, implicit)
Original commitRevision:331566 
Monday, 7 Oct 2013
13:07 fluffy search for other commits by this committer
- Add missed dependency on ALSA when option is selected

PR:		182778
Submitted by:	Kevin Zheng
Original commitRevision:329700 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 24 Jun 2013
02:43 fluffy search for other commits by this committer
- Explicitly disable libxkbfile detection when no X11 option is selected

PR:		179835
Reported by:	Michael Moll <kvedulv AT kvedulv DOT de>
Original commitRevision:321660 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Thursday, 18 Apr 2013
02:39 fluffy search for other commits by this committer
- Fix the build if old freerdp exists in the system
- Delete unused GNU_CONFIGURE and CPPFLAGS

PR:		177405
Submitted by:	Koichiro IWAO <meta+ports AT vmeta DOT jp
Feature safe:	yes
Original commitRevision:316015 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Monday, 18 Mar 2013
23:54 fluffy search for other commits by this committer
- Add missed option to OPTIONS_DEFINE

Reported by:	olgeni
Original commitRevision:314611 
Sunday, 17 Mar 2013
09:04 fluffy search for other commits by this committer
- Update FreeRDP to 1.0.2 release
- Big thanks for Andriy Gapon and Koichiro IWAO for submitting patches

PR:		164843
Submitted by:	Andriy Gapon, Koichiro IWAO
Original commitRevision:314414 
Tuesday, 19 Feb 2013
13:12 fluffy search for other commits by this committer
- Adopt ports from avl@ to myself by his request

Approved by:	maintainer via IM
Original commitRevision:312560 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Sunday, 14 Nov 2010
01:37 avl search for other commits by this committer
- Update to 0.8.2
Original commit
Monday, 1 Nov 2010
13:36 avl search for other commits by this committer
- Fix the build if old freerdp exists in the system [1]
- Move from do-patch target to post-patch

Reported by:    Pavel Timofeev <timp87 AT gmail.com> [1]
Original commit
Thursday, 28 Oct 2010
02:38 avl search for other commits by this committer
- Update to 0.8.1
- Update WWW
Original commit
Tuesday, 31 Aug 2010
14:10 avl search for other commits by this committer
- Update to 0.7.4
Original commit
Wednesday, 4 Aug 2010
04:08 avl search for other commits by this committer
FreeRDP is a fork of the rdesktop project that intends to rapidly start moving
forward and implement features that rdesktop lacks the most.

Improvements:

 * Support for cursors on Windows Server 2008 R2
 * Support for bitmap caching, which provides a good performance boost
 * Support for Windows Server 2008 Terminal Services Session Broker Load
   Balancing
 * New keyboard input system based on the XKB database, providing better support
   for international keyboards

WWW: http://freerdp.sourceforge.net/
Original commit

Number of commits found: 144 (showing only 44 on this page)

«  1 | 2