Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2_4 28 May 2006 19:50:56 |
mezz |
x11/gnomelibs -> x11/gnome-libs
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for japanese/gnomelibs, chase the rename.
PR: ports/97985
Repocopy by: marcus |
1.4.2_4 16 May 2006 05:32:39 |
mezz |
portlint:
-Use DOCSDIR in plist. |
1.4.2_4 15 May 2006 22:23:04 |
mezz |
Add USE_GETTEXT to appease portlint. |
1.4.2_4 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
1.4.2_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.2_3 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.4.2_3 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.4.2_3 26 Nov 2004 06:01:34 |
marcus |
Do not change permissions and group ownership of the share/gnome/games
directory. Leave that up to gnomehier. |
1.4.2_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 |
1.4.2_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. |
1.4.2_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.4.2_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.4.2_1 17 Nov 2003 12:03:17 |
trevor |
USE_REINPLACE must be defined before REINPLACE_CMD may be used. |
1.4.2_1 12 Jun 2003 09:46:10 |
adamw |
Remove REINPLACE commands that were rolled into gnomehack. |
1.4.2_1 20 Apr 2003 19:47:49 |
marcus |
Remove USE_GNOMENG. |
1.4.2_1 07 Mar 2003 06:36:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.4.2_1 01 Dec 2002 00:57:58 |
kris |
Protect target with .if target(...) ... .endif for targets that are
redefined by a slave port. |
1.4.2_1 14 Oct 2002 02:06:35 |
marcus |
Fix build on -CURRENT. |
1.4.2_1 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. |
1.4.2_1 24 Aug 2002 08:24:21 |
marcus |
Fix a problem with word selection in gnome-terminal. Bump PORTREVISION. |
1.4.2 22 Aug 2002 05:49:26 |
marcus |
Update to 1.4.2. |
1.4.1.7_1 16 Jul 2002 08:08:49 |
sobomax |
Fix patch, so that it actually applies. |
1.4.1.7_1 16 Jul 2002 04:36:50 |
marcus |
Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.
PR: 40125
Submitted by: sf
Pointy hat to: marcus |
1.4.1.7 11 Jul 2002 17:16:11 |
sobomax |
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org.
Discussed with: marcus
Reviewed by: marcus |
1.4.1.7 24 May 2002 03:26:43 |
marcus |
Update to 1.4.1.7. |
1.4.1.6_1 01 May 2002 20:23:04 |
sobomax |
- Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs. |
1.4.1.6_1 30 Apr 2002 23:20:30 |
sobomax |
Hack for better hier(7) conformance - install libart documentation into
${PREFIX}/share/doc. |
1.4.1.6 30 Apr 2002 19:21:54 |
marcus |
Clean up the plists some.
* "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound
between both GNOME 1.4 and GNOME 2.0.
* Remove some @dirrm's from gtm that were already in dependency ports. |
1.4.1.6 29 Apr 2002 17:05:43 |
sobomax |
Update to 1.4.1.6. |
1.4.1.5 07 Apr 2002 16:41:26 |
marcus |
Fix installation is gtk-doc is also installed.
Note, since it seems like a number of ports are broken when gtk-doc is
also installed, I wonder if adding --disable-gtk-doc to all their
CONFIGURE_ARGS isn't a bad idea.
Reviewed by: sobomax
Approved by: sobomax |
1.4.1.5 06 Apr 2002 17:31:17 |
sobomax |
Update to 1.4.1.5. |
08 Feb 2002 02:03:14 |
sobomax |
Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.
|
28 Jan 2002 17:07:12 |
sobomax |
Update to 1.4.1.4. |
15 Jan 2002 16:12:51 |
sobomax |
Update to 1.4.1.3. |
15 Dec 2001 06:22:28 |
sobomax |
Fix a null pointer dereferencing bug in gtk-xmhtml library observed when
browsing evolution documentation. Bump PORTREVISION. |
09 Oct 2001 08:40:18 |
sobomax |
Some of the GNOME components now install their include files into
${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make
gnome-config return appropriate cpp(1) flags necessary to find those headers.
Bump PORTREVISION accordingly. |
12 Sep 2001 16:39:01 |
knu |
Allow japanese/gnomelibs to add LIB_DEPENDS: |
11 Sep 2001 15:40:33 |
sobomax |
Update to 1.4.1.2. |
22 Aug 2001 19:06:37 |
sobomax |
Update to 1.4.1.1. |
14 Aug 2001 19:41:16 |
sobomax |
Unbroke on alpha. |
31 May 2001 17:02:54 |
ade |
Add textproc/libxml as an explicit dependency, as well as the implicit
dependency through textproc/scrollkeeper. Something strange is going on here,
and this is a reasonable temporary fix. |
22 May 2001 04:58:17 |
ade |
Remove empty patchfile that got left around sometime. |
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.
|
07 May 2001 12:26:27 |
ade |
Missed patch from the update causing an mtree failure. |
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. |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
05 Feb 2001 16:18:54 |
olgeni |
Style fixes for ports/x11. |
25 Jan 2001 17:00:26 |
ade |
It's another day. Update to 1.2.11 |
25 Jan 2001 02:38:01 |
ade |
Another day. Another GNOME release. 1.2.10 here |
24 Jan 2001 16:03:49 |
ade |
Allow CATEGORIES to be overriden by the respective japanese/* ports (and
others, should they ever be born) |
24 Jan 2001 05:25:53 |
ade |
*sigh* missed a relatvely important patch, at least from a packaging PoV Bump
PORTREVISION accordingly. |
24 Jan 2001 05:07:20 |
ade |
Update to 1.2.9 -- bring in a few pieces of documentation here which slightly
change a few other ports. |
17 Nov 2000 16:23:09 |
ade |
Conditionally set MAINTAINER, so that the japanese slave ports DTRT |
02 Nov 2000 16:23:17 |
sobomax |
Let the Ade deal with this. |
01 Nov 2000 15:44:50 |
sobomax |
Bump PORTREVISION as a result of my previous commit (sound fix). |
01 Nov 2000 14:21:46 |
sobomax |
Make sound working again. |
24 Oct 2000 17:42:26 |
ade |
Update to 1.2.8 |
18 Oct 2000 23:23:53 |
ade |
Update to 1.2.7 |
17 Oct 2000 19:51:54 |
ade |
Update to 1.2.6 |
13 Oct 2000 16:33:20 |
ade |
Update to 1.2.5 |
08 Oct 2000 07:56:00 |
asami |
Convert category x11 to new layout. |
05 Oct 2000 07:57:56 |
reg |
Implement WANT_IMLIB and USE_IMLIB. |
25 Sep 2000 22:40:20 |
ade |
Remove scsh from "known shells".. it's not an interactive shell. |
25 Sep 2000 22:01:48 |
ade |
Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/local |
16 Sep 2000 19:24:39 |
ade |
Add fix for GNOME forcibly trying to set the locale to en_US under certain
circumstances. |
04 Aug 2000 17:11:37 |
ade |
Re-sobomize to use pre-patch instead of post-extract |
04 Aug 2000 02:19:21 |
ade |
Extensive patchfile cleanups using sobomax's wonderful post-extract rule |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
09 Jul 2000 19:55:39 |
ade |
Fix typos |
06 Jul 2000 16:31:57 |
ade |
Update to 1.2.4 |
21 Jun 2000 18:39:46 |
ade |
Update to 1.2.3 |
20 Jun 2000 21:31:20 |
ade |
Update to 1.2.2 |
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 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
01 Jun 2000 17:10:38 |
ade |
Say hello to GNOME 1.2 audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0
devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9
games/gnomegames 1.2.0 graphics/imlib 1.9.8.1
misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0
sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8
x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 |