summaryrefslogtreecommitdiff
path: root/net/bug-buddy
AgeCommit message (Collapse)AuthorFilesLines
2005-10-14Update to 2.12.1:jmmv4-22/+24
2.12.1 ("iParty 7") * Fixes: - Remove duplicate entries from app list (Matthias Clasen) 2.12.0 ("My fatal fate") * New and updated translations: - Jordi Mallach (ca) - Rhys Jones (cy) - Yair Hershkovitz (he) - Gabor Kelemen (hu) - Žygimantas Beručka (lt) - Michiel Sikkes (nl) - Leonid Kanter (ru) 2.11.92 ("") * New and updated translations: - Miloslav Trmac (cs) - Kostas Papadimas (el) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Priit Laes (et) - Ilkka Tuohela (fi) - Ankit Patel (gu) - Yair Hershkovitz (he) - Gabor Kelemen (hu) - Takeshi AIHANA (ja) - Kjartan Maraas (nb) - Kapil Timilsina (ne) - Kjartan Maraas (no) - Gnome PL Team (pl) - Afonso Celso Medina (pt_BR) - Duarte Loreto (pt) - Dan Damian (ro) - Marcel Telka (sk) - Laurent Dhima (sq) - Theppitak Karoonboonyanan (th) - Baris Cicek (tr) - Maxim Dziumanenko (uk) - Clytie Siddall (vi) - Wang Jian (zh_CN) - Woodman Tuen (zh_TW) * New ukrainian translation (Maxim Dziumanenko) 2.11.1 ("Que fort") * Fixes; - Fix gcc4 compiler warnings (Kjartan Maraas) * Impovements; - Ported to GtkAboutDialog (Kjartan Maraas) - Port to GtkComboBox (Michael Gossard) - Sort frequently reported bugs list (Michael Gossard) - Add support for LSB distributions 2.11.0 * Update to the new menu api (Mark McLaughlin) * Fix a crash on startup (Olav Vitters) * Translation updates
2005-10-12Bump PKGREVISION due to some dependency changes related to the recent updatejmmv1-1/+2
of gnome-base to 2.12.1.
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.10.0:jmmv4-9/+25
2.10.0 ("La movida") * Translations: - Some translations updates 2.9.92 ("Magical Fenix") * Translations: - Lot of translations updates - New Ukrainian translation of the documentation by Maxim V. Dziumanenko <mvd@mylinux.com.ua> 2.9.91 ("Hänsel und Gretel") * Fixes: - Port to the new libmenu API to get the list of available applications. - Fix the applets loading. 2.9.3 ("Wild Rose") * Translations: - Updated Italian, Chinese, Swedish, Estonian and German translations. 2.9.2 ("Tres Jotas") * Fixes: - Use the command line option --include-file to include a file - Skip the product/component pages if the application is passed on the command line (also show its name in the intro page) * Improvements: - Added a kill command line argument for killing that pid after the bug report is sent (this is useful for calling bud-buddy inside your application when a non-segfaulf crash occurs, like in python code or scheme, etc...)
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv3-67/+13
2.8.0 ("Chicote") * Fixes: - Disable build of outdated documentation translations - Fix core file MIME handling - Open documentation in the right section (Shaun McCance) * Improvements: - Update documentation (Shaun McCance) * Translations: - More final updates 2.7.92 ("Ojos verdes) * Translations: - Some final updates 2.7.91 ("budyboop") * Translations: - Updated Albanian translation (Laurent Dhima) - Updated Swedish translation (Christian Rose) - Updated az translation (Mətin Əmirov) - Added Bosnian translation (Kenan Hadžiavdić) - Updated Malay translation (Hasbullah Bin Pit) - Updated Russian translation (Leonid Kanter) - Updated Simplified Chinese translation (Funda Wang) - Updated Ukrainian translation (Maxim Dziumanenko) - Updated Catalan translation (Jordi Mallach) - Updated Finnish translation (Sami Pesonen) - Updated Basque translation (Iñaki Larrañaga) - Updated Korean translation (Changwoo Ryu) - Updated Albanian translation (Laurent Dhima) - Updated Portuguese translation (Duarte Loreto) - Updated Hindi translation (Guntupalli Karunakar) - Updated Brazilian Portuguese translation (Estêvão Samuel Procópio) - Updated Danish translation (Ole Laursen) - Updated Bulgarian translation (Rostislav Raykov) - Updated German translation (Christian Neumair) - Updated Serbian translation (Danilo Å egan) - Updated Hungarian translation (Andras Timar) - Updated Tamil Translation (Dinesh Nadarajah) - Updated Japanese translation (Takeshi AIHANA) 2.7.0 ("Lully") * Fixes: - Fix some strings after the freeze (#136191, #140053) - Add scroll bar to description bug text box. * Improvements: - Code clean up by Simon Frankau: * Use buddy_error for error dialogs * Removed unused variables * Fix memmory leaks in gdb code * state machine rearranged
2004-04-16Update to 2.6.1:jmmv3-6/+19
* Fixes: - add scroll bar to description bug text box if needed (bug #137540). * Translations: - Updated Russian translation (Leonid Kanter) - Updated Basque translation (Iñaki Larrañaga) - Added Icelandic translation (Helgi Þormar Þorbjörnsson) - Updated Indonesian translation (Mohammad DAMT) - Added Gujurati translation (Guntupalli Karunakar) - Updated Hungarian translation (Andras Timar)
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 2.6.0. Changes since the previous stable branch (2.4.x):jmmv3-14/+70
2.6.0 ("Almodóvar did it again!") * Fixes: - Fix a compiler error (bug #135625) * Translations: - Updated Brasilian translation (Gustavo Noronha Silva) - Updated Bengali translation (Khandakar Mujahidul Islam) - Added Punjabi translation (Jaswinder Singh Phulewala) - Updated Welsh translation (Telsa Gwynne) - Added British translation (Gareth Owen) 2.5.92 ("We are the champions") * Fixes: - Update to application/x-core MIME type - Disable Back button when debugging is the first page * Improvements: - Update translated docs (Glynn Foster) - 2.5.90 ("I love it when a plan comes together") * Fixes; - Fix a crash when going back from the email page. Thanks to Simon Frankau for fixing this (bug #126449) - Fix a crash when checking versions twice (bug #134167) - Load product list after failing guessing. * Improvements: - Kill the confirmation dialog - Set the FileChooser in save mode for saving bug reports 2.5.3 ("No name release") * Fixes: - Fix Application cooment (Vincent Untz) - Some build fixes (Jason Leach, Alexander Winston, Vincent Berger) - Fix typos in schemas * Improvements: - If GNOME version is older than 6 months suggest upgrading - Use GtkFileChooser in entries 2.5.2 ("Franco Corelli") * Fixes: - Preserve bug description - Don't hardcode FileChooser size - Don't add closed products * Improvements: - Report Irix, Fedora and Gentoo "distributions" - Show only Applications we can submit bugs to bugzilla (Bug #129138) - Use a radio button to switch between Applications/Porducts view - Add application/product name to component page (Bug #128349) - Ported to gtk_icon_theme_* - Add translators to about dialog - Port configuration to GConf 2.5.1 ("Mi mamá prefiere GNOME") * Fixes: - Load again component list * Improvements: - Use GtkFileChooser in the non-glade stuff (Jan Arne Petersen) 2.5.0 ("He tardado 10 minutos en atarme las botas") * Fixes: - Fix some mem leaks (Kjartan Maraas, bug #125396) - Disable deprecations (Sivaiah N) - Fix crash when trying to debug a non-found program (Vincent Untz, bug #115147) * Improvements: - Don't show up to three windows at a time (Vincent Untz, bug #110817)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-16Explicitly include pkgconfig's bl3 file to fix build and use pkgsrc intltool.jmmv1-1/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme1-13/+13
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-06Update to 2.4.2:jmmv2-6/+5
* Preserve bug description. * Fix an ugly crash. * Translations: Greek and Hindi.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-16update to 2.4.1.1recht3-6/+17
Patch provided by Min Sik Kim in PR 23772 Changes since 2.4.0: - Not disable deprecations by default. - Fix a crash when debugging a program not in the path. Fix #115147
2003-12-14Update to 2.4.0xtraeme3-9/+23
Many bugfixes were solved. Review Changelog to see a full list of changes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-5/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-02Initial import of bug-buddy-2.2.0, a graphical GNOME2 bug reporting toolrh4-0/+105