dnl GNOME_COMPILE_WARNINGS dnl Turn on many useful compiler warnings dnl For now, only works on GCC AC_DEFUN([GNOME_COMPILE_WARNINGS],[ AC_ARG_ENABLE(compile-warnings, [ --enable-compile-warnings=[no/minimum/yes] Turn on compiler warnings.],,enable_compile_warnings=minimum) AC_MSG_CHECKING(what warning flags to pass to the C compiler) warnCFLAGS= if test "x$GCC" != xyes; then enable_compile_warnings=no fi if test "x$enable_compile_warnings" != "xno"; then if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-Wall[\ \ ]*) ;; *) warnCFLAGS="-Wall -Wno-unused" ;; esac ## -W is not all that useful. And it cannot be controlled ## with individual -Wno-xxx flags, unlike -Wall if test "x$enable_compile_warnings" = "xyes"; then warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" fi fi fi AC_MSG_RESULT($warnCFLAGS) AC_ARG_ENABLE(iso-c, [ --enable-iso-c Try to warn if code is not ISO C ],, enable_iso_c=no) AC_MSG_CHECKING(what language compliance flags to pass to the C compiler) complCFLAGS= if test "x$enable_iso_c" != "xno"; then if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;; *) complCFLAGS="$complCFLAGS -ansi" ;; esac case " $CFLAGS " in *[\ \ ]-pedantic[\ \ ]*) ;; *) complCFLAGS="$complCFLAGS -pedantic" ;; esac fi fi AC_MSG_RESULT($complCFLAGS) if test "x$cflags_set" != "xyes"; then CFLAGS="$CFLAGS $warnCFLAGS $complCFLAGS" cflags_set=yes AC_SUBST(cflags_set) fi ]) dnl For C++, do basically the same thing. AC_DEFUN([GNOME_CXX_WARNINGS],[ AC_ARG_ENABLE(cxx-warnings, [ --enable-cxx-warnings=[no/minimum/yes] Turn on compiler warnings.],,enable_cxx_warnings=minimum) AC_MSG_CHECKING(what warning flags to pass to the C++ compiler) warnCXXFLAGS= if test "x$GCC" != xyes; then enable_compile_warnings=no fi if test "x$enable_cxx_warnings" != "xno"; then if test "x$GCC" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-Wall[\ \ ]*) ;; *) warnCXXFLAGS="-Wall -Wno-unused" ;; esac ## -W is not all that useful. And it cannot be controlled ## with individual -Wno-xxx flags, unlike -Wall if test "x$enable_cxx_warnings" = "xyes"; then warnCXXFLAGS="$warnCXXFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wshadow -Woverloaded-virtual" fi fi fi AC_MSG_RESULT($warnCXXFLAGS) AC_ARG_ENABLE(iso-cxx, [ --enable-iso-cxx Try to warn if code is not ISO C++ ],, enable_iso_cxx=no) AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler) complCXXFLAGS= if test "x$enable_iso_cxx" != "xno"; then if test "x$GCC" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;; *) complCXXFLAGS="$complCXXFLAGS -ansi" ;; esac case " $CXXFLAGS " in *[\ \ ]-pedantic[\ \ ]*) ;; *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;; esac fi fi AC_MSG_RESULT($complCXXFLAGS) if test "x$cxxflags_set" != "xyes"; then CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS" cxxflags_set=yes AC_SUBST(cxxflags_set) fi ]) 5.4'>dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libpurple
Commit message (Expand)AuthorAgeFilesLines
* Update pidgin to 2.3.1, and chase the shared lib version bump. Seemarcus2007-12-135-28/+10
* Update to 2.2.2. See http://developer.pidgin.im/wiki/ChangeLog for allmarcus2007-10-293-6/+6
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-51/+19
* Update to 2.2.1. See http://developer.pidgin.im/wiki/ChangeLog for amarcus2007-10-013-5/+10
* Update to 2.2.0. See http://pidgin.im/ChangeLog for the list of changesmarcus2007-09-183-6/+16
* Update to 2.1.1.marcus2007-08-223-4/+11
* Fix finch build on 5.X on 64-bit platforms. Basically, rely on ourmarcus2007-08-162-0/+22
* Restore DESTDIR backout.marcus2007-08-051-1/+1
* Update to 2.1.0.marcus2007-08-053-8/+8
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-1/+1
* * Update to 2.0.2marcus2007-06-172-8/+8
* Fix plist when building with SILC support.marcus2007-06-141-2/+2
* Fix the plist in the non-D-BUS case.marcus2007-06-031-1/+1
* libpurple does not conflict with Gaim.marcus2007-05-301-2/+0
* Update to 2.0.1.marcus2007-05-282-5/+5
* Update to the long-awaited 2.0.0. This has come a long way since Gaimmarcus2007-05-253-17/+6
* - Welcome X.org 7.2 \o/.flz2007-05-202-3/+1
* Correct an NSS initialization error that was causing crashes with certainmarcus2007-05-042-1/+12
* Add libpurple after a repocopy from net-im/libgaim. Libpurple is the renamedmarcus2007-05-035-244/+241
* - Fix breakage after 602107 which includes ncursesw in the baserafan2007-04-071-1/+1
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-191-3/+3
* Fix the path to python in gaim-url-handler.marcus2007-03-111-2/+3
* Fix net-im/gaim-consoleui-devel build after ncursesw in base. It triesrafan2007-03-091-0/+4
* Chase the avahi-core shared lib version.marcus2007-02-111-2/+2
* Fix the Gaim D-BUS service name so that D-BUS-enabled apps can startmarcus2007-02-092-1/+8
* Fix the Gaim D-BUS service so that it points to the correct locationmarcus2007-02-041-2/+2
* Fix SILC support.marcus2007-01-221-3/+5
* Teach gaim-remote how to find python in the PATH.marcus2007-01-221-1/+3
* There is no longer any audiofile requirement. The GTK+ frontend tomarcus2007-01-211-9/+1
* Update to 2.0.0 Beta 6. This release fixes a bunch of crashes, some UImarcus2007-01-203-6/+24
* * Correct D-BUS dependency check to match OPTIONSmarcus2007-01-171-2/+2
* - Chase security/gnutls updatenovel2007-01-021-1/+1
* Add some gstreamer plugin dependencies to gaim-devel so that audio willmarcus2006-11-291-1/+1
* Update to 2.0.0.b5. A lot of bugs have been fixed in this latest beta.marcus2006-11-113-5/+6
* Mark IGNORE on 4.X. It does not build, and it will not be supported.marcus2006-11-051-0/+4
* Add libgaim 2.0.0.b4 after a repo-copy from net-im/gaim-devel. libgaimmarcus2006-10-314-429/+154
* Add gaim-devel, a port of the Gaim 2.0 Beta. There are still many problemsmarcus2006-10-144-0/+761
* Remove recently added net-im/gaim-devel port since marcus@ (gaim's maintainer)garga2006-08-276-710/+0