notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/linux-f10-glew/Makefile
SVNWeb

Number of commits found: 13

Mon, 5 Sep 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:421387 (Only the first 10 of 303 ports in this commit are shown above. View all ports for this commit)
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 24 Sep 2014
[ 06:00 eadler search for other commits by this committer ] Original commit   Revision:369161 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Hand back my ports to the pool.

Ports require time and TLC which I no longer have.
Mon, 22 Sep 2014
[ 10:40 xmj search for other commits by this committer ] Original commit   Revision:368845 (Only the first 10 of 428 ports in this commit are shown above. View all ports for this commit)
Update CentOS base to 6.5, add userland ports

The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 22 Oct 2013
[ 13:15 eadler search for other commits by this committer ] Original commit   Revision:331264
- This port needs no work for staging.
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Tue, 16 Jul 2013
[ 21:59 eadler search for other commits by this committer ] Original commit   Revision:323129 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Remove now excess verbiage.

Reviewed by:	bapt
Fri, 8 Mar 2013
[ 20:23 eadler search for other commits by this committer ] Original commit   Revision:313672 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Clean up my ports (and a couple of ports@ owned ones):

- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
Sat, 6 Oct 2012
[ 14:35 eadler search for other commits by this committer ] Original commit   Revision:305369 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Trim the headers in the ports I maintain.
Sun, 21 Aug 2011
[ 20:51 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
[ 16:12 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
Thu, 30 Dec 2010
[ 13:07 flz search for other commits by this committer ] Original commit 
Update contact email address as per maintainer's request.
Fri, 10 Dec 2010
[ 15:49 bsam search for other commits by this committer ] Original commit 
. use brandelf for binary linux files;
. add usr/lib/libGLEW.so.1.5 to plist files;
. replace pkg-plist by Makefile options;
. fix license installation;
. bump PORTREVISION.

Approved by:    Eitan Adler (maintainer, explicit via email to freebsd-ports@)
Sun, 26 Sep 2010
[ 22:11 itetcu search for other commits by this committer ] Original commit 
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source
C/C++ extension loading library. GLEW provides efficient run-time mechanisms
for determining which OpenGL extensions are supported on the target platform.
OpenGL core and extension functionality is exposed in a single header file.
GLEW has been tested on a variety of operating systems, including Windows,
Linux, Mac OS X, FreeBSD, Irix, and Solaris.

This is the linux verson.

WWW: http://glew.sourceforge.net/

PR:             ports/150742
Submitted by:   Eitan Adler <lists at eitanadler.com>

Number of commits found: 13