Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.17_5 07 Nov 2013 09:13:55 |
bapt |
2013-11-05 devel/ORBit: EOLed upstream for very long
2013-11-05 x11/gnome-libs: EOLed upstream for very long
Bye bye gnome1
Approved by: gnome(implicit) |
0.5.17_5 05 Oct 2013 13:31:29 |
bapt |
Deprecate gnome1 for real, it is EOLed for very long upstream now, it is
cluttering the infrastructure and ports tree.
It cost a lot in maintainance and improvement of the ports tree.
Approved by: gnome@ (implicit) |
0.5.17_5 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.5.17_5 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.5.17_5 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.5.17_5 29 Oct 2011 07:20:16 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
0.5.17_5 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 |
0.5.17_5 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.5.17_5 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.5.17_5 13 Mar 2011 17:17:31 |
mezz |
Doesn't require gmake.
Submitted by: naddy |
0.5.17_5 12 Mar 2011 17:23:49 |
mezz |
Fix the build with gmake-3.82. The upstream has forgotten to delete the
'@GT_YES@' in the popt/intl/Makefile.in as there is nothing in configure
to replace the 'popt/intl/Makefile.in'.
Reported by: pointyhat-exp with gmake 3.82 (linimon)
Tested with: ade's gmake 3.82 patch on devel/gmake only |
0.5.17_5 29 Nov 2010 00:29:30 |
marcus |
Fix the build now that -I- is obsolete. |
0.5.17_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.5.17_4 02 Feb 2009 01:36:16 |
araujo |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
0.5.17_4 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) |
0.5.17_3 02 Feb 2007 14:26:39 |
pav |
- Fix after objformat removal |
0.5.17_3 30 Jan 2007 03:31:47 |
kris |
Don't default to a.out ABI |
0.5.17_3 05 Nov 2006 02:51:19 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
0.5.17_3 16 May 2006 04:10:37 |
mezz |
Remove CONFLICTS with ORBacus; the devel/ORBacus was removed back in 2004. |
0.5.17_3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5.17_2 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
0.5.17_2 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. |
0.5.17_2 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 |
0.5.17_2 18 Mar 2004 13:47:05 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.5.17_2 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. |
0.5.17_2 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.5.17_1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.5.17_1 11 Oct 2003 04:37:23 |
marcus |
Add a CONFLICT on ORBacus.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.5.17_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.5.17 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.5.17 17 Aug 2003 04:11:50 |
marcus |
* Use INFO
* Use gnometarget |
0.5.17 16 Jun 2003 20:52:58 |
adamw |
Utilize USE_GNOME= pkgconfig. |
0.5.17 20 Apr 2003 02:56:27 |
marcus |
Remove USE_GNOMENG. |
0.5.17 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.5.17 20 Sep 2002 17:07:51 |
marcus |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
0.5.17 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
0.5.17 04 Jul 2002 17:19:38 |
sobomax |
Convert to USE_GNOMENG. |
0.5.17 07 Jun 2002 22:43:21 |
marcus |
Fix a patching problem.
PR: 39014 |
0.5.17 07 Jun 2002 19:42:22 |
sobomax |
Update to 0.5.17. |
0.5.16 28 May 2002 16:24:51 |
sobomax |
Update to 0.5.16. |
0.5.15_1 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
0.5.15 25 Mar 2002 20:14:01 |
sobomax |
Update to 0.5.15. |
0.5.14 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
12 Mar 2002 21:56:07 |
sobomax |
Update to 0.5.14. |
15 Feb 2002 19:01:49 |
sobomax |
Don't create compatibility symlinks, which might get in the way of the GNOME2.
|
29 Jan 2002 10:16:28 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
24 Jan 2002 15:04:27 |
sobomax |
Prevent libc from linking in explicitly. Bump PORTREVISION. |
22 Jan 2002 12:30:11 |
sobomax |
Add -I${PREFIX}/include into output of orbit-config script, because it's
necessary for ports in order to find libIDL includes. |
13 Jan 2002 12:51:14 |
sobomax |
Update to 0.5.13. |
20 Dec 2001 06:19:02 |
sobomax |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 |
sobomax |
Don't filter libc_r on 5-CURRENT. |
09 Nov 2001 16:28:10 |
sobomax |
Update to 0.5.12. |
31 Oct 2001 08:32:30 |
sobomax |
Don't link in libc - FreeBSD doesn't need this. |
30 Oct 2001 07:37:47 |
sobomax |
Correct PORTREVISION - in my last commit instead of updating it to 5 I've
erroneously decreased it to 2. |
29 Oct 2001 17:05:04 |
sobomax |
Huh, finally implement writev(2) wrapper that actually works. Boys, never ever
try to use writev(2) in a non-blocking mode, especially on sockets. Not only
this makes handling of EAGAIN rather weird, but in the case of sockets makes
your code subject of a ENOBUFS, which is absolutely unclear how to handle
properly. *sigh* |
29 Oct 2001 09:57:43 |
sobomax |
Undo the last commit. For not clear yet reasons it drives oaf crazy. |
29 Oct 2001 08:19:24 |
sobomax |
Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.
Instead of replacing writev(2) with loop based on write(2), test system limit
on the number of vectors writev(2) accepts and split call to writev(2) to
several calls in such a way that number of vectors in each call doesn't exceed
this limit (aka UIO_MAXIOV). Bump PORTREVISION. |
26 Oct 2001 14:06:01 |
sobomax |
Fix a rather weird incompatibility between ORBit and FreeBSD. It appears that
FreeBSD's writev(2) implementation is rather unreliable when large number of
vectors is submitted - it returns EINVAL despite the fact that all arguments
are pretty valid. This caused serious problems with GNOME's oaf and prevented
Nautilus from working properly. The problem disappeared when I've replaced
writev(2) call with appropriate loop based around ordinary write(2). Perhaps
this should be investigated and the real source of the problem fixed instead,
but I do not have a time for this right now. For those who interested I'm
ready to provide a step-by step instruction on how to reproduce the bug. |
22 Oct 2001 09:30:39 |
sobomax |
Replace call to `glib-config' in libIDL-config script with the actual name of
the script on FreeBSD (glib12-config). |
09 Oct 2001 08:30:47 |
sobomax |
Update to 0.5.10. |
23 May 2001 01:49:13 |
ade |
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 to
make transitioning to GNOME/GTK+/GLIB a little easier. |
14 May 2001 22:57:45 |
ade |
Update t0 0.5.8 |
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.
|
04 May 2001 22:39:58 |
ade |
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates. |
31 Jan 2001 15:56:16 |
ade |
Update to 0.5.7 |
22 Dec 2000 02:20:24 |
ade |
Update to 0.5.6 |
01 Dec 2000 21:20:12 |
ade |
Update to 0.5.5 |
12 Oct 2000 19:37:34 |
ade |
Update to 0.5.4 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
05 Oct 2000 07:23:01 |
reg |
Implement USE_GLIB. |
03 Oct 2000 02:40:00 |
reg |
Darn. Forgot a bit of this patch... Actaully install orbitrc. |
03 Oct 2000 02:33:37 |
reg |
Install orbitrc.default, and treat it as a real configuration file. |
15 Sep 2000 16:20:14 |
ade |
Address a potential security issue by forcibly telling ORBit not to listen on
any network (IPv4 or IPv6) sockets, if and only if the user hasn't already
installed a ${PREFIX}/etc/orbitrc file (the default, and most likely case) |
04 Aug 2000 02:15:48 |
ade |
Update to 0.5.3 |
05 Jul 2000 19:27:50 |
sobomax |
Update to 0.5.2. Also make sure that installed libintl is respected. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 |
sobomax |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:12:51 |
sobomax |
Second round of INSTALL_SHLIBS=yes fixes. |