notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/scintilla/Makefile

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

1 | 2  »  

Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Saturday, 26 Aug 2023
21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: 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)
commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 7a4777d
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Dima Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Juli Mallett
  *  Kenjiro Cho <kjc@csl.sony.co.jp>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Marc Recht <marc@informatik.uni-bremen.de>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mike Meyer <mwm@mired.org>
  *  Olivier Duchateau
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Peter Hawkins <thepish@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Radim Kolar
  *  Rene Ladan <rene@FreeBSD.org>
  *  Robert C. Noland III <rnoland@FreeBSD.org>
  *  Simon Barner <barner@gmx.de>
  *  Stephane Legrand <stephane@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Will Andrews <andrews@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  asami
  *  chinsan
  *  chuckr
  *  clsung@dragon2.net
  *  dmitry@karasik.eu.org
  *  fjoe@FreeBSD.org
  *  gahr
  *  gena
  *  ijliao
  *  mi
  *  minter@lunenburg.org
  *  nivit@users.sourceforge.net
  *  ports@c0decafe.net
  *  roland.jesse@gmx.net
  *  thierry@pompo.net
  *  vanilla

With hat:	portmgr
commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 71b6a9f
Sunday, 29 Aug 2021
18:54 Bernhard Froehlich (decke) search for other commits by this committer
x11-toolkits/scintilla: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e commit hash: 3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e commit hash: 3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e commit hash: 3cfc05032dbff49ec38e205142fb9b8a4e3c0e8e 3cfc050
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 29 Oct 2020
20:05 lwhsu search for other commits by this committer
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

Use of ASAN is removed from the build as it was causing an ASAN error for me
when trying to run SciTE within a VM due to libGL (which isn't compiled with
ASAN, nor is the FreeBSD base system libraries), and the author of Scintilla
and SciTE said that it was fine to remove (his thought being that normally
Scintilla and SciTE aren't built with Clang, but since it is the default
compiler for FreeBSD and I want the software to work, it is better to just not
enable ASAN until it is enabled everywhere.

The removal of the version number on the libraries was due to consensus on IRC
in #bsdports that it wasn't necessary if the software was not originally doing
so in the first place.

Changelog:
https://www.scintilla.org/ScintillaHistory.html

PR:		250663
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH:		2020Q4
Original commitRevision:553638 
Sunday, 15 Mar 2020
15:08 tcberner search for other commits by this committer
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)
Original commitRevision:528487 
Sunday, 8 Mar 2020
16:47 tcberner search for other commits by this committer
x11-toolkits/scintilla & editors/scite: Update to 4.3.0

PR:		243644
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>  (maintainer)
Original commitRevision:528056 
Wednesday, 8 Jan 2020
10:46 joneum search for other commits by this committer
Update to 4.2.3

PR:		242975
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:522368 
Wednesday, 4 Dec 2019
15:02 amdmi3 search for other commits by this committer
- Update to 4.2.1

PR:		242333
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:519015 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 10 Jul 2019
17:47 pi search for other commits by this committer
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
Original commitRevision:506375 
Monday, 27 May 2019
06:16 tobik search for other commits by this committer
editors/scite, x11-toolkits/scintilla: Remove nop CXXSTD

It is overwritten by USES=compiler later anyway.
Original commitRevision:502769 
Sunday, 27 Jan 2019
23:53 swills search for other commits by this committer
x11-toolkits/scintilla: update to 4.1.0

PR:		228909
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:491444 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Friday, 23 Feb 2018
07:46 yuri search for other commits by this committer
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)
Original commitRevision:462677 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Monday, 19 Jun 2017
09:42 amdmi3 search for other commits by this committer
- Update to 3.7.5

PR:		219711
Submitted by:	lightside@gmx.com
Approved by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:443866 
Saturday, 6 May 2017
06:00 miwi search for other commits by this committer
- Update to 3.7.4

