Changeset 79156
- Timestamp:
- 06/03/11 09:11:33 (4 years ago)
- Location:
- trunk/dports/x11/xorg-server-devel
- Files:
-
- 16 added
- 5 deleted
- 1 edited
-
Portfile (modified) (4 diffs)
-
files/0001-DIX-Set-backgroundState-correctly-for-root-window.patch (added)
-
files/0001-Send-events-that-were-missing-from-RRSelectInput.patch (deleted)
-
files/0002-XQuartz-GLX-Create-a-new-dispatch-table-rather-than-.patch (added)
-
files/0002-randr-check-rotated-virtual-size-limits-correctly.patch (deleted)
-
files/0003-XQuartz-Move-lXplugin-to-LDFLAGS-from-LDADD.patch (added)
-
files/0004-XQuartz-Add-a-semicolon-after-DEBUG_LOG.patch (added)
-
files/0005-XQuartz-ASL-Update-logging-to-support-differnet-leve.patch (added)
-
files/0006-XQuartz-ASL-Use-xpr-subsystem-for-logging-xpr-messag.patch (added)
-
files/0007-XQuartz-ASL-Use-GLXAqua-subsystem-for-logging-GLXAqu.patch (added)
-
files/0008-XQuartz-ASL-Use-xpbproxy-subsystem-for-logging-xpbpr.patch (added)
-
files/0009-XQuartz-xpbproxy-Correct-NSUInteger-format-strings.patch (added)
-
files/0010-test-fix-memset-size-for-WindowRec-37801.patch (added)
-
files/0011-XQuartz-Remove-explicit-link-against-libGL.patch (added)
-
files/0012-XQuartz-AIGLX-Setup-dispatch-table-based-on-runtime-.patch (added)
-
files/0013-XQuartz-AIGLX-Remove-unnecessary-includes-in-indirec.patch (added)
-
files/5001-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch (deleted)
-
files/5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch (added)
-
files/5002-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch (added)
-
files/5002-fb-Revert-fb-changes-that-broke-XQuartz.patch (deleted)
-
files/5003-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch (deleted)
-
files/5003-fb-Revert-fb-changes-that-broke-XQuartz.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/xorg-server-devel/Portfile
r78995 r79156 6 6 conflicts xorg-server 7 7 set my_name xorg-server 8 version 1.10. 28 version 1.10.99.901 9 9 categories x11 devel 10 10 maintainers jeremyhu openmaintainer … … 20 20 distname ${my_name}-${version} 21 21 22 checksums md5 c9ba50bd44ea70da51f13100336a5484\23 sha1 fd831b3c6297d1a68830c602d767752d87b9ca54\24 rmd160 3d1ad6b236772ebe0400a69a03b9093bb210fd4b22 checksums md5 3bb1a707b51b914f88a84b8d4af19943 \ 23 sha1 106b6806b64ae368f1f8d52568ca272f88d0c567 \ 24 rmd160 268a3993204012653c62e0f7fa20db9285a675f9 25 25 26 26 use_bzip2 yes … … 65 65 66 66 configure.args --with-apple-applications-dir=${applications_dir} \ 67 --with- launchd-id-prefix=org.macports \67 --with-bundle-id-prefix=org.macports \ 68 68 --without-dtrace \ 69 69 --without-doxygen \ … … 80 80 81 81 patchfiles \ 82 0001-Send-events-that-were-missing-from-RRSelectInput.patch \ 83 0002-randr-check-rotated-virtual-size-limits-correctly.patch \ 84 5001-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch \ 85 5002-fb-Revert-fb-changes-that-broke-XQuartz.patch \ 86 5003-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch 82 0001-DIX-Set-backgroundState-correctly-for-root-window.patch \ 83 0002-XQuartz-GLX-Create-a-new-dispatch-table-rather-than-.patch \ 84 0003-XQuartz-Move-lXplugin-to-LDFLAGS-from-LDADD.patch \ 85 0004-XQuartz-Add-a-semicolon-after-DEBUG_LOG.patch \ 86 0005-XQuartz-ASL-Update-logging-to-support-differnet-leve.patch \ 87 0006-XQuartz-ASL-Use-xpr-subsystem-for-logging-xpr-messag.patch \ 88 0007-XQuartz-ASL-Use-GLXAqua-subsystem-for-logging-GLXAqu.patch \ 89 0008-XQuartz-ASL-Use-xpbproxy-subsystem-for-logging-xpbpr.patch \ 90 0009-XQuartz-xpbproxy-Correct-NSUInteger-format-strings.patch \ 91 0010-test-fix-memset-size-for-WindowRec-37801.patch \ 92 0011-XQuartz-Remove-explicit-link-against-libGL.patch \ 93 0012-XQuartz-AIGLX-Setup-dispatch-table-based-on-runtime-.patch \ 94 0013-XQuartz-AIGLX-Remove-unnecessary-includes-in-indirec.patch \ 95 5001-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch \ 96 5002-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch \ 97 5003-fb-Revert-fb-changes-that-broke-XQuartz.patch 87 98 88 99 patch.pre_args -p1
Note: See TracChangeset
for help on using the changeset viewer.

