summaryrefslogtreecommitdiffstats
path: root/devel/libglade2
Commit message (Collapse)AuthorAgeFilesLines
* - Eat tacos.pav2005-11-231-2/+0
| | | | This was a workaround for a merging script in the repository far far away.
* - Add SHA256 checksumspav2005-11-231-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* - Let libglade2 handle lib/libglade directories instead of gnomehierpav2005-03-132-1/+7
|
* Restore WITHOUT_PYTHON knob.bland2005-03-122-6/+18
|
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-124-24/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* Update to 2.4.2.adamw2005-02-112-4/+3
|
* Respect WITHOUT_PYTHON knob.bland2004-12-172-6/+18
| | | | Noticed by: dougb
* I misread a configure variable. Correct the path to the XML catalog.marcus2004-11-291-3/+3
|
* Update to 2.4.1.marcus2004-11-294-31/+9
|
* - Bump portrevision to ease upgrading to new GNOMEpav2004-11-081-0/+1
| | | | Forgotten by: marcus, it seems
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 2.4.0.marcus2004-05-174-13/+14
|
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-056-41/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.perky2003-11-041-2/+2
|
* Convert to new GNOME infrastructure.marcus2003-04-221-4/+1
|
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Attempt to remove ${PREFIX}/share/xml if it exists and is empty.marcus2003-02-161-0/+1
| | | | Reported by: bento
* Update to GNOME 2.2.marcus2003-02-072-6/+4
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Remove share/xml if it exists and is empty.marcus2003-01-131-0/+1
| | | | Reported by: bento
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-201-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Update to 2.0.1.marcus2002-08-292-3/+3
|
* Use USE_REINPLACE.sobomax2002-07-111-2/+3
|
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-06-301-1/+1
|
* Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1
|
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-151-1/+1
|
* Update to the latest GNOME 2 snapshot. This will be done it two parts.marcus2002-06-113-4/+3
| | | | | This first part is the GNOME 2 API. The next part will contain the desktop components.
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-281-1/+1
|
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-192-3/+3
|
* Update to GNOME 2.0 RC2.marcus2002-05-121-1/+1
|
* Update to GNOME 2.0 RC 1.marcus2002-05-022-3/+3
|
* Use GNOME2 beta4 download location for all GNOME2 ports.sobomax2002-04-261-1/+1
|
* Add patch necessary for USE_LIBTOOL.sobomax2002-04-261-0/+13
|
* Use USE_LIBTOOL.sobomax2002-04-262-46/+1
|
* Update to GNOME 2.0 beta3.marcus2002-04-063-10/+7
| | | | Approved by: sobomax
* Bring up already ported portion on GNOME2 development platform on par withsobomax2002-03-113-4/+6
| | | | GNOME2 beta2 release.
* Update all components of the GNOME 2.0 to the versions included into GNOMEsobomax2002-02-273-4/+6
| | | | 2.0-beta release.
* Update to 1.99.6 after a repo-copy from ports/devel/libglade.sobomax2002-02-147-108/+84
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-191-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Revert previous commit, it is not possible to change the packageasami2001-09-152-1/+4
| | | | | name at this point. The offending change has been in the tree for only four days, so hopefully this won't cause too much trouble.
* Back out previous commit.asami2001-09-151-1/+0
|
* I swear that I had committed that, but somehow it got lost:sobomax2001-09-152-1/+2
| | | | | | | Add include/glade symlink into pkg-plist, so that package will be generated properly. Submitted by: asami
OpenPOWER on IntegriCloud