non port: x11-toolkits/scintilla/Makefile |
SVNWeb
|
Number of commits found: 127 (showing only 100 on this page) |
Sat, 26 Aug 2023
|
[ 21:03 Po-Chuan Hsieh (sunpoet) ] 7a4777d (Only the first 10 of 116 ports in this commit are shown above. )
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket)
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (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) ] 71b6a9f (Only the first 10 of 134 ports in this commit are shown above. )
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 )
|
Sun, 29 Aug 2021
|
[ 18:54 Bernhard Froehlich (decke) ] 3cfc050
x11-toolkits/scintilla: Add CPE information
Approved by: portmgr (blanket)
|
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, 29 Oct 2020
|
[ 20:05 lwhsu ]
x11-toolkits/scintilla: Update to 4.4.5
* Update Makefile (add PATCH_WRKSRC because I needed to patch some files
outside of WRKSRC, add some GNOME Uses that poudriere complained about,
remove the pseudo-versioning because it was never being done in the actual
compilation anyways, add a way to get a debug build)
* Update distinfo
* Correct URL in pkg-descr
* Remove patch-makefile (due to the PATCH_WRKSRC change)
* Add patch-gtk_makefile (due to the PATCH_WRKSRC change) and
patch-lexilla_src_makefile
* Add patch-src_PositionCache.h, patch-src_Style.cxx and patch-src_Style.h,
temporary patches for this version until 4.4.6 comes out to fix compilation
with newer compilers
* Update pkg-plist (Only the first 15 lines of the commit message are shown above )
|
Sun, 15 Mar 2020
|
[ 15:08 tcberner ]
x11-toolkits/scintilla & editors/scite: Update to 4.3.2
Changelog:
https://www.scintilla.org/ScintillaHistory.html
PR: 244825
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sun, 8 Mar 2020
|
[ 16:47 tcberner ]
x11-toolkits/scintilla & editors/scite: Update to 4.3.0
PR: 243644
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 8 Jan 2020
|
[ 10:46 joneum ]
Update to 4.2.3
PR: 242975
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sponsored by: Netzkommune GmbH
|
Wed, 4 Dec 2019
|
[ 15:02 amdmi3 ]
- Update to 4.2.1
PR: 242333
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
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
|
Wed, 10 Jul 2019
|
[ 17:47 pi ]
x11-toolkits/scintilla: update 4.1.0 -> 4.2.0
editors/scite: update 4.1.0 -> 4.2.0
PR: 238505
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Relnotes: https://www.scintilla.org/ScintillaHistory.html
|
Mon, 27 May 2019
|
[ 06:16 tobik ]
editors/scite, x11-toolkits/scintilla: Remove nop CXXSTD
It is overwritten by USES=compiler later anyway.
|
Sun, 27 Jan 2019
|
[ 23:53 swills ]
x11-toolkits/scintilla: update to 4.1.0
PR: 228909
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 23 Feb 2018
|
[ 07:46 yuri ]
x11-toolkits/scintilla editors/scite: Update to 4.0.2
Also changed to DISTVERSION.
PR: 225221
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Mon, 19 Jun 2017
|
[ 09:42 amdmi3 ]
- Update to 3.7.5
PR: 219711
Submitted by: lightside@gmx.com
Approved by: cyberbotx@cyberbotx.com (maintainer)
|
Sat, 6 May 2017
|
[ 06:00 miwi ]
- Update to 3.7.4
PR: 218228
Submitted by: lightside@gmx.com
Approved by: maintainer
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 12 Mar 2017
|
[ 19:11 madpilot ]
- Update x11-toolkits/scintilla t o 3.7.3
- Update editors/scite to 3.7.3
PR: 217693
Submitted by: lightside <lightside@gmx.com>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Mon, 12 Dec 2016
|
[ 00:40 jhale ]
x11-toolkits/scintilla, editors/scite: Update to 3.7.1
Changes: http://www.scintilla.org/ScintillaHistory.html
PR: 215234
Submitted by: lightside <lightside@gmx.com>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sun, 6 Nov 2016
|
[ 01:21 jbeich ]
x11-toolkits/scintilla, editors/scite: update to 3.7.0
Changes: http://www.scintilla.org/ScintillaHistory.html
PR: 213556
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 7 Sep 2016
|
[ 16:38 amdmi3 ]
- Update to 3.6.7 (changes: http://www.scintilla.org/ScintillaHistory.html)
- Silence mkdir
- Add "-soname" linker option to create SONAME for scintilla libraries (fixes
stage-qa)
PR: 212404
Submitted by: lightside@gmx.com
Approved by: cyberbotx@cyberbotx.com (maintainer)
|
Mon, 11 Jul 2016
|
[ 08:58 madpilot ]
- Update to 3.6.6
- Add missing dependencies for editors/scite
PR: 210940
Submitted by: lightside at gmx.com
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
|
Sat, 14 May 2016
|
[ 08:54 madpilot ]
Update scite and scintilla to 3.6.5.
PR: 209489
Submitted by: me
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
|
Sun, 27 Mar 2016
|
[ 05:02 wen ]
- Update to 3.6.4
PR: 208300
Submitted by: sergey.v.brunov@gmail.com
Approved by: maintainer
|
Sun, 7 Feb 2016
|
[ 07:14 olivierd ]
Update to 3.6.3
PR: 206751
Submitted by: Naram Qashat (maintainer)
|
Mon, 23 Nov 2015
|
[ 19:35 amdmi3 ]
- Update to 3.6.2
PR: 204561
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Thu, 24 Sep 2015
|
[ 18:10 jbeich ]
x11-toolkits/scintilla, editors/scite: update to 3.6.1
Changes: http://www.scintilla.org/ScintillaHistory.html
PR: 203144
Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer)
|
Sat, 29 Aug 2015
|
[ 16:42 madpilot ]
Update to 3.6.0
PR: 202377
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
|
Tue, 23 Jun 2015
|
[ 16:01 amdmi3 ]
- Update to 3.5.7
PR: 201000
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Tue, 2 Jun 2015
|
[ 19:05 amdmi3 ]
- Update to 3.5.6
PR: 200531
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Mon, 4 May 2015
|
[ 11:17 jbeich ]
x11-toolkits/scintilla, editors/scite: update to 3.5.5
- Pet portlint since r383894 by formatting patches with makepatch target
Changes: http://www.scintilla.org/ScintillaHistory.html
PR: 199565
Submitted by: lightside <lightside@gmx.com>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 11 Mar 2015
|
[ 02:54 vanilla ]
Upgrade to 3.5.4.
PR: 198501
Submitted by: maintainer
|
Mon, 26 Jan 2015
|
[ 19:55 amdmi3 ]
- Update to 3.5.3
PR: 196952
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
Fri, 5 Dec 2014
|
[ 12:36 amdmi3 ]
- Update to 3.5.2
- Add license information
PR: 195675
Submitted by: lightside@gmx.com
Approved by: cyberbotx@cyberbotx.com (maintainer)
|
Fri, 10 Oct 2014
|
[ 16:24 madpilot ]
- Update scintilla and scite to 3.5.1
- Remove dirrms
PR: 193781
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
|
Fri, 8 Aug 2014
|
[ 19:47 marino ]
scite and scintilla: Upgrade version 3.4.1 => 3.4.4
PR: 190754
Submitted by: maintainer (Naram Qashat)
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 23 Apr 2014
|
[ 08:43 madpilot ]
- Update to 3.4.1
- in x11-toolkits/scintilla, leverage USES=compiler to check if
we're on clang or gcc
PR: ports/188782, ports/188783
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 5 Mar 2014
|
[ 01:23 madpilot ]
- Update to 3.3.9
- Convert to staging
PR: ports/186175
Submitted by: me
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 23:57 bapt ] (Only the first 10 of 288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Thu, 12 Sep 2013
|
[ 11:34 madpilot ]
- Update scintilla and scite to 3.3.5
- The update fixes build on recent head
PR: ports/182014
Submitted by: me
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Thu, 5 Sep 2013
|
[ 09:38 madpilot ]
- Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format
Approved by: portmgr (bapt)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 22 Jun 2013
|
[ 20:07 rakuco ]
Update to 3.3.3.
PR: ports/179850
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 3 May 2013
|
[ 20:50 madpilot ]
- Update to 3.3.1
PR: ports/178307, ports/178308
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sat, 27 Apr 2013
|
[ 22:09 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Convert the last USE_ICONV to USES=iconv
|
Wed, 27 Feb 2013
|
[ 11:47 makc ]
Update to 3.2.5
PR: ports/176457
Submitted by: Naram Qashat (maintainer)
|
Fri, 18 Jan 2013
|
[ 12:35 madpilot ]
- Update x11-toolkits/scintilla and editors/scite to 3.2.4
PR: ports/175395, ports/175396
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Thu, 25 Oct 2012
|
[ 22:44 madpilot ]
- Update scintilla and scite to 3.2.3
PR: ports/173082, ports/173083
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Sun, 7 Oct 2012
|
[ 11:31 cs ]
- Update to 3.2.2
- Cleanup header of Makefile
- Cleanup COMMENT and pkg-descr
PR: ports/172442
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Mon, 13 Aug 2012
|
[ 19:40 madpilot ]
- Update to 3.2.1
PR: ports/170564
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: tabthorpe (mentor)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 22 Apr 2012
|
[ 16:13 scheidell ]
- Update to 3.1.0
PR: ports/167187
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sat, 24 Mar 2012
|
[ 16:00 miwi ]
- Update to 3.0.4
PR: 165946
Submitted by: maintainer
Feature safe: yes
|
Mon, 20 Feb 2012
|
[ 00:06 miwi ]
- Update to 3.0.3
PR: 165048
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sat, 17 Dec 2011
|
[ 11:05 crees ]
- Update to 3.0.2
PR: ports/163185
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Mon, 14 Nov 2011
|
[ 08:58 wen ]
- Update to 3.0.0
PR: ports/162545
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Sun, 2 Oct 2011
|
[ 17:09 eadler ]
- Update to 2.29
PR: ports/161210
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: sahil (mentor)
|
Tue, 13 Sep 2011
|
[ 11:30 bf ]
Fix linking and sparc64 build; small clean-up
PR: 160598
Approved by: Naram Qashat (maintainer)
|
Mon, 5 Sep 2011
|
[ 15:33 pawel ]
Update to version 2.28
PR: ports/160438
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: miwi, wen (mentors implicit)
|
Mon, 4 Jul 2011
|
[ 18:25 dhn ]
- Update to 2.27
PR: ports/158626
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Mon, 2 May 2011
|
[ 17:34 dhn ]
- Update to 2.25
PR: ports/156761
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sun, 6 Feb 2011
|
[ 09:40 miwi ]
- Update to 2.24
PR: 154543
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
Mon, 3 Jan 2011
|
[ 13:16 arved ]
Update to 2.23
PR: 153637
Submitted by: maintainer
|
Thu, 28 Oct 2010
|
[ 08:26 wen ]
- Update to 2.22
PR: ports/151789
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sun, 5 Sep 2010
|
[ 18:08 makc ]
Update to 2.21
PR: ports/150281
Submitted by: Naram Qashat (maintainer)
|
Sun, 1 Aug 2010
|
[ 14:54 makc ]
Update to 2.20
PR: ports/149148
Submitted by: Naram Qashat (maintainer)
|
Wed, 2 Jun 2010
|
[ 14:01 sylvio ]
- Update to 2.12
PR: ports/147298
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Mon, 12 Apr 2010
|
[ 20:08 sylvio ]
- Update to 2.11
PR: ports/145609
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: itetcu (mentor, implicit)
|
Mon, 5 Apr 2010
|
[ 17:14 amdmi3 ]
- Update to 2.10
PR: 145406
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 14 Feb 2010
|
[ 19:48 lwhsu ]
- Update to 2.03
PR: ports/143935
Submitted by: Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 27 Jan 2010
|
[ 01:03 miwi ]
- Update to 2.02
PR: 143233
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> *maintainer)
|
Wed, 26 Aug 2009
|
[ 20:33 amdmi3 ]
- Update to 2.01
- Fix MASTER_SITES
PR: 138015
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 14 Aug 2009
|
[ 00:29 amdmi3 ]
- Update to 2.00
- Drop gtk12 support
- Switch to SFP
PR: 137675
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Mon, 6 Jul 2009
|
[ 23:33 wxs ]
- Update to 1.79
PR: ports/136286
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
Sat, 9 May 2009
|
[ 09:18 miwi ]
- Update to 1.78
PR: 134238
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer)
|
Fri, 24 Oct 2008
|
[ 14:22 miwi ]
- Update to 1.77
PR: 128227
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 25 Jul 2008
|
[ 12:48 pav ] (Only the first 10 of 44 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Fri, 6 Jun 2008
|
[ 14:16 edwin ] (Only the first 10 of 158 ports in this commit are shown above. )
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)
|
Sun, 23 Mar 2008
|
[ 16:44 miwi ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Fri, 21 Mar 2008
|
[ 11:34 miwi ]
- Update to 1.76
PR: 121785
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Sat, 15 Dec 2007
|
[ 18:18 miwi ]
- Update to 1.75
PR: 118221
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Wed, 22 Aug 2007
|
[ 03:25 mezz ]
-Respect CC/CXX/CXXFLAGS.
-Remove all of un-need ``, which the $(shell) works fine.
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
Fri, 10 Aug 2007
|
[ 20:11 mezz ]
- Update to 1.74.
- Add install an empty of .scintilla-gtk(1|2), depend on which GTK+ version
it build with. It will allowing other ports to give error/warning about
that you need to build scintilla with either version to make it works.
- Pass the maintainership to the submitter.
PR: ports/115127
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
No object by: My team, FreeBSD GNOME Team
|
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}.
|
Sun, 29 Apr 2007
|
[ 06:01 marcus ]
Update to 1.73.
PR: 111631
Submitted by: anray
|
Wed, 31 Jan 2007
|
[ 00:48 pav ]
- Update to 1.72
- Fix build with gcc41 [1]
Reported by: krismail [1]
|
Sat, 14 Oct 2006
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
Sun, 17 Sep 2006
|
[ 22:06 marcus ]
Update to 1.71.
PR: 102438
Submitted by: Andris Raugulis <endrju@null.lv>
|
Tue, 27 Jun 2006
|
[ 07:57 pav ]
- Update to 1.70
PR: ports/99442
Submitted by: Mark Schellhase <15874d@gmail.com>
|
Tue, 7 Mar 2006
|
[ 08:28 ade ] (Only the first 10 of 633 ports in this commit are shown above. )
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Thu, 26 Jan 2006
|
[ 04:24 kris ]
Add missing USE_ICONV
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Sun, 16 Oct 2005
|
[ 06:45 marcus ]
Add -fPIC to CFLAGS to fix the build on amd64.
Reported by: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
|
Number of commits found: 127 (showing only 100 on this page) |