non port: x11/gnomelibs/Makefile |
Number of commits found: 62 |
Sunday, 28 May 2006
|
19:50 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
 |
Monday, 15 May 2006
|
22:23 mezz
Add USE_GETTEXT to appease portlint.
 |
Saturday, 13 May 2006
|
05:00 edwin
Remove USE_REINPLACE from categories starting with X
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 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.
 |
Friday, 26 Nov 2004
|
06:01 marcus
Do not change permissions and group ownership of the share/gnome/games
directory. Leave that up to gnomehier.
 |
Friday, 9 Jul 2004
|
17:43 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
 |
Sunday, 14 Mar 2004
|
06:17 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.
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Monday, 17 Nov 2003
|
12:03 trevor
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
 |
Thursday, 12 Jun 2003
|
09:46 adamw
Remove REINPLACE commands that were rolled into gnomehack.
 |
Sunday, 20 Apr 2003
|
19:47 marcus
Remove USE_GNOMENG.
 |
Friday, 7 Mar 2003
|
06:36 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Sunday, 1 Dec 2002
|
00:57 kris
Protect target with .if target(...) ... .endif for targets that are
redefined by a slave port.
 |
Friday, 20 Sep 2002
|
17:07 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.
 |
Saturday, 24 Aug 2002
|
08:24 marcus
Fix a problem with word selection in gnome-terminal. Bump PORTREVISION.
 |
Thursday, 22 Aug 2002
|
05:49 marcus
Update to 1.4.2.
 |
Tuesday, 16 Jul 2002
|
04:36 marcus
Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.
PR: 40125
Submitted by: sf
Pointy hat to: marcus
 |
Thursday, 11 Jul 2002
|
17:16 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
 |
Friday, 24 May 2002
|
03:26 marcus
Update to 1.4.1.7.
 |
Tuesday, 30 Apr 2002
|
23:20 sobomax
Hack for better hier(7) conformance - install libart documentation into
${PREFIX}/share/doc.
 |
Monday, 29 Apr 2002
|
17:05 sobomax
Update to 1.4.1.6.
 |
Sunday, 7 Apr 2002
|
16:41 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
 |
Saturday, 6 Apr 2002
|
17:31 sobomax
Update to 1.4.1.5.
 |
Friday, 8 Feb 2002
|
02:03 sobomax
Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.
 |
Monday, 28 Jan 2002
|
17:07 sobomax
Update to 1.4.1.4.
 |
Tuesday, 15 Jan 2002
|
16:12 sobomax
Update to 1.4.1.3.
 |
Saturday, 15 Dec 2001
|
06:22 sobomax
Fix a null pointer dereferencing bug in gtk-xmhtml library observed when
browsing evolution documentation. Bump PORTREVISION.
 |
Tuesday, 9 Oct 2001
|
08:40 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.
 |
Wednesday, 12 Sep 2001
|
16:39 knu
Allow japanese/gnomelibs to add LIB_DEPENDS:
 |
Tuesday, 11 Sep 2001
|
15:40 sobomax
Update to 1.4.1.2.
 |
Wednesday, 22 Aug 2001
|
19:06 sobomax
Update to 1.4.1.1.
 |
Tuesday, 14 Aug 2001
|
19:41 sobomax
Unbroke on alpha.
 |
Thursday, 31 May 2001
|
17:02 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.
 |
Friday, 11 May 2001
|
17:36 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.
 |
Monday, 7 May 2001
|
12:26 ade
Missed patch from the update causing an mtree failure.
 |
Friday, 4 May 2001
|
22:39 ade
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates.
 |
Thursday, 29 Mar 2001
|
16:35 sobomax
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
 |
Monday, 5 Feb 2001
|
16:18 olgeni
Style fixes for ports/x11.
 |
Thursday, 25 Jan 2001
|
17:00 ade
It's another day. Update to 1.2.11
 |
02:38 ade
Another day. Another GNOME release. 1.2.10 here
 |
Wednesday, 24 Jan 2001
|
16:03 ade
Allow CATEGORIES to be overriden by the respective japanese/* ports (and
others, should they ever be born)
 |
05:25 ade
*sigh* missed a relatvely important patch, at least from a packaging PoV Bump
PORTREVISION accordingly.
 |
05:07 ade
Update to 1.2.9 -- bring in a few pieces of documentation here which slightly
change a few other ports.
 |
Friday, 17 Nov 2000
|
16:23 ade
Conditionally set MAINTAINER, so that the japanese slave ports DTRT
 |
Wednesday, 1 Nov 2000
|
15:44 sobomax
Bump PORTREVISION as a result of my previous commit (sound fix).
 |
Tuesday, 24 Oct 2000
|
17:42 ade
Update to 1.2.8
 |
Wednesday, 18 Oct 2000
|
23:23 ade
Update to 1.2.7
 |
Tuesday, 17 Oct 2000
|
19:51 ade
Update to 1.2.6
 |
Friday, 13 Oct 2000
|
16:33 ade
Update to 1.2.5
 |
Thursday, 5 Oct 2000
|
07:57 reg
Implement WANT_IMLIB and USE_IMLIB.
 |
Monday, 25 Sep 2000
|
22:01 ade
Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/local
 |
Saturday, 16 Sep 2000
|
19:24 ade
Add fix for GNOME forcibly trying to set the locale to en_US under certain
circumstances.
 |
Friday, 4 Aug 2000
|
17:11 ade
Re-sobomize to use pre-patch instead of post-extract
 |
02:19 ade
Extensive patchfile cleanups using sobomax's wonderful post-extract rule
 |
Thursday, 3 Aug 2000
|
10:28 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.
 |
Thursday, 6 Jul 2000
|
16:31 ade
Update to 1.2.4
 |
Wednesday, 21 Jun 2000
|
18:39 ade
Update to 1.2.3
 |
Tuesday, 20 Jun 2000
|
21:31 ade
Update to 1.2.2
 |
Friday, 16 Jun 2000
|
22:52 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.)
 |
11:38 sobomax
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
 |
Thursday, 1 Jun 2000
|
17:10 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
 |
Number of commits found: 62 |