summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-05Remove gaim and related packages. The gaim project was renamed to pidgin,tnn24-859/+6
see the chat/pidgin* packages.
2008-03-05+ Like many other packages that pull in readline/buildlink3.mk, thejlam1-2/+4
extra LIBS+=-ltermcap was there solely for readline. Remove it since termcap.buildlink3.mk (pulled in via readine/buildlink3.mk) handles everything for us. Bump the PKGREVISION to 1. + Add full DESTDIR support.
2008-03-05The libgadu.la library makes no reference to ncurses or readline, sojlam1-3/+1
remove them from the buildlink3.mk file. The only part of ekg that uses ncurses and readline is the UI binary ekg itself.
2008-03-05Add full DESTDIR support.jlam4-13/+15
2008-03-05xbacklight was imported as x11/xbacklightobache1-5/+1
2008-03-05update to 8.62, fixes a buffer overflow (CVE-2008-0411)drochner3-8/+44
(it appearently doesn't fix the font embedding problems in PDF generation reported recently)
2008-03-05Updated mail/dovecot to 1.0.11, 1.0.12.ghen1-1/+3
2008-03-05Update to Dovecot 1.0.12.ghen2-6/+6
- Using mail_privileged_group with dotlock_use_excl=no worked, but it logged "access denied" errors.
2008-03-05+ Only remove -lcurses and -lncurses in BUILDLINK_TRANSFORM if thejlam2-33/+40
package does not use either curses or ncurses. We determine this by inspecting BUILDLINK_PACKAGES and looking for "curses" and "ncurses". + Because the above logic uses BUILDLINK_PACKAGES, the code must be moved from termcap.buildlink3.mk into termcap.builtin.mk where it is safe to inspect BUILDLINK_PACKAGES.
2008-03-05+ Drop ncurses dependency because it was only there for readline onjlam3-7/+23
Linux. The readline buildlink3.mk file now pulls in the correct dependencies on its own. + Actually tell the configure script to use the readline dependency. + Add patch-ac which fixes the declaration of readline() to match the readline.h header (it takes a const char * argument). + Add full DESTDIR support. Bump the PKGREVISION to 2.
2008-03-05If the TERMCAP_TYPE isn't "curses", then also remove "-lncurses" fromjlam1-1/+4
the command line so we don't find any system ncurses library. XXX This currently causes problems with packages using both termcap XXX (usually via readline) and curses. This will be fixed in time.
2008-03-04As of revision 1.2 of termcap.buildlink3.mk, "-ltermcap" is automaticallyjlam1-4/+2
transformed into the correct set of libraries, so we no longer need to override the configure script's check for which library has tgetent().
2008-03-04+ Remove -ltermcap from the Makefile and remove patch-ap. The onlyjlam3-17/+2
reason -ltermcap was added was for readline, but this is no longer necessary as plpftp (the only program which links against readline) is linked with libtool, and libtool will pull the necessary library dependencies from libreadline.la automatically. XXX Changes untested because this package no longer builds using GCC-4.x.
2008-03-04+ Turn BUILDNAME into a table so it's easier to read.jlam3-31/+30
+ Drop dependency on ncurses added in revision 1.38 of Makefile. In the PR cited (PR pkg/21887), the patch included in the PR only added a dependency on ncurses on Linux which I suspect is related to not having a termcap library on Linux. The commit incorrectly turned that conditional dependency into an unconditional one. We now include termcap.buildlink3.mk to note that this package needs the termcap t*() routines. Bump the PKGREVISION to 2.
2008-03-04Added x11/xbacklighttnn2-2/+5
2008-03-04Add xbacklight, bump version to 1.5.tnn1-2/+3
2008-03-04PR pkg/38156 Yorick Hardy: New package x11/xbacklight.tnn4-0/+37
(Some minor fixes from me) Xbacklight is used to adjust the backlight brightness where supported. It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. This is from the modular X.org X11 project. Because this is X.org, give Joerg maintainership. Give away if you wish.
2008-03-04+ solfege-3.10.2, ezmlm-idx-5.1.2 (6.x is unstable), claim netqmail-1.06.schmonz1-4/+4
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam12-69/+93
their files via a custom do-install target.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam45-275/+387
their files via a custom do-install target.
2008-03-04Restore catted man page lost in previous commit.schmonz1-1/+3
2008-03-04Accidentally missed from last commitsborrill1-2/+2
2008-03-04-sqlite3-3.5.6tnn1-2/+1
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam96-556/+826
their files via a custom do-install target.
2008-03-04Note update of Pidgin IM suite to 2.4.0.tnn1-1/+6
2008-03-04Version 2.4.0 (02/29/2008):tnn2-3/+5
* Color is used in the buddylist to indicate status, and the conversation window to indicate various message attributes. Look at the sample gntrc file in the man page for details. * The default keybinding for dump-screen is now M-D and uses a file request dialog. M-d will properly delete-forward-word, and M-f has been fixed to imitate readline's behavior. * New bindings alt+tab and alt+shift+tab to help navigating between the higlighted windows (details on the man page). * Recently signed on (or off) buddies blink in the buddy list. * New action 'Room List' in the action list can be used to get the list of available chat rooms for an online account. * The 'Grouping' plugin can be used for alternate grouping in the buddylist. The current options are 'Group Online/Offline' and 'No Group'. * Added a log viewer * Added the ability to block/unblock buddies - see the buddy context menu and the menu for the buddy list. * Fixed a bug preventing finch working on x86_64
2008-03-04Update master site, homepage.tnn1-3/+3
2008-03-04Catch up with pidgin.tnn2-13/+12
2008-03-04version 2.4.0 (02/29/2008):tnn2-3/+4
Pidgin: * Added the ability to theme conversation name colors (red and blue) through your GTK+ theme, and exposed those theme settings to the Pidgin GTK+ Theme Control plugin (Dustin Howett) * Fixed having multiple alias edit areas in the infopane (Elliott Sales de Andrade) * Save the conversation "Enable Logging" option per-contact (Moos Heintzen) * Typing notifications are now shown in the conversation area
2008-03-04version 2.4.0 (02/29/2008):tnn5-23/+11
libpurple: * Added support for offline messages for AIM accounts (thanks to Matthew Goldstein) * Fixed various problems with loss of status messages when going or returning from idle on MySpaceIM. * Eliminated unmaintained Howl backend implementation for the Bonjour protocol. Avahi (or Apple's Bonjour runtime on win32) is now required to use Bonjour. * Partial support for viewing ICQ status notes (Collin from ComBOTS GmbH). * Support for /notice on IRC. * Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.) * Support for retrieving full names and addresses from the address book on Yahoo! Japan (Yusuke Odate) * The AIM/ICQ server-side preference for "allow others to see me as idle" is no longer unconditionally set to "yes" even when your libpurple preference is "no." * Fix SSL certificate checks for renewed certificates * Fix the ability to set vCard buddy icons on Google Talk/XMPP * D-Bus fixes on 64bit * Fixed retrieval of buddy icons and setting of server-side aliases on Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N. Guillen) * Fixed an MSN bug that would leave you appearing offline when transferred to different server
2008-03-04fix typotnn1-2/+2
2008-03-04Patch around imap_header() dying with SIGABRT if recipient lists are toosborrill2-7/+147
long. Patch appended to PHP bug 42862, so the fix may be incorporated in later PHP releases and thus this patch can be reverted. http://bugs.php.net/bug.php?id=42862 Bump PKGREVISION of php-imap
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam40-263/+386
their files via a custom do-install target.
2008-03-04Remove lang/smalleiffel. This project has been superseded byjlam12-1032/+3
lang/SmartEiffel.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam5-21/+32
their files via a custom do-install target.
2008-03-04Correct pathname pkgsrc/local to pkgsrc/security.shannonjr2-5/+5
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam6-16/+29
their files via a custom do-install target.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam46-239/+360
their files via a custom do-install target.
2008-03-04Updated security/libtasn1 to 1.3wiz1-1/+2
2008-03-04Update to 1.3:wiz2-6/+7
Version 1.3 (released 2008-02-01) - Handle 'INTEGER { ... } (a..b)' regression. Revert parts of earlier fix. asn1Parser can now again parse src/pkix.asn1. The ASN1.c file was generated using Bison 2.3. - Move examples from src/ to new directory examples/. - Duplicate copy of divergated pkix.asn removed. - Merge unnecessary lib/defines.h into lib/int.h. - Configure no longer tries to use gcc -pipe. - Update gnulib files. - Fix mem leak in self-test. Version 1.2 (released 2007-12-10) - Update gnulib files. Version 1.1 (released 2007-08-31) - Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10. Version 1.0 (released 2007-08-31) - The self-tests, command line tools and build infrastructure have been re-licensed from GPLv2 to GPLv3. - Doc fixes. - Update gnulib files. Version 0.3.10 (released 2007-05-25) - Update gnulib files.
2008-03-04Updated x11/lablgtk to 2.10.1wiz1-1/+2
2008-03-04Update to 2.10.1:wiz2-6/+6
In lablgtk-2.10.1: 2008.02.26 [Jacques] * fix wrong type in GContainer.mli (could not compile with 3.10.2) 2007.12.01 [Jacques] * revert to setting LC_NUMERIC to C (ocaml still uses strtod) 2007.11.28 [Jacques] * Fix Val_GType/GType_val (use Val_addr/Addr_val) 2007.10.09 [Benjamin] * add ui_manager#as_ui_manager 2007.09.27 [Jacques] * Fix examples.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam10-24/+44
their files via a custom do-install target.
2008-03-04Updated x11/xf86-video-nv to 2.1.7wiz1-1/+2
2008-03-04Update to 2.1.7:wiz2-6/+6
Aaron Plattner (9): GeForce 8800 GT. G80: Reduce load detection false positives. Bug #7309: Delay after disabling cursor to avoid wedging the cursor hardware on GeForce 6150. G80Create{Dac,Sor} return pointers, not Bools. New chips. Fix more load detection false positives. Update know card list date and add G92 to the manpage. Fix warning. Bump to 2.1.7. Alan Coopersmith (1): xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency! Giuseppe Bilotta (2): Add macros to retrieve the subsystem vendor/device Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go Ian Romanick (1): Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
2008-03-04Updated devel/libbonobo to 2.20.4wiz1-1/+2
2008-03-04Update to 2.20.4:wiz3-7/+8
libbonobo 2.20.4 * Fix build on Solaris (Brian Cameron) * Fix potential situation hanging the entire desktop (Michael)
2008-03-04Rendezvous has been renamed to Bonjouradam1-3/+3
2008-03-04Updated textproc/intltool to 0.37.1wiz1-1/+2
2008-03-04Added databases/postgresql83 version 8.3.0adam1-1/+8