non port: devel/ptlib/Makefile |
SVNWeb
|
Number of commits found: 48 |
Fri, 19 May 2023
|
[ 19:28 Jan Beich (jbeich) ] c60b0cd
devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
Reported by: portscan
|
Sun, 30 Apr 2023
|
[ 22:38 Muhammad Moinur Rahman (bofh) ] d3a3447
devel/ptlib: Mark BROKEN_SSL
- Requires OpenSSL deprecated BIO_s_file_internal
- Upstream has more recent versions from SF/opalvoip which might support
more recent versions of OpenSSL
- Fix pre-configure from my previous commit
Approved by: portmgr (blanket)
|
[ 18:33 Muhammad Moinur Rahman (bofh) ] 67309be
devel/ptlib: Unbreak on HEAD
- Convert to OPTIONSNG
- Pet portclippy
Approved by: portmgr (blanket)
|
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 10 Mar 2020
|
[ 14:24 bapt ]
Use byacc instead of bison (via the new bison wrapper)
|
Fri, 6 Mar 2020
|
[ 05:43 cy ]
Fix build under 13-CURRENT as of the removal of bktr(4) (r358497).
This commit does not affect __FreeBSD_version < 1300082.
|
Wed, 1 Jan 2020
|
[ 17:27 brnrd ] (Only the first 10 of 28 ports in this commit are shown above. )
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1
|
Mon, 25 Nov 2019
|
[ 12:33 tobik ]
devel/ptlib: add missing plist entry for PulseAudio plugin
PR: 242221
|
[ 12:07 tobik ]
devel/ptlib: Unbreak build with SDL=off
===> ptlib-2.10.11_3 need to specify sdl component(s) with USE_SDL.
- Move USES=sdl to the option
PR: 242221
Reported by: sdalu@sdalu.com
|
Fri, 8 Nov 2019
|
[ 11:39 tobik ] (Only the first 10 of 109 ports in this commit are shown above. )
devel: Add missing USES={gl,gnome,php,sdl}
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 20 Dec 2018
|
[ 06:18 linimon ]
USES=compiler:c11 is necessary to build on GCC-based architectures.
While here, add ldflags to simplify Makefile.
PR: 233928
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Wed, 12 Dec 2018
|
[ 20:00 tobik ]
devel/ptlib builds fine with OpenSSL 1.1.1 after r484518
Also apply the OpenSSL 1.1.1 patch when SSL_DEFAULT=openssl111.
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/ptlib-2.10.11_2.log
|
Sat, 10 Nov 2018
|
[ 10:09 mat ] (Only the first 10 of 86 ports in this commit are shown above. )
security/openssl-devel was removed, but there is a security/openssl111 now.
|
Fri, 9 Nov 2018
|
[ 15:46 swills ]
devel/ptlib: fix build with OpenSSL 1.1
PR: 229023
Submitted by: brnrd (based on)
|
Sat, 29 Sep 2018
|
[ 08:04 riggs ] (Only the first 10 of 75 ports in this commit are shown above. )
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Fri, 16 Feb 2018
|
[ 18:35 brnrd ] (Only the first 10 of 19 ports in this commit are shown above. )
security/openssl-devel: Mark ports broken cat devel
- REASON from build log
|
Sat, 4 Nov 2017
|
[ 11:43 dbaio ] (Only the first 10 of 61 ports in this commit are shown above. )
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
|
Sat, 21 Jan 2017
|
[ 04:40 jbeich ]
devel/ptlib: properly detect mmap(2) failure
PR: 216019
MFH: 2017Q1
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Mon, 12 Sep 2016
|
[ 03:21 marino ]
devel/ptlib: Document SSL requirement, set flags, and support LibreSSL
Approved by: SSL blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 14 Feb 2016
|
[ 18:57 kwm ] (Only the first 10 of 460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
|
Sun, 15 Nov 2015
|
[ 15:34 tijl ]
Let USES=autoreconf define AUTORECONF and use it throughout the tree.
PR: 204534
Approved by: portmgr (antoine)
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Tue, 29 Jul 2014
|
[ 21:07 adamw ] (Only the first 10 of 106 ports in this commit are shown above. )
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 Feb 2014
|
[ 15:49 kwm ]
Stagify.
|
Fri, 20 Sep 2013
|
[ 21:50 kwm ] (Only the first 10 of 49 ports in this commit are shown above. )
Move ptlib26, opal3 and ekiga3 to unversioned ports and update to:
ptlib to 2.10.10
opal to 3.10.10
ekiga to 4.0.1
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 2 Sep 2013
|
[ 06:45 bapt ] (Only the first 10 of 33 ports in this commit are shown above. )
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Sat, 2 Mar 2013
|
[ 22:53 kwm ]
Assign to gnome@
Approved by: previous maintainer (priv mail)
|
Sun, 11 Nov 2012
|
[ 14:46 rm ]
- update maintainer's email and Last name (the change was confirmed
in private email)
PR: 173284
PR: 173285
PR: 173286
Submitted by: Eric Camachat <eric at camachat dot org> (maintainer)
Feature safe: yes
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
Fri, 25 Feb 2011
|
[ 01:32 delphij ] (Only the first 10 of 296 ports in this commit are shown above. )
Chase after net/openldap24-server update.
Reminded by: miwi
|
Mon, 3 Jan 2011
|
[ 22:04 kwm ]
Explicitly disable alsa support.
PR: ports/153220
Submitted by: myself
Approved by: maintainer timeout (18 days)
|
Mon, 10 May 2010
|
[ 21:09 kwm ]
Register conflicts between pwlib ptlib and ptlib26.
|
Thu, 1 Apr 2010
|
[ 09:25 linimon ]
Attempt to fix build on powerpc.
Hat: portmgr
|
Fri, 18 Dec 2009
|
[ 20:07 pav ]
- Unbreak on 8.x
PR: ports/141395
Submitted by: Eric L. Chen <lihong@ieee.org> (maintainer)
|
Thu, 22 Oct 2009
|
[ 18:23 erwin ]
- Set NO_LATEST_LINK to not overlap with devel/ptlib26
- Update maintainer address
PR: 139804
Submitted by: "Eric L. Chen" <lihong@ieee.org> (maintainer)
|
Mon, 23 Feb 2009
|
[ 06:20 beech ]
- Fix pkg-plist
- Remove conflict with pwlib-*, since they have different installed path.
- Depends on pkgconfig not gnometarget, it uses pkgconfig actuallly.
PR: ports/131961
Submitted by: Eric L. Chen <d9364104@mail.nchu.edu.tw> (maintainer)
|
Sat, 21 Feb 2009
|
[ 19:01 gabor ] (Only the first 10 of 13 ports in this commit are shown above. )
PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux
and a few other Unix variants. It was developed by Equivalence Ltd Pty.
It is used by the OpenH323 library.
WWW: http://www.openh323.org/
PR: ports/131129
Submitted by: "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
|
Number of commits found: 48 |