PR:		218228
Submitted by:	lightside@gmx.com
Approved by:	maintainer
Original commitRevision:440229 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Sunday, 12 Mar 2017
19:11 madpilot search for other commits by this committer
- 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)
Original commitRevision:436016 
Monday, 12 Dec 2016
00:40 jhale search for other commits by this committer
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)
Original commitRevision:428388 
Sunday, 6 Nov 2016
01:21 jbeich search for other commits by this committer
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)
Original commitRevision:425459 
Wednesday, 7 Sep 2016
16:38 amdmi3 search for other commits by this committer
- 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)
Original commitRevision:421511 
Monday, 11 Jul 2016
08:58 madpilot search for other commits by this committer
- 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)
Original commitRevision:418359 
Saturday, 14 May 2016
08:54 madpilot search for other commits by this committer
Update scite and scintilla to 3.6.5.

PR:		209489
Submitted by:	me
Approved by:    Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Original commitRevision:415182 
Sunday, 27 Mar 2016
05:02 wen search for other commits by this committer
- Update to 3.6.4

PR:		208300
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	maintainer
Original commitRevision:411976 
Sunday, 7 Feb 2016
07:14 olivierd search for other commits by this committer
Update to 3.6.3

PR:		206751
Submitted by:	Naram Qashat (maintainer)
Original commitRevision:408344 
Monday, 23 Nov 2015
19:35 amdmi3 search for other commits by this committer
- Update to 3.6.2

PR:		204561
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:402317 
Thursday, 24 Sep 2015
18:10 jbeich search for other commits by this committer
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)
Original commitRevision:397704 
Saturday, 29 Aug 2015
16:42 madpilot search for other commits by this committer
Update to 3.6.0

PR:		202377
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
Original commitRevision:395561 
Tuesday, 23 Jun 2015
16:01 amdmi3 search for other commits by this committer
- Update to 3.5.7

PR:		201000
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:390419 
Tuesday, 2 Jun 2015
19:05 amdmi3 search for other commits by this committer
- Update to 3.5.6

PR:		200531
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:388382 
Monday, 4 May 2015
11:17 jbeich search for other commits by this committer
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)
Original commitRevision:385395 
Wednesday, 11 Mar 2015
02:54 vanilla search for other commits by this committer
Upgrade to 3.5.4.

PR:		198501
Submitted by:	maintainer
Original commitRevision:380971 
Monday, 26 Jan 2015
19:55 amdmi3 search for other commits by this committer
- Update to 3.5.3

PR:		196952
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:377945 
Friday, 5 Dec 2014
12:36 amdmi3 search for other commits by this committer
- Update to 3.5.2
- Add license information

PR:		195675
Submitted by:	lightside@gmx.com
Approved by:	cyberbotx@cyberbotx.com (maintainer)
Original commitRevision:374012 
Friday, 10 Oct 2014
16:24 madpilot search for other commits by this committer
- Update scintilla and scite to 3.5.1
- Remove dirrms

PR:		193781
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Original commitRevision:370597 
Friday, 8 Aug 2014
19:47 marino search for other commits by this committer
scite and scintilla: Upgrade version 3.4.1 => 3.4.4

PR:		190754
Submitted by:	maintainer (Naram Qashat)
Original commitRevision:364377 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Wednesday, 23 Apr 2014
08:43 madpilot search for other commits by this committer
- 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)
Original commitRevision:351916 
Wednesday, 5 Mar 2014
01:23 madpilot search for other commits by this committer
- Update to 3.3.9
- Convert to staging

PR:		ports/186175
Submitted by:	me
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:347091 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Thursday, 12 Sep 2013
11:34 madpilot search for other commits by this committer
- 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)
Original commitRevision:327053 
Thursday, 5 Sep 2013
09:38 madpilot search for other commits by this committer
- Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format

Approved by:	portmgr (bapt)
Original commitRevision:326375 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 22 Jun 2013
20:07 rakuco search for other commits by this committer
Update to 3.3.3.

PR:		ports/179850
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:321587 
Friday, 3 May 2013
20:50 madpilot search for other commits by this committer
- Update to 3.3.1

