Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.0 30 Jun 2024 16:45:27 |
Fernando Apesteguía (fernape) Author: Naram Qashat |
x11-toolkits/scintilla: Update to 5.5.0
Also update at the same time editors/scite to keep them in sync.
PR: 279995 |
4.4.5_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
4.4.5_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
4.4.5_1 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: 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) |
4.4.5_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
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 ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.4.5 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.4.5 29 Aug 2021 18:54:24 |
Bernhard Froehlich (decke) |
x11-toolkits/scintilla: Add CPE information
Approved by: portmgr (blanket) |
4.4.5 24 Jul 2021 07:21:28 |
Tobias C. Berner (tcberner) |
x11-toolkits/scintilla: prepare for glib-2.68.3
Add upstream fix removing 'volatile'
Obtained from: https://sourceforge.net/p/scintilla/code/ci/790bfd4c0747
PR: 256200 |
4.4.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.5 30 Oct 2020 05:30:02 |
lwhsu |
x11-toolkits/scintilla: Add/delete files under files/
PR: 250663 |
4.4.5 29 Oct 2020 20:05:37 |
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 ) |
4.3.2 15 Mar 2020 15:08:50 |
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) |
4.3.0 08 Mar 2020 16:47:26 |
tcberner |
x11-toolkits/scintilla & editors/scite: Update to 4.3.0
PR: 243644
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
4.2.3 08 Jan 2020 10:46:34 |
joneum |
Update to 4.2.3
PR: 242975
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sponsored by: Netzkommune GmbH |
4.2.1 04 Dec 2019 15:02:18 |
amdmi3 |
- Update to 4.2.1
PR: 242333
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
4.2.0_1 26 Jul 2019 20:46:57 |
gerald |
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 |
4.2.0 10 Jul 2019 17:47:55 |
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 |
4.1.0 27 May 2019 06:16:32 |
tobik |
editors/scite, x11-toolkits/scintilla: Remove nop CXXSTD
It is overwritten by USES=compiler later anyway. |
4.1.0 27 Jan 2019 23:53:31 |
swills |
x11-toolkits/scintilla: update to 4.1.0
PR: 228909
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
4.0.2_1 12 Dec 2018 01:35:36 |
gerald |
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 |
4.0.2 23 Feb 2018 07:46:00 |
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) |
3.7.5_1 10 Sep 2017 20:55:39 |
gerald |
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 |
3.7.5 19 Jun 2017 09:42:59 |
amdmi3 |
- Update to 3.7.5
PR: 219711
Submitted by: lightside@gmx.com
Approved by: cyberbotx@cyberbotx.com (maintainer) |
3.7.4 06 May 2017 06:00:23 |
miwi |
- Update to 3.7.4
PR: 218228
Submitted by: lightside@gmx.com
Approved by: maintainer |
3.7.3_1 01 Apr 2017 15:23:32 |
gerald |
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 |
3.7.3 12 Mar 2017 19:11:20 |
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) |
3.7.1 12 Dec 2016 00:40:45 |
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) |
3.7.0 06 Nov 2016 01:21:03 |
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) |
3.6.7 07 Sep 2016 16:38:51 |
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) |
3.6.6 11 Jul 2016 08:58:51 |
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) |
3.6.5 14 May 2016 08:54:49 |
madpilot |
Update scite and scintilla to 3.6.5.
PR: 209489
Submitted by: me
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) |
3.6.4 27 Mar 2016 05:02:51 |
wen |
- Update to 3.6.4
PR: 208300
Submitted by: sergey.v.brunov@gmail.com
Approved by: maintainer |
3.6.3 07 Feb 2016 07:14:35 |
olivierd |
Update to 3.6.3
PR: 206751
Submitted by: Naram Qashat (maintainer) |
3.6.2 23 Nov 2015 19:35:18 |
amdmi3 |
- Update to 3.6.2
PR: 204561
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
3.6.1 24 Sep 2015 18:10:45 |
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) |
3.6.0 29 Aug 2015 16:42:31 |
madpilot |
Update to 3.6.0
PR: 202377
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> |
3.5.7 23 Jun 2015 16:01:41 |
amdmi3 |
- Update to 3.5.7
PR: 201000
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
3.5.6 02 Jun 2015 19:05:06 |
amdmi3 |
- Update to 3.5.6
PR: 200531
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
3.5.5 04 May 2015 11:17:39 |
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) |
3.5.4 11 Mar 2015 02:54:25 |
vanilla |
Upgrade to 3.5.4.
PR: 198501
Submitted by: maintainer |
3.5.3 26 Jan 2015 19:55:35 |
amdmi3 |
- Update to 3.5.3
PR: 196952
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
3.5.2 05 Dec 2014 12:36:05 |
amdmi3 |
- Update to 3.5.2
- Add license information
PR: 195675
Submitted by: lightside@gmx.com
Approved by: cyberbotx@cyberbotx.com (maintainer) |
3.5.1 10 Oct 2014 16:24:01 |
madpilot |
- Update scintilla and scite to 3.5.1
- Remove dirrms
PR: 193781
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) |
3.4.4 08 Aug 2014 19:47:36 |
marino |
scite and scintilla: Upgrade version 3.4.1 => 3.4.4
PR: 190754
Submitted by: maintainer (Naram Qashat) |
3.4.1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
3.4.1 29 Jul 2014 16:36:07 |
adamw |
Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it. |
3.4.1 23 Apr 2014 08:43:08 |
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) |
3.3.9 05 Mar 2014 01:23:17 |
madpilot |
- Update to 3.3.9
- Convert to staging
PR: ports/186175
Submitted by: me
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
3.3.5 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
3.3.5 12 Sep 2013 11:34:39 |
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) |
3.3.3 05 Sep 2013 09:38:09 |
madpilot |
- Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format
Approved by: portmgr (bapt) |
3.3.3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.3.3 22 Jun 2013 20:07:48 |
rakuco |
Update to 3.3.3.
PR: ports/179850
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
3.3.1 03 May 2013 20:50:15 |
madpilot |
- Update to 3.3.1
PR: ports/178307, ports/178308
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
3.2.5 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
3.2.5 27 Feb 2013 11:47:27 |
makc |
Update to 3.2.5
PR: ports/176457
Submitted by: Naram Qashat (maintainer) |
3.2.4 18 Jan 2013 12:35:18 |
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) |
3.2.3 25 Oct 2012 22:44:24 |
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 |
3.2.2 07 Oct 2012 11:31:55 |
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) |
3.2.1 13 Aug 2012 19:40:36 |
madpilot |
- Update to 3.2.1
PR: ports/170564
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: tabthorpe (mentor) |
3.1.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.1.0 22 Apr 2012 16:13:55 |
scheidell |
- Update to 3.1.0
PR: ports/167187
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
3.0.4 24 Mar 2012 16:00:03 |
miwi |
- Update to 3.0.4
PR: 165946
Submitted by: maintainer
Feature safe: yes |
3.0.3 20 Feb 2012 00:06:39 |
miwi |
- Update to 3.0.3
PR: 165048
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
3.0.2 17 Dec 2011 11:05:35 |
crees |
- Update to 3.0.2
PR: ports/163185
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
3.0.0 14 Nov 2011 08:58:07 |
wen |
- Update to 3.0.0
PR: ports/162545
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes |
2.29 02 Oct 2011 17:09:23 |
eadler |
- Update to 2.29
PR: ports/161210
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: sahil (mentor) |
2.28_1 13 Sep 2011 11:30:22 |
bf |
Fix linking and sparc64 build; small clean-up
PR: 160598
Approved by: Naram Qashat (maintainer) |
2.28 05 Sep 2011 15:33:27 |
pawel |
Update to version 2.28
PR: ports/160438
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
2.27 04 Jul 2011 18:25:04 |
dhn |
- Update to 2.27
PR: ports/158626
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.25 02 May 2011 17:34:04 |
dhn |
- Update to 2.25
PR: ports/156761
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.24 06 Feb 2011 09:40:43 |
miwi |
- Update to 2.24
PR: 154543
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes |
2.23 03 Jan 2011 13:16:01 |
arved |
Update to 2.23
PR: 153637
Submitted by: maintainer |
2.22 28 Oct 2010 08:26:16 |
wen |
- Update to 2.22
PR: ports/151789
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.21 05 Sep 2010 18:08:46 |
makc |
Update to 2.21
PR: ports/150281
Submitted by: Naram Qashat (maintainer) |
2.20 01 Aug 2010 14:54:48 |
makc |
Update to 2.20
PR: ports/149148
Submitted by: Naram Qashat (maintainer) |
2.12 02 Jun 2010 14:01:28 |
sylvio |
- Update to 2.12
PR: ports/147298
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.11 12 Apr 2010 20:08:54 |
sylvio |
- Update to 2.11
PR: ports/145609
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
2.10 05 Apr 2010 17:14:21 |
amdmi3 |
- Update to 2.10
PR: 145406
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.03_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.03 14 Feb 2010 19:48:57 |
lwhsu |
- Update to 2.03
PR: ports/143935
Submitted by: Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer) |
2.02_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.02 27 Jan 2010 01:03:46 |
miwi |
- Update to 2.02
PR: 143233
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> *maintainer) |
2.01 26 Aug 2009 20:33:08 |
amdmi3 |
- Update to 2.01
- Fix MASTER_SITES
PR: 138015
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
2.00 14 Aug 2009 00:29:27 |
amdmi3 |
- Update to 2.00
- Drop gtk12 support
- Switch to SFP
PR: 137675
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.79 06 Jul 2009 23:33:17 |
wxs |
- Update to 1.79
PR: ports/136286
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.78 09 May 2009 09:18:13 |
miwi |
- Update to 1.78
PR: 134238
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (Maintainer) |
1.77 24 Oct 2008 14:22:34 |
miwi |
- Update to 1.77
PR: 128227
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.76_2 25 Jul 2008 12:48:47 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.76_2 06 Jun 2008 14:16:37 |
edwin |
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) |
1.76_1 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.76 21 Mar 2008 11:34:37 |
miwi |
- Update to 1.76
PR: 121785
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.75 15 Dec 2007 18:18:45 |
miwi |
- Update to 1.75
PR: 118221
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.74 22 Aug 2007 03:25:29 |
mezz |
-Respect CC/CXX/CXXFLAGS.
-Remove all of un-need ``, which the $(shell) works fine.
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) |
1.73_1 10 Aug 2007 20:11:43 |
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 |
1.73_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.73 29 Apr 2007 06:01:52 |
marcus |
Update to 1.73.
PR: 111631
Submitted by: anray |
1.72 31 Jan 2007 00:48:05 |
pav |
- Update to 1.72
- Fix build with gcc41 [1]
Reported by: krismail [1] |