Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.28.0_8 23 Jul 2023 18:45:16 |
Muhammad Moinur Rahman (bofh) |
x11-toolkits/fxscintilla: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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) |
2.28.0_8 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 ) |
2.28.0_8 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 ) |
2.28.0_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.28.0_8 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.28.0_8 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.28.0_8 28 Jan 2015 01:08:44 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.28.0_8 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.28.0_7 29 Aug 2014 09:26:31 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
2.28.0_8 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
2.28.0_7 22 Apr 2014 12:35:07 |
bapt |
Stage fxscintilla
USES=libtool
Chase shlib number change |
2.28.0_6 07 Oct 2013 13:15:44 |
gahr |
- Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time. |
2.28.0_5 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
2.28.0_5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.28.0_5 23 Apr 2013 16:45:40 |
gahr |
- Chase x11-toolkits/fox16 shlib version bump |
2.28.0_4 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
2.28.0_4 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
2.28.0_4 27 Nov 2012 11:12:36 |
gahr |
- Chase x11-toolkits/fox16 shlib version bump
- Trim Makefile headers for ports owned by me or ports@
Feature safe: yes |
2.28.0_3 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
2.28.0_3 23 Jul 2012 01:33:56 |
dougb |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
2.28.0_3 13 Jul 2012 07:10:02 |
gahr |
- Chase x11-toolkits/fox16 shlib version bump
- Bump PORTREVISION |
2.28.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.28.0_1 02 May 2012 08:30:41 |
gahr |
- Chase x11-toolkits/fox16 shlib bump
- Bump PORTREVISION |
2.28.0 28 Nov 2011 11:30:37 |
miwi |
- Update to 2.28.0
PR: 162855
Submitted by: ports fury
Feature safe: yes |
2.22.0 02 Jul 2011 08:08:03 |
miwi |
- Update to 2.22.0
PR: 158451
Submitted by: Ports Fury |
2.11.0_2 15 Mar 2011 16:31:31 |
gahr |
- Chase x11-toolkits/fox16 shlib bump
- Bump PORTREVISION |
2.11.0_1 09 Feb 2011 13:29:39 |
gahr |
- Bump PORTREVISION after x11-toolkits/fox16 shlib bump
Reported by: dougb, linimon |
2.11.0 24 Aug 2010 21:46:06 |
gahr |
- Fix PLIST
Reported by: QAT |
2.11.0 24 Aug 2010 07:17:31 |
gahr |
- Update to 2.11.0
- Chase support for FOX 1.4 |
1.71_15 23 Aug 2010 09:50:02 |
gahr |
- Unsupport fox12, in preparation for the removal of x11-toolkits/fox12 |
1.71_15 30 Jul 2010 12:08:29 |
araujo |
- Back to the ports@ I've no used it anymore. |
1.71_15 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.71_14 23 Mar 2010 21:23:11 |
gahr |
- Chase x11-toolkits/fox16 update |
1.71_13 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.71_12 27 Sep 2009 21:46:00 |
araujo |
- Fix LOCALBASE issue.
Reported by: itetcu (QATty)
Feature safe: yes |
1.71_12 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.71_12 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.71_11 04 Apr 2009 17:27:07 |
araujo |
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: maintainer implicit |
1.71_10 08 Feb 2009 01:09:48 |
araujo |
- Lib updated Fox16.
- Bump PORTREVISION.
Approved by: maintainer implicit |
1.71_9 09 Jan 2009 13:50:12 |
araujo |
- It was updated FOX16, need to rebuild all ports that depend
directly of it.
- Bump PORTREVISION.
Approved by: maintainers implicit |
1.71_8 29 Dec 2008 10:53:53 |
araujo |
- The FOX10 isn't more supported.
- Bump PORTREVISION. |
1.71_7 19 Jun 2008 02:54:54 |
pav |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
1.71_7 21 May 2008 02:47:35 |
araujo |
- Lib updated fox16.
- Bump PORTREVISION.
Noticed by: mezz |
1.71_6 19 Mar 2008 01:52:04 |
araujo |
- Lib updated Fox16.
- Bump PORTREVISION. |
1.71_5 01 Jan 2008 17:01:51 |
araujo |
- Lib updated Fox16.
- Bump PORTREVISION.
Approved by: edwin (mantainer, implicit), stas (mentor, implicit) |
1.71_4 29 Oct 2007 10:18:43 |
araujo |
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor) |
1.71_3 04 Sep 2007 02:34:30 |
araujo |
- Lib updated fox16.
- Bump PORTREVISION.
Approved by: itetcu (mentor) |
1.71_2 12 Aug 2007 12:42:55 |
araujo |
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor) |
1.71_1 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
1.71_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.71 29 Mar 2007 10:47:19 |
rafan |
- define OPTIONS only for master port |
1.71 29 Mar 2007 10:32:02 |
rafan |
- Update to 1.71
- Add support for fox 1.6 (default)
- Switch to USE_LDCONFIG
- Pass maintainership
PR: ports/109143
Submitted by: Marcelo Araujo <araujo at bsdmail.org>
Approved by: maintainer |
1.63_2 20 Jun 2006 21:02:18 |
shaun |
Chase lib version bump in fox14.
Approved by: ahze (mentor) |
1.63_1 10 Jun 2006 15:51:16 |
sem |
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14 |
1.63_1 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
1.63_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.63 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
1.63 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.63 01 Aug 2005 16:09:10 |
lawrance |
Add support for fox1.2
PR: ports/84232
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer) |
1.63 10 Jun 2005 08:28:25 |
pat |
Update to 1.63
PR: ports/82033
Submitted by: maintainer |
1.62_1 02 Apr 2005 12:01:22 |
krion |
Mark BROKEN only while building with fox-devel, and not with fox. |
1.62_1 28 Feb 2005 09:54:16 |
krion |
BROKEN: Does not build with current fox-devel version. |
1.62_1 25 Feb 2005 14:12:29 |
krion |
Bump library version number due to last x11-toolkits/fox-devel
update. |
1.62 18 Dec 2004 22:38:38 |
pav |
- Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (fxscintilla
maintainer) |
1.57 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.57 23 Jun 2004 23:21:56 |
pav |
Add fxscintilla, an implementation of Scintilla editing widget for FOX
library.
PR: ports/68019
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> |