aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Scoreboard/distinfo
blob: e900f2fbefd071d21d3af6bac73e59beeddfb9c1 (plain) (blame)
1
MD5 (Apache-Scoreboard-0.10.tar.gz) = 2b267c55caded61c0ef765a45d9cdf2f
='switch'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
Commit message (Collapse)AuthorAgeFilesLines
* - Add header in these *-reference ports.mezz2006-06-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
* Correct a potential symbol conflict between the xdgmime functions in gtk+marcus2006-05-312-1/+26
| | | | | | and those in gnome-vfs. This problem would manifest itself by screwing up MIME types for various files, and causing GTK+ filtered file choosers not to display contents correctly.
* - Update to 2.8.18ahze2006-05-272-7/+6
|
* Add USE_GETTEXT to appease portlint.mezz2006-05-161-0/+1
|
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* - Add gtk20-reference.jylefort2006-05-101-3/+20
| | | | - Add manpages which are not related to programming to the gtk20 port.
* Update to 2.8.17.marcus2006-04-083-4/+12
|
* Update to 2.8.16.marcus2006-03-162-4/+4
|
* Update to 2.8.15.marcus2006-03-154-17/+16
|
* Conversion to a single libtool environment.ade2006-02-232-1/+56
| | | | Approved by: portmgr (kris)
* Add WITHOUT_DEBUG to support more standard flag, same behavior as withmezz2006-02-211-3/+3
| | | | | | WITH_DEBUG=no. Submitted by: "Babak Farrokhi" <babak@farrokhi.net>
* - Update to 2.8.12ahze2006-02-122-4/+4
|
* Update to 2.8.11bland2006-01-283-4/+8
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-28/+28
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Update to 2.8.10ahze2006-01-122-4/+4
|
* Update to 2.8.9.marcus2005-12-102-4/+4
|
* Update to 2.8.8.marcus2005-11-293-23/+4
|
* We no longer need to touch the icon-theme.cache now that gnome-icon-thememarcus2005-11-212-4/+1
| | | | does the right thing.
* Reliably detect if icon-theme.cache is uptodate, by checking the mtimejylefort2005-11-202-1/+50
| | | | of all the files in a theme directory.
* * Use X11BASE rather than PREFIX or %D to search for iconsmarcus2005-11-192-3/+7
| | | | | | | * Make sure ${X11BASE}/share/icons/hicolor/icon-theme.cache exists by touching it. Otherwise, the cache file would not appear until icons were actually installed, and this was breaking some port builds on pointyhat.
* - Fix build on FreeBSD 4.Xpav2005-11-161-0/+18
| | | | | PR: ports/89139 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
* Update to 2.8.7.marcus2005-11-162-4/+4
|
* Fix the file chooser in gtk-demo.jylefort2005-11-081-0/+5
|
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-058-99/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Unbreak 4-STABLE build (gcc 2.95.x does not know anything about SSE2).bland2005-09-031-1/+2
|
* There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or elsemezz2005-09-031-1/+12
| | | | | | | | | is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014 for detail. Reported by: Panagiotis Astithas <past@ebs.gr> Reviewed by: marcus
* Update to 2.6.10.marcus2005-08-282-3/+3
|
* Re-add drop shadow patch distinfo after recent update.marcus2005-08-021-0/+2
| | | | | | PR: 84469 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: portmgr (implicit)
* Update to 2.6.9.marcus2005-08-023-5/+7
|
* Add -g in CFLAGS and STRIP= #empty when use WITH_DEBUG knob.mezz2005-07-181-0/+2
| | | | | Requested by: jylefort Reviewed by: jylefort and marcus in #freebsd-gnome (freenode)
* - Update to 2.6.8ahze2005-06-163-3/+5
| | | | Release Notes: http://mail.gnome.org/archives/gnome-announce-list/2005-June/msg00023.html
* Add a few brief comments about what it means to set WITH_DEBUG to variousadamw2005-04-131-0/+6
| | | | | values. It's likely inaccurate information, so please improve on it if you can.
* Update to 2.6.7.marcus2005-04-132-3/+3
|
* - Add WITH_DEBUG knob that has the following turnables [no|minimum|yes]ahze2005-04-131-0/+20
| | | | Default is minimum per gtk.
* - Update to 2.6.6ahze2005-04-113-45/+3
| | | | | | | From Release: This is a bug fix release and is source and binary compatible with 2.6.0. The main reason for this quick release is to fix problems with stock images in GTK+ 2.6.5.
* Fix missing icons bug (bug #169870).bland2005-04-102-0/+42
| | | | Thanks to: Adam McLaurin <freebsd@irotas.net>
* - Update to 2.6.5bland2005-04-093-7/+6
| | | | - Sort plist.
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-1211-102/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!
* Remove another non-system locale directory.kris2004-12-231-0/+2
|
* Update a link in MASTER_SITES for 2.3 -> 2.4.mezz2004-12-201-1/+1
|
* Don't remove system locale directories (not listed in the relevantkris2004-12-201-2/+0
| | | | | | | BSD.*.dist), but do remove locale directories that are not listed there. Moreover, don't try to unconditionally @dirrm these directories since they're shared with other ports and are likely to still be in use.
* Clean up the pkg-plist voodoo:mezz2004-12-202-7/+11
| | | | | | | | | | | | | | - Create an empty lib/gtk-2.0/${GTK_VERSION}/engines directory for gtk theme engine ports. - Correct the removal of directories: lib/gtk-2.0/${GTK_VERSION}/[loaders,immodules,engines] lib/gtk-2.0/${GTK_VERSION} lib/gtk-2.0 Bump PORTREVISION. Reviewed by: marcus Reported by: pointyhat via kris
* Correct the removal of the ${PREFIX}/lib/gtk-2.0/modules directory.marcus2004-12-201-1/+1
| | | | Reported by: pointyhat via kris
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-0/+20
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Create an empty lib/gtk-2.0/modules directory to be used by other ports.marcus2004-12-132-0/+6
|
* Update to 2.4.14bland2004-12-033-3/+5
|
* This port really need gmake.marcus2004-11-121-0/+1
|
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-084-104/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
* Fix recent XPM buffer overflows as described atmarcus2004-09-172-0/+101
| | | | | | | http://www.vuxml.org/freebsd/3d1e9267-073f-11d9-b45d-000c41e2cdad.html. Obtained from: GTK+ CVS Approved by: portmgr (implicit)
* Update to 2.4.9. This is just a quick fix release that prettyadamw2004-08-263-14/+3
| | | | much duplicates the configure patch that marcus committed.
* Update to 2.4.8.marcus2004-08-264-3/+16
|
* mirror.ac.uk -> mirrorservice.orgvs2004-08-191-1/+1
| | | | | | PR: ports/69481 Submitted by: Tim Bishop, Dejan Lesjak Approved by: maintainers
* Update to 2.4.7 which has the fix for the FileSelector bug as well asmarcus2004-08-153-73/+3
| | | | a potential crash when trying to get a user's home directory.
* Fix a bug in GtkFileChooser which prevent files to be opened.bland2004-08-152-0/+70
| | | | Obtained from: GNOME Bugzilla (#150099)
* Update to 2.4.6bland2004-08-143-4/+5
|
* Use new libtool scheme.mezz2004-08-092-52/+1
|
* Sync the MIME search directories from gnome-vfs. This fixes somemarcus2004-08-052-1/+2
| | | | prioritization issues with custom MIME types.
* Update to 2.4.4bland2004-07-102-4/+3
|
* Add support for a mime database in ${X11BASE} as well as ${LOCALBASE}.marcus2004-06-262-1/+14
| | | | Requested by: pav
* Sort plist.bland2004-06-121-13/+13
|
* Update to 2.4.3.marcus2004-06-12