non port: databases/gnomedb/Makefile |
SVNWeb
|
Number of commits found: 35 |
Sun, 28 May 2006
|
[ 02:53 mezz ] (Only the first 10 of 12 ports in this commit are shown above. )
databases/gnomedb -> databases/gnome-db
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.
PR: ports/97985
Repocopy by: marcus
|
Tue, 16 May 2006
|
[ 03:56 mezz ]
portlint:
-Use DOCSDIR in plist.
-Add INSTALLS_OMF, bump the PORTREVISION.
|
Mon, 15 May 2006
|
[ 22:23 mezz ] (Only the first 10 of 62 ports in this commit are shown above. )
Add USE_GETTEXT to appease portlint.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 24 Sep 2003
|
[ 14:30 bland ]
Fix -pthread issue on -CURRENT
Reported by: Tom Parquette <tparquet@twcny.rr.com>
|
Thu, 12 Jun 2003
|
[ 09:46 adamw ] (Only the first 10 of 119 ports in this commit are shown above. )
Remove REINPLACE commands that were rolled into gnomehack.
|
Fri, 18 Apr 2003
|
[ 21:19 marcus ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Fri, 7 Mar 2003
|
[ 05:58 ade ] (Only the first 10 of 116 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 20 Sep 2002
|
[ 17:07 marcus ] (Only the first 10 of 151 ports in this commit are shown above. )
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.
|
Thu, 11 Jul 2002
|
[ 17:16 sobomax ] (Only the first 10 of 63 ports in this commit are shown above. )
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
|
Wed, 1 May 2002
|
[ 20:23 sobomax ] (Only the first 10 of 30 ports in this commit are shown above. )
- Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
|
Wed, 24 Apr 2002
|
[ 15:50 marcus ]
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.
PR: 36401
Reported by: many
Approved by: sobomax
|
Mon, 4 Mar 2002
|
[ 09:16 sobomax ]
Update to 0.2.96.
|
Mon, 11 Feb 2002
|
[ 20:31 sobomax ]
Yet again unbroke gnomedb-fe on -current by supplying -pthread flag during
linking phase. Investigation is still underway, but it seems that we still
need -pthread on 5-CURRENT in some cases (see recent thread on -hackers). Bump
PORTREVISION.
|
Fri, 25 Jan 2002
|
[ 20:54 sobomax ]
Update to 0.2.95.
|
Wed, 23 Jan 2002
|
[ 15:22 sobomax ]
Update to 0.2.94.
|
Mon, 14 Jan 2002
|
[ 19:03 sobomax ]
Don't explicitly link libc in. This fixes gnomedb-fe (Gnomedb Fronend) crash.
Bump PORTREVISION.
|
Sat, 1 Dec 2001
|
[ 08:21 sobomax ]
Update checksums because distfiles were rerolled without version bump. Since
there were some non-witespace changes bump PORTREVISIONs.
|
Wed, 21 Nov 2001
|
[ 11:26 sobomax ]
Update checksum - the distfile has been rerolled without version bump. Since
there are significant differencies between old and new version bump
PORTREVISION.
|
Tue, 23 Oct 2001
|
[ 14:30 sobomax ]
Update to 0.2.93.
|
Mon, 20 Aug 2001
|
[ 16:59 sobomax ]
Chase distfile update w/o version bump.
|
[ 09:59 sobomax ]
OOPS, I donno what I was smoking - there was no checksum update, so revert
PORTREVISION bump.
|
[ 09:57 sobomax ]
Chase checksum update and bump PORTREVISION.
|
Tue, 14 Aug 2001
|
[ 10:57 sobomax ]
<GNOME release management just sucks> Another day, another bumpless distinfo
update. </GNOME release management just sucks>
|
Mon, 13 Aug 2001
|
[ 10:34 sobomax ]
Update checksum. The distfile has been reroled without version bump. Bump
PORTREVISION.
|
Mon, 6 Aug 2001
|
[ 11:58 sobomax ]
Update to 0.2.90.
|
Fri, 3 Aug 2001
|
[ 07:48 sobomax ]
Move `@dirrm share/gnome/apps/Applications' from gnomecore to gnomedb, because
this directory is actually created by gnomedb.
|
Thu, 26 Jul 2001
|
[ 15:13 sobomax ]
- Add number of missed files into pkg-plist; - remove useless USE_LIBTOOL; -
hack port to install files properly into GNOME tree.
|
Tue, 19 Jun 2001
|
[ 09:12 ade ]
Add gnome-db 0.2.10, a GNOME front-end to libgda, and a whole load more.
|
Number of commits found: 35 |