deischen2009-09-27 14:53:42 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
Allow this to build with libdjbfft installed. This only modifies
the port Makefile, no content change at all.
Feature safe: yes
Revision ChangesPath
1.4
lioux 2009-03-26 02:51:53 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
Mark MAKE_JOBS_SAFE for SMP compilation
Revision ChangesPath
1.44 +1 -0 ports/multimedia/ogle/Makefile
___
lioux 2009-03-26 02:49:51 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
Pet portlint(1): remove contiguous blank lines
Revision ChangesPath
1.43 +0 -1 ports/multimedia/ogle/Makefile
lioux 2008-09-30 15:19:15 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
o Use /dev/acd0 instead of /dev/acd0c as the default DVD device.
o Bump PORTREVISION.
Submitted by: Andriy Gapon <[EMAIL PROTECTED]>
Revision ChangesPath
lioux 2006-12-15 01:32:28 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile pkg-plist
Log:
o uphold portlint(1):
* Remove extraneous whitespaces
* Use DATADIR macro
PR: 97253
Submitted by: Alexander Botero-Lowry <[EMAIL PROT
lioux 2006-12-15 01:13:18 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
o Rollback: depend on audio/liba52 instead of audio/liba52-devel
which broke too many installations
o Bump PORTREVISION
Revision ChangesPath
1.32 +6
lioux 2005-12-12 18:57:01 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
o Use recently added audio/liba52-devel port instead of audio/liba52
one. The development version provides better performance and
improved AC3 handling.
o Bump PO
lioux 2005-11-28 22:56:51 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
multimedia/ogle/files extra-patch-include:ogle_endian.h
Log:
o If ${OSVERSION} >= 50 use bswap16(9)/bswap32(9) instead
of be16toh(9)/be32toh(9).
o Bump PORTREVISI
lioux 2005-11-18 20:30:28 UTC
FreeBSD ports repository
Modified files:
multimedia/ogle Makefile
Log:
o Properly set default dvd device based on OSVERSION unless one is
picked by the user via WITH_DVD_DEVICE
o Bump PORTREVISION
PR: 88539
Submitted b