aboutsummaryrefslogtreecommitdiff
path: root/devel/liboil
Commit message (Collapse)AuthorAgeFilesLines
* - Strip libraryDmitry Marakasov2015-02-181-0/+1
| | | | Notes: svn path=/head/; revision=379301
* devel/liboil: correction, powerpc is fine, it's broken on powerpc64John Marino2014-11-151-1/+1
| | | | | | | | Reported by: danfe@ PR: 194468 Notes: svn path=/head/; revision=372597
* devel/liboil: mark broken on powerpcJohn Marino2014-11-141-0/+2
| | | | | | | PR: 194468 Notes: svn path=/head/; revision=372558
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371546
* - Clarify LICENSEDmitry Marakasov2014-09-102-4/+4
| | | | | | | - Drop .la files, no dependees require them Notes: svn path=/head/; revision=367863
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-5/+4
| | | | Notes: svn path=/head/; revision=346819
* Fix build with clang on amd64.Tijl Coosemans2013-10-241-0/+11
| | | | Notes: svn path=/head/; revision=331504
* - Remove -fheinous-gnu-extensions. No longer needed. [1]Tijl Coosemans2013-10-191-13/+2
| | | | | | | | | | - Remove substitutions that have no effect. PR: ports/181504 [1] Submitted by: nork [1] Notes: svn path=/head/; revision=330858
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Returning maintainership on my multimedia ports to ports@freebsd.orgMartin Matuska2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327750
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Fix with clang is cc is clang, remove the now useless USE_GCC=anyBaptiste Daroussin2013-09-041-2/+2
| | | | Notes: svn path=/head/; revision=326333
* Eradicate USE_GNOME=pkgconfig from develBaptiste Daroussin2013-09-021-6/+3
| | | | | | | | | | While here: USE_GMAKE->USES=gmake USE_GNOME=gnomehack->USES=pathfix USE_PERL5*->USES=perl5 Notes: svn path=/head/; revision=325945
* Fix build with clang.Martin Matuska2012-10-231-15/+3
| | | | | | | | | PR: ports/164190 Submitted by: Yuri Pankov Feature safe: yes Notes: svn path=/head/; revision=306326
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+3
| | | | Notes: svn path=/head/; revision=271527
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 0.3.17Martin Matuska2010-03-092-5/+5
| | | | | | | | | | | - Take maintainership - liboil stopped development and remains in maintenance mode only - project outdated and replaced with ORC (The Oil Runtime Compiler) http://code.entropywave.com/projects/orc/ Notes: svn path=/head/; revision=250759
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.3.16Dmitry Marakasov2009-05-062-4/+4
| | | | | | | | PR: 133947 Submitted by: Paul <onemda at gmail dot com> Notes: svn path=/head/; revision=233275
* Fix non-PIC calls in assembly for PowerPC. While here, defineMarcel Moolenaar2009-03-302-0/+79
| | | | | | | | | symbols as functions and give them a correct size. Ok'd: gerald (thanks!) Notes: svn path=/head/; revision=231283
* Bump USE_GCC=4.1+ to USE_GCC=4.2+.Gerald Pfeifer2009-01-061-1/+1
| | | | | | | Approved by: ahze (via multimedia@FreeBSD.org) Notes: svn path=/head/; revision=225338
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-9/+0
| | | | Notes: svn path=/head/; revision=225293
* Update to 0.3.15Michael Johnson2008-07-262-4/+4
| | | | Notes: svn path=/head/; revision=217536
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-243-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Use gcc 4.1+ instead of 4.0 when WITH_3DNOW_GCC40 is defined since it's not ↵Michael Johnson2008-02-051-1/+1
| | | | | | | | | | supported anymore. PR: ports/119969 Submitted by: Tsurutani Naoki Notes: svn path=/head/; revision=206745
* - Fix INDEXRong-En Fan2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200786
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-2/+2
| | | | Notes: svn path=/head/; revision=200770
* Don't give the 3dnow gcc 4.0+ option on OSVERSION < 700042 since it includes ↵Michael Johnson2007-10-031-3/+2
| | | | | | | gcc 4.2. Notes: svn path=/head/; revision=200710
* Makes CFLAGS neater (no repetative -O*)Jeremy Messenger2007-08-161-1/+1
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=197813
* Update to 0.3.12Michael Johnson2007-06-052-4/+4
| | | | Notes: svn path=/head/; revision=192856
* Update to 0.3.11.Joe Marcus Clarke2007-03-243-25/+4
| | | | Notes: svn path=/head/; revision=188214
* * Disable SSE2 support since it is buggy and can cause crashes inJoe Marcus Clarke2007-01-092-1/+22
| | | | | | | | | | gstreamer applications * Add gnometarget Approved by: ahze Notes: svn path=/head/; revision=181877
* Fix depends on gcc34 on 5.x unless WITH_3DNOW_GCC40 is defined then itMichael Johnson2006-11-191-3/+9
| | | | | | | | | will depend on gcc40+ Reported by: pav Notes: svn path=/head/; revision=177635
* - Update to 0.3.10Michael Johnson2006-11-192-10/+21
| | | | | | | - Add a knob that enables 3dnow extensions (requires gcc40+) Notes: svn path=/head/; revision=177591
* - Don't depend on glib since only the examples use glibMichael Johnson2006-10-311-4/+5
| | | | Notes: svn path=/head/; revision=175598
* Add a RUN_DEPENDS on gcc34 (yuck!) for 5.X since liboil links to libgcc_s.soJoe Marcus Clarke2006-07-061-0/+2
| | | | | | | | which is not installed by the base gcc for some reason. Without this fix binaries that link to liboil would fail to load. Notes: svn path=/head/; revision=167043
* - Don't force gcc3.4 on 4.x, gcc 2.95 in base works just fine.Michael Johnson2006-06-121-1/+1
| | | | Notes: svn path=/head/; revision=165209
* - Force use of gcc34 on 5.x to fix build due to a bug in the base gcc version.Michael Johnson2006-06-121-0/+8
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=165202
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Update to 0.3.9Michael Johnson2006-06-074-130/+6
| | | | | | | Spotted on: portscout Notes: svn path=/head/; revision=164660
* - Update to 0.3.8Michael Johnson2006-05-174-46/+50
| | | | | | | - Adopt port Notes: svn path=/head/; revision=162686
* Don't require gcc 3.4, since liboil in fact builds quite happily with olderMichael Nottebrock2006-05-011-1/+0
| | | | | | | compilers, too. Notes: svn path=/head/; revision=161089
* - Update to 0.3.6Michael Johnson2006-04-293-8/+10
| | | | Notes: svn path=/head/; revision=160852
* Reset kwm due to no response about email.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159522
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141