non port: polish/ekg2/Makefile |
Number of commits found: 50 |
Sunday, 15 Sep 2019
|
17:28 antoine
Deprecate a few ports
 |
Monday, 5 Aug 2019
|
06:37 antoine
Mark BROKEN: unfetchable
 |
Tuesday, 9 Apr 2019
|
14:04 sunpoet
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
 |
Saturday, 6 Apr 2019
|
19:48 antoine
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
 |
Saturday, 24 Feb 2018
|
22:35 rene
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Tuesday, 27 Jun 2017
|
13:46 sunpoet
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
 |
Saturday, 26 Nov 2016
|
23:41 jhale
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 27 Mar 2016
|
14:58 tijl
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Friday, 11 Dec 2015
|
22:50 pawel
- Switch to USES=shebangfix
- Convert to options helper
 |
Saturday, 3 Jan 2015
|
08:47 mva
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@
 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
 |
Saturday, 25 Oct 2014
|
12:43 pawel
- Switch to gnutls for encryption, openssl from base fails to connect
with Facebook chat servers recently [1]
- Install striped binaries
Reported by: Wojciech Scigala [1]
 |
Friday, 25 Jul 2014
|
08:32 pawel
- Fix build on current
- Reword options descriptions to current standards
- Use CONFIGURE_WITH helper
 |
Friday, 4 Jul 2014
|
20:28 tijl
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
 |
Friday, 27 Jun 2014
|
17:21 miwi
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself)
 |
Tuesday, 27 May 2014
|
11:17 amdmi3
- Convert misc/xosd and dependent ports which need it (deskutils/xneur,
polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop
.la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
 |
Sunday, 20 Oct 2013
|
19:20 jhale
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
 |
Saturday, 5 Oct 2013
|
16:52 pawel
Add support for STAGEDIR
 |
Friday, 20 Sep 2013
|
22:34 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
polish)
 |
Thursday, 29 Aug 2013
|
15:01 pawel
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
 |
Thursday, 18 Jul 2013
|
14:07 pawel
- Add NLS to OPTIONS_DEFINE this fixes failed plist
substitution by OPTIONS_SUB=yes
- Remove MAKE_JOBS_SAFE, it's default now
 |
Wednesday, 10 Jul 2013
|
19:41 pawel
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
 |
Tuesday, 11 Jun 2013
|
14:48 miwi
- Correct plist
- Trim header
Reported by: pkg (DEVELOPER_MODE)
 |
Saturday, 27 Apr 2013
|
18:25 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Thursday, 7 Feb 2013
|
17:06 pawel
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
 |
Friday, 3 Aug 2012
|
15:54 cs
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
 |
Thursday, 7 Jun 2012
|
22:44 pawel
Convert my ports to optionsNG
 |
Friday, 6 Jan 2012
|
15:27 pawel
- Add UNICODE option (default off) which enables experimental unicode support
- Don't link to libidn when found on system
- Switch to bsd.port.options.mk
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Thursday, 31 Mar 2011
|
14:15 pawel
- Update to 0.3.1
- Remove unneeded patch
- Fix hang on connecting to GaduGadu server
Approved by: miwi (mentor)
 |
Wednesday, 23 Mar 2011
|
16:58 pawel
- Update my email to FreeBSD
Approved by: miwi, wen (mentors)
 |
Wednesday, 23 Feb 2011
|
15:36 miwi
- update to version 0.3.0
- take maintainership
- mark MAKE_JOBS_SAFE
- add LICENSE info
- add optional building of several plugins
PR: 154919
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 22 Mar 2009
|
10:56 makc
Fix build on 6-STABLE after adding --with-pthread to polish/libgadu
 |
Wednesday, 3 Sep 2008
|
02:26 linimon
Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.
Hat: portmgr
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Friday, 25 Jul 2008
|
14:34 pav
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
 |
12:24 pav
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
 |
Friday, 6 Jun 2008
|
13:55 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Saturday, 8 Sep 2007
|
08:20 trasz
- Update to 0.1.1.
PR: ports/116173
Submitted by: trasz
Approved by: maintainer (via irc), miwi (mentor, implicit)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Friday, 20 Apr 2007
|
07:52 trasz
- Update to 20070303.
PR: ports/111268
Submitted by: trasz
Approved by: maintainer (mentor miwi)
 |
Tuesday, 27 Mar 2007
|
20:27 pav
- Fix after objformat removal
Reported by: pointyhat
 |
Wednesday, 7 Jun 2006
|
12:10 miwi
Update to 20060519
PR: ports/97967
Approved by: krion (mentor), maintainer
 |
Tuesday, 4 Apr 2006
|
23:57 edwin
[maint update] polish/ekg2 fix 4.x compilation and upgrade
PR: ports/95319
Submitted by: Aleksander Fafula <alex@bsdguru.org>
 |
Monday, 3 Apr 2006
|
20:54 pav
- Mark broken on 4.X
Reported by: krismail
 |
Sunday, 2 Apr 2006
|
01:01 pav
Text-based Gadu-Gadu (and other) client for Unix-like systems.
Gadu-Gadu is an ICQ-like messenger for polish language users.
EKG2 is similar to EKG. It has many improvements like Jabber
and IRC plugins. It is considered to be in its development stage,
so use with care.
WWW: http://ekg2.org/
PR: ports/95214
Submitted by: Aleksander Fafula <alex@bsdguru.org>
 |
Number of commits found: 50 |