notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-toolkits/scintilla/Makefile
SVNWeb

Number of commits found: 127 (showing only 100 on this page)

1 | 2  »  

Sat, 26 Aug 2023
[ 21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  7a4777d  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
*: 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) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  71b6a9f  (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 29 Aug 2021
[ 18:54 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e  commit hash:3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e  commit hash:3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e  3cfc050 
x11-toolkits/scintilla: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 29 Oct 2020
[ 20:05 lwhsu search for other commits by this committer ] Original commit   Revision:553638
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 View all of this commit message)
Sun, 15 Mar 2020
[ 15:08 tcberner search for other commits by this committer ] Original commit   Revision:528487
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 search for other commits by this committer ] Original commit   Revision:528056
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 search for other commits by this committer ] Original commit   Revision:522368
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 search for other commits by this committer ] Original commit   Revision:519015
- Update to 4.2.1

PR:		242333
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:506375
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 search for other commits by this committer ] Original commit   Revision:502769
editors/scite, x11-toolkits/scintilla: Remove nop CXXSTD

It is overwritten by USES=compiler later anyway.
Sun, 27 Jan 2019
[ 23:53 swills search for other commits by this committer ] Original commit   Revision:491444
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 search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:462677
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 search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:443866
- 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 search for other commits by this committer ] Original commit   Revision:440229
- Update to 3.7.4

PR:		218228
Submitted by:	lightside@gmx.com
Approved by:	maintainer
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:436016
- 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 search for other commits by this committer ] Original commit   Revision:428388
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 search for other commits by this committer ] Original commit   Revision:425459
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 search for other commits by this committer ] Original commit   Revision:421511
- 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 search for other commits by this committer ] Original commit   Revision:418359
- 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 search for other commits by this committer ] Original commit   Revision:415182
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 search for other commits by this committer ] Original commit   Revision:411976
- Update to 3.6.4

PR:		208300
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	maintainer
Sun, 7 Feb 2016
[ 07:14 olivierd search for other commits by this committer ] Original commit   Revision:408344
Update to 3.6.3

PR:		206751
Submitted by:	Naram Qashat (maintainer)
Mon, 23 Nov 2015
[ 19:35 amdmi3 search for other commits by this committer ] Original commit   Revision:402317
- Update to 3.6.2

PR:		204561
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Thu, 24 Sep 2015
[ 18:10 jbeich search for other commits by this committer ] Original commit   Revision:397704
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 search for other commits by this committer ] Original commit   Revision:395561
Update to 3.6.0

PR:		202377
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
Tue, 23 Jun 2015
[ 16:01 amdmi3 search for other commits by this committer ] Original commit   Revision:390419
- Update to 3.5.7

PR:		201000
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Tue, 2 Jun 2015
[ 19:05 amdmi3 search for other commits by this committer ] Original commit   Revision:388382
- Update to 3.5.6

PR:		200531
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Mon, 4 May 2015
[ 11:17 jbeich search for other commits by this committer ] Original commit   Revision:385395
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 search for other commits by this committer ] Original commit   Revision:380971
Upgrade to 3.5.4.

PR:		198501
Submitted by:	maintainer
Mon, 26 Jan 2015
[ 19:55 amdmi3 search for other commits by this committer ] Original commit   Revision:377945
- Update to 3.5.3

PR:		196952
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Fri, 5 Dec 2014
[ 12:36 amdmi3 search for other commits by this committer ] Original commit   Revision:374012
- 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 search for other commits by this committer ] Original commit   Revision:370597
- 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 search for other commits by this committer ] Original commit   Revision:364377
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 search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:351916
- 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 search for other commits by this committer ] Original commit   Revision:347091
- 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 search for other commits by this committer ] Original commit   Revision:327785 (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Thu, 12 Sep 2013
[ 11:34 madpilot search for other commits by this committer ] Original commit   Revision:327053
- 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 search for other commits by this committer ] Original commit   Revision:326375
- Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format

Approved by:	portmgr (bapt)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 22 Jun 2013
[ 20:07 rakuco search for other commits by this committer ] Original commit   Revision:321587
Update to 3.3.3.

PR:		ports/179850
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Fri, 3 May 2013
[ 20:50 madpilot search for other commits by this committer ] Original commit   Revision:317248
- 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 search for other commits by this committer ] Original commit   Revision:316695 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert the last USE_ICONV to USES=iconv
Wed, 27 Feb 2013
[ 11:47 makc search for other commits by this committer ] Original commit   Revision:313046
Update to 3.2.5

