Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.15_4 23 Feb 2024 11:25:13 |
Muhammad Moinur Rahman (bofh) |
devel/g-wrap: Moved man to share/man
Approved by: portmgr (blanket) |
1.9.15_3 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
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) |
1.9.15_2 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 ) |
1.9.15_2 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
1.9.15_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.15_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.15_1 04 Jul 2020 18:11:42 |
zeising |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
1.9.15 07 Apr 2020 06:22:46 |
koobs |
[NEW] devel/g-wrap: Tool for generating function wrappers for Guile
G-Wrap is a tool (and guile library) for generating function wrappers
for inter-language calls. It currently only supports generating Guile
wrappers for C functions. Other languages may be supported in the
future, possibly on both sides.
WWW: http://www.nongnu.org/g-wrap/
PR: 241731
Submitted by: Andrew <andrew tao11 riddles org uk>
Differential Revision: D22189 |
1.9.6_6,1 11 Apr 2014 19:34:34 |
bapt |
Unused, no staged friendly
Approved by: gnome (kwm) |
1.9.6_6,1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.9.6_6,1 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
1.9.6_6,1 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.9.6_6,1 10 Nov 2011 21:36:05 |
linimon |
Not yet ported to powerpc, so ignore it here.
Hat: portmgr
Feature safe: yes |
1.9.6_6,1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.9.6_6,1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.9.6_6,1 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
1.9.6_5,1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.9.6_5,1 22 Jan 2009 16:04:11 |
miwi |
- Chase lang/guile shlib bump |
1.9.6_4,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.9.6_4,1 21 Jul 2008 04:49:09 |
rafan |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
1.9.6_3,1 06 Jun 2008 13:21:59 |
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.9.6_2,1 29 May 2007 20:52:20 |
marcus |
Add --disable-Werror to fix the build with GCC 4.2
PR: 113108 |
1.9.6_2,1 07 Apr 2007 21:20:21 |
marcus |
Mark g-wrap NOT_FOR_ARCHS=ia64.
Reported by: pointyhat via kris |
1.9.6_2,1 22 Mar 2007 15:22:15 |
ahze |
Update for objformat removal |
1.9.6_2,1 07 Mar 2007 15:24:50 |
ahze |
Add support for sparc64 |
1.9.6_2,1 04 Mar 2007 06:53:01 |
mezz |
- Fix the build on amd64.
- Fix the srfi extensions installation if they are already exist, install
them anyway since there are no conflict in ports tree. Example, using
portupgrade while upgrade and it will finding g-wrap exists then not
install files as g-wrap will be uninstall when the build is done.
- Bump the PORTREVISION to make sure the users to have srfi extensions back
in their systems.
Reported by: several,
Peter Jeremy <peterjeremy@optushome.com.au>
Tested by: Peter Jeremy <peterjeremy@optushome.com.au> |
1.9.6_1,1 03 Mar 2007 20:54:51 |
mezz |
Fix the build if devel/libffi is installed in system.
PR: ports/109774
Reported by: Kostas Blekos <mplekos@physics.upatras.gr> |
1.9.6_1,1 28 Feb 2007 18:45:01 |
ahze |
- Bump PORTREVISION for changes in libltdl15. |
1.9.6,1 23 Feb 2007 22:24:15 |
ahze |
- Upgrade to 1.9.6
- Patch to use glib 2.x instead of glib 1.x |
1.3.4_9,1 05 Nov 2006 03:14:47 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
1.3.4_9,1 23 Oct 2006 12:33:38 |
ahze |
- don't back down so far that slib-guile doesn't work anymore.
Approved by: portmgr (marcus) |
1.3.4_9,1 22 Oct 2006 21:33:41 |
ahze |
- Back out of all gtk20 stuff to fix gnucash and plist and other stuff
Reported by: many
Approved by: portmgr (marcus) |
1.3.4,1 17 Oct 2006 21:24:05 |
ahze |
- Back out of 1.9.6 and back down to 1.3.4 since ffi doesn't build on !i386
* Kept glib2 instead of backing down to glib1
Approved by: portmgr (marcus)
Reported by: pointyhat via kris |
1.9.6_2 14 Oct 2006 08:35:50 |
marcus |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
1.3.4_9 02 Jul 2006 04:03:11 |
marcus |
Add missing library archives.
Reported by: pointyhat via linimon |
1.3.4_8 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3.4_7 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.3.4_7 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.3.4_7 06 Jun 2005 14:39:06 |
arved |
Explicit name RUN_DEPENDS to avoid a rundependency on libtool13
Bump PORTREVISION
Approved by: mezz for gnome@ |
1.3.4_6 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.3.4_6 18 Mar 2004 13:47:05 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.3.4_6 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.3.4_6 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.3.4_5 17 Dec 2003 18:59:28 |
marcus |
${LOCALBASE}/share/guile/slib/slibcat doesn't exist. The slib-guile port
installs ${LOCALBASE}/share/guile/slibcat. |
1.3.4_5 17 Dec 2003 18:36:37 |
marcus |
This port also has a RUN_DEPENDS on slib-guile. Without it, new installations
won't be able to build GnuCash. |
1.3.4_4 14 Dec 2003 22:40:03 |
pav |
- Fix dependency on slib-guile
Pointy hat to: pav |
1.3.4_4 14 Dec 2003 20:19:55 |
pav |
- Chase new slib-guile infrastructure |
1.3.4_4 28 Aug 2003 00:01:09 |
edwin |
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
1.3.4_4 16 Aug 2003 10:02:38 |
kris |
Utilize INFO and bump PORTREVISION. |
1.3.4_3 16 Jun 2003 00:02:36 |
marcus |
Remove a left over directory.
Reported by: bento |
1.3.4_3 02 May 2003 03:29:00 |
marcus |
Chase guile's shared lib version. |
1.3.4_2 20 Apr 2003 02:56:27 |
marcus |
Remove USE_GNOMENG. |
1.3.4_2 04 Mar 2003 17:48:26 |
marcus |
* Fix some GNOMNG typos
* Add a missing guile-gtk dependency
* De-pkg-comment
PR: 48925
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
1.3.4_1 11 Feb 2003 04:25:33 |
marcus |
Add missing dependency on gtk12.
Reported by: bento |
1.3.4 05 Feb 2003 06:11:32 |
marcus |
Update to 1.3.4. |
1.1.11 19 Aug 2002 15:22:30 |
sobomax |
Add backup site until gnucash.org is up again. |
1.1.11 18 Aug 2002 07:39:33 |
sobomax |
Update to 1.1.11. |
1.1.9 19 Jun 2002 16:37:57 |
marcus |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com> |
1.1.9 09 Jun 2002 06:35:21 |
marcus |
Do not compile the g-wrap tests. This works around a build problem on
-CURRENT. |
31 Jul 2001 10:37:50 |
sobomax |
Update to 1.1.9. |
21 May 2001 19:37:34 |
ade |
Fix fennerism |
11 May 2001 17:36:50 |
ade |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
22 Jan 2001 19:34:00 |
ade |
Release a few ports back into the wild that I don't have time to maintain any
more. |
17 Nov 2000 17:28:25 |
ade |
Update to 0.9.12 |
03 Nov 2000 20:49:23 |
ade |
Update to 0.9.8 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
03 Oct 2000 23:39:26 |
ade |
Assume maintainership (from ports).. it's a somewhat important dependency for
gnucash |
09 Aug 2000 17:55:09 |
cpiazza |
Update to 0.9.5 |
04 Aug 2000 02:05:14 |
ade |
Update for new shlib revision from guile 1.4 |
30 Jul 2000 00:47:59 |
jedgar |
Correct WWW |
15 Jul 2000 19:34:06 |
will |
freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info. |
10 Jul 2000 05:16:53 |
steve |
Adding g-wrap version 0.9.4. A tool for exporting C libraries into Scheme
interpreters. |