Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.69_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.69_3 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.69_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.69_3 17 May 2020 05:55:12 |
lbartoletti |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
0.69_2 20 Feb 2020 18:58:18 |
kevans |
x11-toolkits/p5-Alien-wxWidgets: remove extraneous escapes
post-patch phase of this port uses sed to replace 'wx-config with
'${WX_CONFIG:T}. Previously it escaped the ', but this is not necessary in
this context.
Remove the extraneous escape so that it doesn't get passed through to sed(1)
as an escape of an ordinary character. This is important as the patch in bug
#229925 will make such escapes an error to ease transition into a world
where some escaped-ordinaries will be granted a special meaning.
PR: 240450
Approved by: koobs (mentor), bapt (mentor)
Approved by: portmgr (maintainer timeout: 4 months)
MFH: 2020Q1 (future build fix)
Differential Revision: https://reviews.freebsd.org/D23702 |
0.69_2 20 Feb 2020 18:56:03 |
kevans |
x11-toolkits/p5-Alien-wxWidgets: add missing file to pkg-plist
This appears to have been overlooked in a previous update, so note its
presence in the pkg-plist.
This fixes Q/A checks run by `poudriere testport`.
Approved by: koobs (mentor), bapt (mentor)
MFH: 2020Q1 (packaging fix)
Differential Revision: D23702 (included, but not the primary change) |
0.69_1 25 Feb 2019 12:47:20 |
bapt |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr |
0.69 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.69 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.69 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.69 10 Jun 2017 01:51:03 |
sunpoet |
Remove no-op WX_UNICODE
Approved by: portmgr (blanket) |
0.69 18 Apr 2017 19:38:58 |
sunpoet |
Update to 0.69
Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes |
0.68 11 Apr 2017 00:48:32 |
sunpoet |
Update to 0.68
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes |
0.67_1 31 Dec 2016 19:51:34 |
adamw |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
0.67_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.67_1 11 May 2015 12:04:19 |
mat |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
0.67_1 20 Apr 2015 22:14:26 |
mat |
Fix build with Perl 5.20.0+
With hat: perl@
Sponsored by: Absolight |
0.67 12 Mar 2015 18:00:44 |
sunpoet |
- Update to 0.67
- Add LICENSE
- Use = instead of +=
- Remove tab in blank line
- Sort PLIST
Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes |
0.65_3 26 Nov 2014 13:08:38 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.65_2 17 Oct 2014 10:23:35 |
bapt |
Reset maintainership |
0.65_2 10 Sep 2014 20:50:37 |
gerald |
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) |
0.65_1 27 Apr 2014 18:55:29 |
marino |
x11-toolkits/p5-Alien-wxWidgets: Unbreak on some platforms
For me, the most cringeworthy makefile technique is the shell command
(!=) evaluating another port with "make -C". This is very slow, fragile,
and can cause a huge mess if something is out of wack.
The technique was used in this port and it didn't even work on all
platforms. For sure FreeBSD 8 (according to portsmon) and DragonFly
were broken. Essentially the file "gtk2_3_0_0_uni_gcc_3.4.pm" was
installed, but the broken plist substitution was looking for
"gtk2__uni_gcc_3.4.pm".
To fix this robustly, get rid of the whole "make -C" mess and the plist
substituion and just use the find command to dynamically add this one
file to the plist. Since it starts with a unique pattern, we really
don't need to know the Wx version in order to establish the plist with
this technique.
Approved by: blanket |
0.65_1 11 Apr 2014 09:17:14 |
ak |
- Fix WX_UVER calculation broken after stage conversion
Approved by: portmgr (bapt) |
0.65 08 Apr 2014 12:22:25 |
bapt |
Add forgotten patch |
0.65 08 Apr 2014 10:42:17 |
bapt |
Support stage
Update to 0.65
Switch default to use wxGTK 3.0
Properly support clang |
0.62 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.62 14 Sep 2013 12:04:19 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.62 07 Jun 2013 07:28:44 |
az |
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178914
Submitted by: az
Approved by: maintainer (timeout) |
0.62 13 Feb 2013 06:04:09 |
pclin |
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed
Approved by: swills (mentor) |
0.62 21 Jan 2013 02:32:07 |
swills |
- Update to 0.62
- Give maintainership to submitter
- Update BUILD_DEPENDS
PR: ports/174853
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
0.51_1 21 Nov 2012 23:01:58 |
bapt |
Convert to new options framework
Feature safe: yes |
0.51_1 15 Oct 2012 16:21:12 |
tabthorpe |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
0.51_1 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
0.51_1 30 Jun 2012 05:16:13 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.51_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.51 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.51 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.51 17 Sep 2011 06:50:17 |
sunpoet |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
0.51 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
0.51 18 Apr 2010 23:45:06 |
sylvio |
- Update to 0.51
PR: ports/145805
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
Approved by: itetcu (mentor, implicit) |
0.50_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.50 16 Feb 2010 22:44:28 |
pgollucci |
- Update to 0.50
Changes:
http://cpansearch.perl.org/src/MBARBON/Alien-wxWidgets-0.50/Changes
PR: ports/143780
Submitted by: myself (pgollucci)
Approved by: Cezary Morga <cm@therek.net> (maintainer)
Feature safe: yes |
0.48_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.48 31 Jan 2010 01:08:21 |
pgollucci |
- Update to 0.48
PR: ports/142701
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (cm@therek.net; > 2 weeks) |
0.46 18 Nov 2009 07:10:58 |
wen |
- Update to 0.46
PR: ports/140637
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
0.44 23 Aug 2009 23:17:01 |
lippe |
- Update to 0.44.
PR: ports/138075
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
0.43_1 15 Jul 2009 13:54:26 |
amdmi3 |
- Fix missing dependency of devel/p5-Module-Pluggable for Perl < 5.8.9
- Specify Perl version requirement (>=5.6.0)
PR: 136630
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
0.43 16 May 2009 22:51:33 |
miwi |
- Update to 0.43
PR: 134424
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
0.42_1 22 Mar 2009 10:38:58 |
miwi |
- Fix build after wxgtk2 update
PR: 132912
Submitted by: Cezary Morga <cm@therek.net>
Reported by: pavbot |
0.42 15 Mar 2009 17:09:14 |
miwi |
Alien::wxWidgets can be used to detect and get configuration
settings from an installed wxWidgets.
WWW: http://search.cpan.org/dist/Alien-wxWidgets/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net> |