PR:		ports/176457
Submitted by:	Naram Qashat (maintainer)
Fri, 18 Jan 2013
[ 12:35 madpilot search for other commits by this committer ] Original commit   Revision:310600
- 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 search for other commits by this committer ] Original commit   Revision:306409
- 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 search for other commits by this committer ] Original commit   Revision:305460
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sun, 22 Apr 2012
[ 16:13 scheidell search for other commits by this committer ] Original commit 
- Update to 3.1.0

PR:             ports/167187
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sat, 24 Mar 2012
[ 16:00 miwi search for other commits by this committer ] Original commit 
- Update to 3.0.4

PR:             165946
Submitted by:   maintainer
Feature safe:   yes
Mon, 20 Feb 2012
[ 00:06 miwi search for other commits by this committer ] Original commit 
- Update to 3.0.3

PR:             165048
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sat, 17 Dec 2011
[ 11:05 crees search for other commits by this committer ] Original commit 
- Update to 3.0.2

PR:             ports/163185
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Mon, 14 Nov 2011
[ 08:58 wen search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
Fix linking and sparc64 build; small clean-up

PR:             160598
Approved by:    Naram Qashat (maintainer)
Mon, 5 Sep 2011
[ 15:33 pawel search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
- Update to 2.27

PR:             ports/158626
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Mon, 2 May 2011
[ 17:34 dhn search for other commits by this committer ] Original commit 
- Update to 2.25

PR:             ports/156761
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sun, 6 Feb 2011
[ 09:40 miwi search for other commits by this committer ] Original commit 
- Update to 2.24

PR:             154543
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:   yes
Mon, 3 Jan 2011
[ 13:16 arved search for other commits by this committer ] Original commit 
Update to 2.23

PR:             153637
Submitted by:   maintainer
Thu, 28 Oct 2010
[ 08:26 wen search for other commits by this committer ] Original commit 
- Update to 2.22

PR:             ports/151789
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sun, 5 Sep 2010
[ 18:08 makc search for other commits by this committer ] Original commit 
Update to 2.21

PR:             ports/150281
Submitted by:   Naram Qashat (maintainer)
Sun, 1 Aug 2010
[ 14:54 makc search for other commits by this committer ] Original commit 
Update to 2.20

PR:             ports/149148
Submitted by:   Naram Qashat (maintainer)
Wed, 2 Jun 2010
[ 14:01 sylvio search for other commits by this committer ] Original commit 
- Update to 2.12

PR:             ports/147298
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Mon, 12 Apr 2010
[ 20:08 sylvio search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Update to 2.10

PR:             145406
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sun, 14 Feb 2010
[ 19:48 lwhsu search for other commits by this committer ] Original commit 
- Update to 2.03

PR:             ports/143935
Submitted by:   Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Wed, 27 Jan 2010
[ 01:03 miwi search for other commits by this committer ] Original commit 
- Update to 2.02

PR:             143233
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> *maintainer)
Wed, 26 Aug 2009
[ 20:33 amdmi3 search for other commits by this committer ] Original commit 
- Update to 2.01
- Fix MASTER_SITES

PR:             138015
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Fri, 14 Aug 2009
[ 00:29 amdmi3 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Update to 1.79

PR:             ports/136286
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
Sat, 9 May 2009
[ 09:18 miwi search for other commits by this committer ] Original commit 
- Update to 1.78

PR:             134238
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer)
Fri, 24 Oct 2008
[ 14:22 miwi search for other commits by this committer ] Original commit 
- Update to 1.77

PR:             128227
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Fri, 25 Jul 2008
[ 12:48 pav search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Fri, 6 Jun 2008
[ 14:16 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
- Update to 1.76

PR:             121785
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sat, 15 Dec 2007
[ 18:18 miwi search for other commits by this committer ] Original commit 
- Update to 1.75

PR:             118221
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Wed, 22 Aug 2007
[ 03:25 mezz search for other commits by this committer ] Original commit 
-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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
Update to 1.73.

PR:             111631
Submitted by:   anray
Wed, 31 Jan 2007
[ 00:48 pav search for other commits by this committer ] Original commit 
- Update to 1.72
- Fix build with gcc41 [1]

Reported by:    krismail [1]
Sat, 14 Oct 2006
[ 08:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 893 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
Update to 1.71.

PR:             102438
Submitted by:   Andris Raugulis <endrju@null.lv>
Tue, 27 Jun 2006
[ 07:57 pav search for other commits by this committer ] Original commit 
- Update to 1.70

PR:             ports/99442
Submitted by:   Mark Schellhase <15874d@gmail.com>
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
Add missing USE_ICONV
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Sun, 16 Oct 2005
[ 06:45 marcus search for other commits by this committer ] Original commit 
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)

1 | 2  »