PR:		ports/178307, ports/178308
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:317248 
Saturday, 27 Apr 2013
22:09 bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
Original commitRevision:316695 
Wednesday, 27 Feb 2013
11:47 makc search for other commits by this committer
Update to 3.2.5

PR:		ports/176457
Submitted by:	Naram Qashat (maintainer)
Original commitRevision:313046 
Friday, 18 Jan 2013
12:35 madpilot search for other commits by this committer
- Update x11-toolkits/scintilla and editors/scite to 3.2.4

PR:		ports/175395, ports/175396
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:310600 
Thursday, 25 Oct 2012
22:44 madpilot search for other commits by this committer
- Update scintilla and scite to 3.2.3

PR:		ports/173082, ports/173083
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
Original commitRevision:306409 
Sunday, 7 Oct 2012
11:31 cs search for other commits by this committer
- 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)
Original commitRevision:305460 
Monday, 13 Aug 2012
19:40 madpilot search for other commits by this committer
- Update to 3.2.1

PR:		ports/170564
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	tabthorpe (mentor)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 22 Apr 2012
16:13 scheidell search for other commits by this committer
- Update to 3.1.0

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

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

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

PR:             ports/163185
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Monday, 14 Nov 2011
08:58 wen search for other commits by this committer
- Update to 3.0.0

PR:             ports/162545
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:   yes
Original commit
Sunday, 2 Oct 2011
17:09 eadler search for other commits by this committer
- Update to 2.29

PR:             ports/161210
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:    sahil (mentor)
Original commit
Tuesday, 13 Sep 2011
11:30 bf search for other commits by this committer
Fix linking and sparc64 build; small clean-up

PR:             160598
Approved by:    Naram Qashat (maintainer)
Original commit
Monday, 5 Sep 2011
15:33 pawel search for other commits by this committer
Update to version 2.28

PR:             ports/160438
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:    miwi, wen (mentors implicit)
Original commit
Monday, 4 Jul 2011
18:25 dhn search for other commits by this committer
- Update to 2.27

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

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

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

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

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

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

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

PR:             ports/147298
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Monday, 12 Apr 2010
20:08 sylvio search for other commits by this committer
- Update to 2.11

PR:             ports/145609
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:    itetcu (mentor, implicit)
Original commit
Monday, 5 Apr 2010
17:14 amdmi3 search for other commits by this committer
- Update to 2.10

PR:             145406
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Sunday, 14 Feb 2010
19:48 lwhsu search for other commits by this committer
- Update to 2.03

PR:             ports/143935
Submitted by:   Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Wednesday, 27 Jan 2010
01:03 miwi search for other commits by this committer
- Update to 2.02

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

PR:             138015
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 14 Aug 2009
00:29 amdmi3 search for other commits by this committer
- Update to 2.00
- Drop gtk12 support
- Switch to SFP

PR:             137675
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Monday, 6 Jul 2009
23:33 wxs search for other commits by this committer
- Update to 1.79

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

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

PR:             128227
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 25 Jul 2008
12:48 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Friday, 6 Jun 2008
14:16 edwin search for other commits by this committer
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)
Original commit
Sunday, 23 Mar 2008
16:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Friday, 21 Mar 2008
11:34 miwi search for other commits by this committer
- Update to 1.76

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

PR:             118221
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Wednesday, 22 Aug 2007
03:25 mezz search for other commits by this committer
-Respect CC/CXX/CXXFLAGS.
-Remove all of un-need ``, which the $(shell) works fine.

Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commit
Friday, 10 Aug 2007
20:11 mezz search for other commits by this committer
- 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
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 29 Apr 2007
06:01 marcus search for other commits by this committer
Update to 1.73.

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

Reported by:    krismail [1]
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
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)
Original commit
Sunday, 17 Sep 2006
22:06 marcus search for other commits by this committer
Update to 1.71.

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

PR:             ports/99442
Submitted by:   Mark Schellhase <15874d@gmail.com>
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Thursday, 26 Jan 2006
04:24 kris search for other commits by this committer
Add missing USE_ICONV
Original commit

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

1 | 2  »