aboutsummaryrefslogtreecommitdiff
path: root/mail/gbuffy
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-3/+5
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* - Switch devel/libPropList to USES=libtool, drop .la filesDmitry Marakasov2014-08-191-1/+1
| | | | | | | | - Bump dependent ports as .so version has changed - Strip libraries Notes: svn path=/head/; revision=365409
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Add staging supportPawel Pekala2014-06-011-4/+8
| | | | | | | | - Remove leading article from COMMENT - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=356140
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-041-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172158
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12Pav Lucistnik2005-05-311-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=136491
* - SIZE'ifyKirill Ponomarev2004-02-081-0/+1
| | | | | | | | PR: ports/62500 Submitted by: Olivier Tharan <olive@oban.frmug.org> (maintainer) Notes: svn path=/head/; revision=100400
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update GBuffy to version 0.2.6. Thanks to chuck odonnell for the reminder.James E. Housley2003-11-092-3/+3
| | | | | | | | PR: 58689 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93536
* PR: 45711Foxfair Hu2003-03-273-67/+3
| | | | | | | | | Submitted by: Olivier Tharan <olive@oban.frmug.org> Approved by: MAINTAINER Upgrade to 0.2.4, and switch MAINTAINERship. Notes: svn path=/head/; revision=77541
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Update email addressKevin Lo2001-07-151-2/+2
| | | | | | | | PR: 28987 Submitted by: MAINTAINER Notes: svn path=/head/; revision=45147
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Implement USE_GTK, part 2.Jeremy Lea2000-10-051-8/+3
| | | | Notes: svn path=/head/; revision=33425
* This port depends on the faces port as well.Steve Price2000-07-161-1/+2
| | | | | | | | PR: 19952 Submitted by: maintainer Notes: svn path=/head/; revision=30710
* Fix X-Face handling w/ IMAP.Alexander Langer2000-07-161-0/+64
| | | | | | | | PR: 19955 Submitted by: maintainer Notes: svn path=/head/; revision=30693
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-011-1/+1
| | | | Notes: svn path=/head/; revision=29057
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* Use the updated libproplist shared libraryChris Piazza1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=22217
* A GTK+ multiple mailbox "biff" programDan Moschuk1999-10-035-0/+45
PR: ports/14092 Submitted by: Rasmus Kaj <kaj@raditex.se> Notes: svn path=/head/; revision=22147