Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
804.035_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
804.035_1 19 May 2023 22:16:54 |
Dimitry Andric (dim) |
x11-toolkits/p5-Tk: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building x11-toolkits/p5-Tk:
./Xlib.t:334:14: error: incompatible function pointer types initializing
'KeySym (*)(Display *, unsigned int, int)' (aka 'unsigned long (*)(struct
_XDisplay *, unsigned int, int)') with an expression of type 'KeySym (Display *,
KeyCode, int)' (aka 'unsigned long (struct _XDisplay *, unsigned char, int)')
[-Wincompatible-function-pointer-types]
VFUNC(KeySym,XKeycodeToKeysym,V_XKeycodeToKeysym,_ANSI_ARGS_((Display *,
unsigned int, int)))
^~~~~~~~~~~~~~~~
Indeed, the XKeycodeToKeysum function takes a 'KeyCode' as its second
parameter. Patch Xlib.t to make it so.
PR: 271521
Approved by: pi (maintainer)
MFH: 2023Q2 |
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) |
804.035 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 ) |
804.035 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 ) |
804.035 30 May 2021 19:59:00 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/p5-Tk: Add WWW |
804.035 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
804.035 14 Jun 2020 13:13:22 |
pi |
x11-toolkits/p5-Tk: update 804.034 -> 804.035
Relnotes: https://metacpan.org/changes/distribution/Tk |
804.034 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
804.034 07 Jan 2019 19:27:30 |
pi |
x11-toolkits/p5-Tk: Do not set CONFIGURE_ARGS twice
The port currently sets CONFIGURE_ARGS twice.
The second CONFIGURE_ARGS= overwrites the first, therefore X11INC and
X11LIB are not in CONFIGURE_ARGS. The ports builds anyway, so
the first CONFIGURE_ARGS can be removed.
PR: 234704
Submitted by: tobik |
804.034 09 Oct 2017 19:50:37 |
pi |
x11-toolkits/p5-Tk: update 804.033 -> 804.034
Relnotes: http://cpansearch.perl.org/src/SREZIC/Tk-804.034/Changes |
804.033_1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
804.033_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 |
804.033_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
804.033_1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
804.033_1 29 May 2015 14:30:00 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
804.033 22 Feb 2015 10:14:40 |
pi |
x11-toolkits/p5-Tk: 804.032 -> 804.033
Changes:
http://cpansearch.perl.org/src/SREZIC/Tk-804.033/Changes |
804.032_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
804.032_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
804.032_2 10 Dec 2014 11:27:37 |
mat |
Cleanup.
Sponsored by: Absolight |
804.032_2 08 Dec 2014 16:48:41 |
tijl |
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 ) |
804.032_2 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 ) |
804.032_1 24 Nov 2014 17:05:21 |
mat |
Remove SITE_ARCH/auto/Tk/pTk/extralibs.ld, it's empty, and conflicts.
Sponsored by: Absolight |
804.032 07 Nov 2014 13:51:11 |
mat |
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight |
804.032 11 Jun 2014 20:44:57 |
pi |
x11-toolkits/p5-Tk: upgrade 804.031 -> 804.032
- For changes see
http://cpansearch.perl.org/src/SREZIC/Tk-804.032/Changes
- Fixes build with perl5.20
- Fixed LIB_DEPENDS
- Strips .so files
- Take maintainership
- include fix (modified) for XFT option from [1]
PR: ports/189077 [1]
Submitted by: nikola.lecic@anthesphoria.net
Reviewed by: mat, jadawin
Approved by: perl (maintainer), jadawin (mentor) |
804.031_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
804.031_1 07 Nov 2013 04:52:13 |
vanilla |
Support STAGEDIR. |
804.031_1 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
804.031_1 17 Aug 2013 00:16:13 |
cy |
PLIST fixup. |
804.031 16 Aug 2013 22:37:36 |
cy |
Update 804.030 --> 804.031
This fixes build under perl5.18.
Reviewed by: perl@ mailing list |
804.030_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
804.030_1 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
804.030_1 03 Mar 2013 10:58:49 |
crees |
Since Perl/Tk 804.030, freetype support is not considered
experimental anymore and XFT=1 is turned on by default.
PR: ports/174881
Submitted by: Slaven Rezic <slaven@rezic.de> |
804.030_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
804.030 31 May 2012 11:19:32 |
bapt |
Convert to new options framework |
804.030 30 Jan 2012 04:48:57 |
sunpoet |
- Use OPTIONS
- Use REINPLACE_CMD to modify makefiles (Makefile and Makefile.PL) |
804.030 22 Oct 2011 16:33:36 |
sunpoet |
- Update to 804.030
Changes: http://search.cpan.org/dist/Tk/Changes |
804.029.502 18 Oct 2011 05:06:58 |
sunpoet |
- Update to 804.029_502
Changes: http://search.cpan.org/dist/Tk/Changes |
804.029.501 15 Oct 2011 13:08:46 |
sunpoet |
- Update to 804.029_501
Changes: http://search.cpan.org/dist/Tk/Changes |
804.029.500 03 Oct 2011 18:15:19 |
sunpoet |
- Update to 804.029_500 (developer release) and unbreak
- Sort MAN3
- Cosmetic change
Changes: http://search.cpan.org/src/SREZIC/Tk-804.029_500/Changes |
804.029 02 Oct 2011 20:00:11 |
pav |
- Mark BROKEN: does not compile
In file included from Xlib_f.c:8:
Xlib.h:22: error: conflicting types for 'XKeycodeToKeysym'
/usr/local/include/X11/Xlib.h:1702: error: previous declaration of
'XKeycodeToKeysym' was here
Reported by: pointyhat |
804.029 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
804.029 29 Oct 2010 13:51:43 |
bapt |
- Update to 804_029
- Changes : http://cpansearch.perl.org/src/SREZIC/Tk-804.029/Changes |
804.028.502_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
804.028.502 02 Mar 2010 13:08:08 |
ehaupt |
Update to 804.028_502
Feature safe: yes |
804.028.501_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
804.028.501 18 Jan 2010 00:48:25 |
pgollucci |
--rely on jpeg, zlib, and png libraries from ports and the base system,
rather than building bundled sources.
--respect CC, LDFLAGS, AR, etc. (This fixes the build for recent versions
of GCC.)
PR: ports/142748
Submittede by: bf <bf1783@gmail.com> |
804.028.501 16 Jan 2010 18:02:18 |
pgollucci |
- pass p5-Tk ports@ ports to perl |
804.028.501 09 Sep 2009 08:00:25 |
itetcu |
Mark MAKE_JOBS_UNSAFE, if fails on my 2 cores desktop on 8-amd64 |
804.028.501 24 Jan 2009 12:05:04 |
rafan |
- Update to 804.028_501
PR: ports/130626
Submitted by: bf <bf2006a at yahoo.com> |
804.027_2 25 Dec 2008 03:13:51 |
linimon |
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr |
804.027_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
804.027_2 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
804.027_2 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
804.027_2 22 Mar 2008 08:55:40 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
804.027_1 08 Sep 2007 01:12:10 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
804.027_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
804.027 29 Nov 2006 12:44:19 |
rafan |
- Respect X11BASE (CONFIGURE_ARGS)
- portlint(1)
PR: ports/105960
Submitted by: rafan
Approved by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer) |
804.027 25 Jun 2006 16:38:48 |
clsung |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin) |
804.027 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
804.027 22 Jan 2006 03:00:46 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
804.027 11 Jun 2004 10:02:15 |
vanilla |
- Upgrade to 804.027.
- add a patch for USE_XFT.
PR: ports/67235
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer |
804.025.b16 07 Apr 2004 18:42:57 |
krion |
- Update to version 804.025.b16
PR: ports/63955
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer |
804.025.b6 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
804.025.b6 19 Nov 2003 08:52:14 |
vanilla |
Upgrade to latest version.
Approved by: maintainer |
804.025.b5 13 Nov 2003 11:30:07 |
vanilla |
Upgrade to 804.025.b5, and assign MAINTAINER to submitter.
PR: ports/58026
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
800.025 24 Oct 2003 02:32:08 |
ijliao |
ugprade to 800.025 |
800.024 20 Feb 2003 19:20:28 |
knu |
De-pkg-comment. |
800.024 05 Feb 2003 00:57:45 |
edwin |
Update Port: x11-toolkits/p5-Tk
Update to 800.024
Noticed by: http://www.freebsdsecurity.com/ports/index.pl?category=old
PR: ports/47368
Submitted by: Ulrich Spoerlein <q@uni.de> |
800.023 10 Oct 2002 12:59:36 |
knu |
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead) |
800.023 29 Sep 2002 08:07:47 |
ijliao |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
27 May 2001 22:03:47 |
vanilla |
Upgrade to 800.023. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
05 Feb 2001 16:49:18 |
olgeni |
Batch of style fixes for x11-toolkits. |
03 Jan 2001 03:47:32 |
vanilla |
Upgrade to 800.022. |
02 Nov 2000 05:54:16 |
kuriyama |
Add missing Tk.pod. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 08:03:53 |
asami |
Convert category x11-toolkits to new layout. |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |