aboutsummaryrefslogtreecommitdiff
path: root/devel/liboil
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 0.3.5.Koop Mast2005-11-055-26/+5
| | | | | | | Change WWW to http://liboil.freedesktop.org now that its hosted there. Notes: svn path=/head/; revision=147380
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.3.3.Koop Mast2005-10-215-13/+31
| | | | | | | Fix build on 4.x by using gcc 3.4. Notes: svn path=/head/; revision=146007
* Update to 0.3.2.Koop Mast2005-05-264-4/+120
| | | | | | | | | Add patch for cpu instruction detection [1]. Submitted by: [1] bland (earlier version) Notes: svn path=/head/; revision=136197
* BROKEN on 4.x: Does not compileKris Kennaway2005-04-101-1/+7
| | | | Notes: svn path=/head/; revision=132964
* Update to 0.3.1.Koop Mast2005-03-205-20/+35
| | | | | | | Submitted by: anholt Notes: svn path=/head/; revision=131734
* Remove gnomeprefix. It doesn't has any use.Koop Mast2005-03-171-1/+1
| | | | | | | Submitted by: pointyhat via kris^Hon Notes: svn path=/head/; revision=131488
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* This patch is not needed.Koop Mast2004-11-281-13/+0
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=122709
* Add liboil a library of simple functions that are optimized for various CPUs.Koop Mast2004-11-287-0/+100
These functions are generally loops implementing simple algorithmes. Grab maintainer-ship PR: 74361 Submitted by: ijliao Approved by: pav (mentor) Notes: svn path=/head/; revision=122680