aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-12-03 02:17:46 +0800
committerdinoex <dinoex@FreeBSD.org>2011-12-03 02:17:46 +0800
commitcdf0c3b9869c54e8a9edfaca4f8e7b8e709fa265 (patch)
tree776fd59ebd18dd0bd8f04da9fdd38a5d889a9349
parent560c5699c1d306d1b0a15861ba344b398161e4a7 (diff)
downloadfreebsd-ports-gnome-cdf0c3b9869c54e8a9edfaca4f8e7b8e709fa265.tar.gz
freebsd-ports-gnome-cdf0c3b9869c54e8a9edfaca4f8e7b8e709fa265.tar.zst
freebsd-ports-gnome-cdf0c3b9869c54e8a9edfaca4f8e7b8e709fa265.zip
- fix build with clang by disabling optimisation
Feature safe: yes
-rw-r--r--graphics/xv/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 1ada7d3aad68..dcc646e89fd5 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -65,4 +65,11 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/docs/gif* ${DOCSDIR}
.endif
+
+.if defined(CC) && ${CC} == "clang"
+# Optimizer crashes with
+# Assertion failed: (isPtrIV == IndVar->getType()->isPointerTy() && "IndVar type must match IVInit type")
+CFLAGS:= ${CFLAGS:S/-O2//g}
+.endif
+
.include <bsd.port.mk>
instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1 * Update to 1.5.0. See http://gaim.sourceforge.net/ChangeLog for the list ofmarcus2005-08-284-127/+4 * * Fix http://secunia.com/advisories/16379/ [1]marcus2005-08-112-0/+124 * Update to Gaim 1.4.0. See http://gaim.sourceforge.net/ChangeLog formarcus2005-07-093-3/+4 * Update Gaim to 1.3.1 and chase all dependent ports.marcus2005-06-113-4/+4 * Restore a patch to remove -ldl from the NSPR libs. Even though patchmarcus2005-05-122-0/+16 * * Update to 1.3.0 which fixes security and other bugs. Seemarcus2005-05-125-30/+23 * Update to 1.2.1. See http://gaim.sourceforge.net/ChangeLog for all themarcus2005-04-064-31/+5 * Disable GnuTLS support by default. Default crypto support will be providedmarcus2005-04-041-2/+2 * Convert Gaim to use OPTIONS.marcus2005-04-031-36/+33 * Fix the build on 4.X.marcus2005-03-211-0/+26 * Update to 1.2.0. ChangeLog is available atmarcus2005-03-202-4/+3 * Chase the evolution-data-server API change.marcus2005-03-122-11/+15 * Update to 1.1.4. See http://gaim.sourceforge.net/ChangeLog for the listmarcus2005-02-262-4/+3 * Don't create the perllocal.pod file. This ifx is adapted from bsd.port.mkmarcus2005-02-212-0/+11 * Update to 1.1.3. See http://gaim.sourceforge.net/ChangeLog for a listmarcus2005-02-192-3/+3 * Forced commit to note the 1.1.2 update wasmarcus2005-01-251-1/+1 * Update to 1.1.2. See http://gaim.sourceforge.net/ChangeLog for a list ofmarcus2005-01-252-3/+3 * Update to 1.1.1. See http://gaim.sourceforge.net/ChangeLog for the listmarcus2004-12-303-3/+8 * Update to 1.1.0. Seemarcus2004-12-054-19/+7 * - Fix build on 4.xpav2004-11-141-0/+16 * * Update to 1.0.3 [1]marcus2004-11-134-16/+13 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Update to 1.0.2. This is mainly a bug-fix release for MSN users.marcus2004-10-212-3/+3 * Update to 1.0.1. See http://gaim.sourceforge.net/ChangeLog for a listmarcus2004-10-123-3/+5 * Update to 0.82.1. For a list of what's changed since 0.81, seemarcus2004-08-305-81/+8 * Fix the remotely exploitable buffer overflows in the MSN protocol.marcus2004-08-132-2/+46 * The MSN component of gaim contains remotely exploitable buffernectar2004-08-131-0/+2 * Update to 0.81. For a list of what's changed, seemarcus2004-08-094-7/+37 * Update to 0.80. For a list of what's changed, seemarcus2004-07-205-58/+7 * Update to 0.79. See http://gaim.sourceforge.net/ChangeLog for the usual listmarcus2004-06-276-49/+75 * Do not escape HTML messages in ICQ if the message beings with <HTML>. Thismarcus2004-06-092-0/+12 * Add optional SILC (Secure Internet Live Conference) support to Gaim.marcus2004-06-033-0/+22 * Update to 0.78. The list of changes can be found at:marcus2004-05-3112-324/+85 * Fix a potential crash when sending the MSN BYE command.marcus2004-05-122-1/+46 * Fix the rich text copy/paste problem. Basically, text from any rich textmarcus2004-05-052-2/+31 * Update the COMMENT and pkg-descr to reflect modern-day Gaim.marcus2004-05-032-10/+20 * Update to 0.77. For a list of all the goodies see:marcus2004-04-297-99/+144 * The last commit lost previously applied security fixes. Again.nectar2004-04-072-0/+95 * Update to 0.76. For a list of what's new and exciting, see:marcus2004-04-059-517/+126 * Fix gaim's name resolution on 64-bit platforms.marcus2004-03-262-20/+24 * SIZEifymarcus2004-03-191-0/+1 * The Perl module was broken in gaim since perl.h defined STATIC whichmarcus2004-02-282-1/+21 * The last commit lost previously applied security fixes. Back it out,nectar2004-02-102-140/+256 * Fix the recent connectivity problems with Yahoo!.marcus2004-02-082-250/+140 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * Correct a regression introduced in the previous security fix thatnectar2004-01-292-8/+9 * Patch almost a dozen vulnerabilities, seenectar2004-01-264-4/+426 * Fix a regression in the upgrade to gaim 0.75: sscanf() was called withnectar2004-01-142-0/+29 * Revert last night's distinfo commit. They rerolled the distfile again, andmarcus2004-01-121-1/+1 * Looks like 0.75 was respun. The differences are superficial. The NEWS filemarcus2004-01-112-3/+2 * Update to 0.75.marcus2004-01-115-54/+13 * Re-enable NSS as the default SSL implementation.marcus2003-12-181-8/+3 * Remove the OpenSSL plug-in. The gaim authors do not feel OpenSSL ismarcus2003-12-183-23/+3 * Update to 0.74.marcus2003-12-044-3/+56 * Update to 0.73. The new OpenSSL patch was provided bymarcus2003-11-223-3/+4 * Update to 0.72.marcus2003-11-023-5/+5 * Don't be such a cruel master to my slaves.marcus2003-11-011-3/+5 * * Document two more options available in the Makefilemarcus2003-10-242-21/+4 * Add optional (default to ON) SSL support built on OpenSSL. All the other SSLmarcus2003-10-213-7/+28 * Fix Perl installation.marcus2003-10-142-7/+8 * *Sigh* let's try this again. Link all of gaim to ${PTHREAD_LIBS} to ensuremarcus2003-10-131-3/+3 * Fix a linking bug with NSS support.marcus2003-10-131-2/+3 * Enable NSS encryption support by default so that packages can be built withmarcus2003-10-121-4/+4 * Warn the user that MSN will not work unless they specify either WITH_GNUTLSmarcus2003-10-111-0/+4 * Add a missing dependency on startup-notification.marcus2003-10-111-0/+3 * * Update to 0.71 [1]marcus2003-10-115-38/+60 * Do not make the Japanese character support the default since it crashesmarcus2003-10-081-1/+4 * Fix crash in IP address formatting code for buddy tooltip.bland2003-10-022-0/+20 * Update to 0.70 which fixes the Yahoo! login problem.marcus2003-09-303-9/+8 * * Add optional GnuTLS supportmarcus2003-09-272-6/+36 * Add Japanese character support.marcus2003-09-272-0/+6 * Update to 0.69 which fixes, among other things, the recent Yahoo! problems.marcus2003-09-264-22/+56 * Add a missing @dirrm.marcus2003-09-031-1/+2 * * Update to 0.68 [1]marcus2003-09-034-6/+34 * Fix sending pre-edit characters after hitting Enter. This mainly affectsmarcus2003-08-262-0/+31 * Update to 0.67.marcus2003-08-155-40/+6 * Fix a bug where certain IRC users will not be removed from the buddy listmarcus2003-08-132-0/+25 * Update to 0.66. This fixes many of the connection problems people weremarcus2003-07-194-16/+5 * Fix build with Perl 5.005_03.marcus2003-07-181-0/+13 * Update to 0.65.marcus2003-07-176-20/+84 * Update the MSN crash patch to add some more sanity checks.marcus2003-07-072-5/+5 * Patch file disappeared from ${PATCH_SITES}, so make it available fromanders2003-07-061-1/+1 * Add a patch to fix MSN crashes.marcus2003-06-202-0/+6 * Update to 0.64.marcus2003-06-013-2/+3 * Update to 0.63.marcus2003-05-194-40/+5 * Add two missing files to the plist.marcus2003-04-262-0/+3 * Update to 0.62.marcus2003-04-254-25/+4 * s/diable/disable/marcus2003-04-111-1/+1 * Update to 0.61.marcus2003-04-113-3/+7 * Fix the accelerator keys (i.e. Ctl+Q, Ctl+I, etc.). This bug has beenmarcus2003-04-092-1/+23 * Add I18N conversion to IRC topic messages.marcus2003-04-082-0/+36 * Add a missing dependency on audiofile.marcus2003-04-061-1/+2 * Gaim no longer needs WANT_GNOME.marcus2003-04-061-1/+0 * Update to 0.60. Note, this is now a GTK+-2 application.marcus2003-04-068-260/+227 * Update to 0.59.9.marcus2003-03-032-3/+2 * De-pkg-comment.marcus2003-02-262-1/+1 * Add standard termination strings and correct the message conversion betweenmarcus2003-01-162-0/+13 * Update to 0.59.8.marcus2003-01-113-23/+2 * Fix the problem where users were unable to sign on to Yahoo, or weremarcus2003-01-072-0/+21 * Update to 0.59.7.marcus2003-01-023-52/+2 * Fix a segfault in the Yahoo protocol that can occur when a user receivesmarcus2002-11-242-0/+50 * Update to 0.59.6.marcus2002-11-093-20/+2 * Fix the plist in the case where esound support is built without libpanelmarcus2002-10-212-11/+13 * Fix the icon installation. Bump PORTREVISION.marcus2002-10-203-6/+6 * Fix a segfault on sign on when no ~/.gtkrc file exists. This has beenmarcus2002-10-182-0/+18 * Update to 0.59.5.marcus2002-10-173-15/+2 * Fix a segfault in the Yahoo! module.marcus2002-10-132-1/+13 * Make esound support optional.marcus2002-10-121-1/+13 * Update to 0.59.4.marcus2002-10-122-2/+2 * Update the pkg-descr and include the new Sourceforge URL.marcus2002-09-161-3/+4 * Update to 0.59.3. This fixes a problem when logging into Yahoo! as well asmarcus2002-09-162-2/+2 * Update to 0.59.2.marcus2002-09-144-144/+61 * * Update to 0.59.1marcus2002-08-285-81/+108 * Fix a packaging error when applet support is not available.marcus2002-07-291-3/+4 * Fix plist.marcus2002-07-121-2/+1 * * Implement USE_GNOMENGmarcus2002-07-121-14/+7 * Update to 0.59.marcus2002-06-265-36/+97 * Update to 0.58.marcus2002-05-155-90/+35 * Update to 0.57.marcus2002-04-275-31/+15 * Update to 0.56.marcus2002-04-164-34/+94 * Change my ports to use my FreeBSD.org address.marcus2002-04-061