diff options
author | zeising <zeising@FreeBSD.org> | 2012-08-05 17:42:16 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-08-05 17:42:16 +0800 |
commit | 47a5a8a67ee6d77dadfe44275e3be5896487bbae (patch) | |
tree | 0b41b721675289554fc1cfd23ea57e2a13e827c4 | |
parent | 75516b631e298e5dd67f6f41bf74f6c09b806f06 (diff) | |
download | freebsd-ports-gnome-47a5a8a67ee6d77dadfe44275e3be5896487bbae.tar.gz freebsd-ports-gnome-47a5a8a67ee6d77dadfe44275e3be5896487bbae.tar.zst freebsd-ports-gnome-47a5a8a67ee6d77dadfe44275e3be5896487bbae.zip |
Remove the pkg-message. The information contained in here is dated.
Approved by: miwi (mentor)
-rw-r--r-- | graphics/freeglut/pkg-message | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/freeglut/pkg-message b/graphics/freeglut/pkg-message deleted file mode 100644 index 8bf6ef51a91b..000000000000 --- a/graphics/freeglut/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -Since FreeBSD has new USB stack, freeglut normally doesn't build on FreeBSD 8 -(yet). To workaround this I created small, ugly patch. this patch adds one -include file and comments out content of one function (only leaves return NULL). - -I have no idea what kind of side effects this can cause. Joystick wont work. -There might be ports that won't compile, or apps that may crash because of -this. I don't know. - -If you face any problems delete this port and install graphics/libglut. |