non port: x11/xkeywrap/Makefile |
SVNWeb
|
Number of commits found: 26 |
Wed, 24 May 2023
|
[ 02:52 Cy Schubert (cy) ] 02e6b7b0
x11/xkeywrap: Work around LLVM15 build errors
Work around the following errors, for now:
cc -c xkeywrap.c -I/usr/local/include -O2 -pipe -pipe -fstack-protector-strong
-fno-strict-aliasing -pipe -DVERSION=\"XKeyWrap-1.1\"
xkeywrap.c:45:15: error: incompatible pointer to integer conversion initializing
'Cursor' (aka 'unsigned long') with an expression of type 'void *'
[-Wint-conversion]
static Cursor select_cursor = NULL; /*
<BD><D0><CE><CF><C0>襦<A5><A4><A5><F3><A5>ɥ<A6><BB><D8><C4><EA><BB><FE><A4>Υ<AB><A1><BC><A5><BD><A5><EB>
*/
^ ~~~~
xkeywrap.c:422:31: warning: passing 'int *' to parameter of type 'unsigned int
*' converts between pointers to integer types with different sign
[-Wpointer-sign]
&r, &p, &children_list, &children_number);
^~~~~~~~~~~~~~~~
/usr/local/include/X11/Xlib.h:3034:1: note: passing argument to parameter here
);
^
1 warning and 1 error generated. (Only the first 15 lines of the commit message are shown above )
|
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:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
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.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
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.
|
Tue, 12 Apr 2016
|
[ 15:06 mat ]
Unbreak.
While there, split out DOCS and EXAMPLES.
PR: 208723
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Sun, 13 Mar 2016
|
[ 19:01 rakuco ]
Deprecate and expire 1 month.
The port is unmaintained, does not fetch and there is no associated website to
retrieve more information.
|
Mon, 9 Nov 2015
|
[ 12:59 antoine ] (Only the first 10 of 285 ports in this commit are shown above. )
Mark a few ports BROKEN: unfetchable
|
Fri, 4 Jul 2014
|
[ 23:16 adamw ]
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Wed, 11 Jun 2014
|
[ 18:55 marino ] (Only the first 10 of 99 ports in this commit are shown above. )
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
|
Sat, 11 Jan 2014
|
[ 10:03 vanilla ] (Only the first 10 of 44 ports in this commit are shown above. )
Support stagedir.
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Mon, 26 Dec 2011
|
[ 02:26 eadler ] (Only the first 10 of 15 ports in this commit are shown above. )
- X11BASE is going away. Hack the last few ports that depend on X11BASE to not
rely on it being set globally.
Approved by: portmgr (pav)
|
Fri, 27 Nov 2009
|
[ 22:52 sylvio ] (Only the first 10 of 100 ports in this commit are shown above. )
- Update my mail address to FreeBSD
Approved by: miwi (mentor)
|
Sun, 11 Oct 2009
|
[ 22:40 lippe ]
- Use pkg-plist correctly.
- Pass maintainership to submitter.
PR: ports/139465
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Thu, 10 Jul 2008
|
[ 05:43 itetcu ]
- use DOCSDIR in Makefile
- fix plist with -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 3 Jan 2007
|
[ 16:39 hrs ]
Cleanup unreachable sites:
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed.
|
Fri, 2 Jun 2006
|
[ 03:24 clsung ]
- Remove BROKEN specifier as the port fetched fine from:
http://hp.vector.co.jp/authors/VA014157/myfreesoft/
- change order of MASTER_SITES
PR: ports/98339
Submitted by: aaron
|
Sun, 23 Apr 2006
|
[ 09:00 linimon ]
Reset sakai as maintainer due to email bouncing.
Hat: portmgr
|
Fri, 14 Apr 2006
|
[ 05:53 edwin ]
x11/xkeywrap: BROKEN: does not fetch
Both MASTER_SITES and WWW gine time-out, so marke BROKEN.
Drop WWW from pkg-descr.
Use DOCSDIR in pgk-plist.
PR: ports/94786
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
|
Fri, 21 Feb 2003
|
[ 14:06 knu ] (Only the first 10 of 80 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 5 Nov 2002
|
[ 21:05 trevor ]
Complete the change of domain name from sut.ac.jp to tus.ac.jp
(except in "Whom" lines).
Submitted by: hrs
PR: 38196
|
Tue, 1 May 2001
|
[ 10:43 mharo ]
Update port: x11/xkeywrap to version 1.1
|
Mon, 5 Feb 2001
|
[ 16:18 olgeni ] (Only the first 10 of 68 ports in this commit are shown above. )
Style fixes for ports/x11.
|
Number of commits found: 26 |