summaryrefslogtreecommitdiff
path: root/graphics/urt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Depend on USE_XORG=x11 xextMartin Matuska2008-04-071-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=210724
* - Fix for gif2rle (from BRLCAD)Pav Lucistnik2007-12-1511-21/+189
| | | | | | | | | | | - misc. fixes from the SGI port - some other warning cleanups and remove a check that was not serving any purpose PR: ports/118344 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=203783
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* USE_GMAKE=yes to fix the build on FreeBSD 7.Max Khon2007-03-131-0/+1
| | | | Notes: svn path=/head/; revision=187329
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-302-15/+3
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* - Add SHA256Pav Lucistnik2005-11-261-0/+4
| | | | Notes: svn path=/head/; revision=149530
* - Prepare to build cad/brlcad with framebuffer supportSimon Barner2005-03-1318-13/+324
| | | | | | | | | | | | | | | | | | | | | | - Multiple minor patches to clean up the code and avoid compiler warnings (in order to prevent possible errors with future versions of GCC or other modern compilers) Remark: graphics/urt is also included in the cad/brlcad distribution, and has been factured out for the ports collection. The submitter merged some cleanups for IRIX by Lee Butler in order to prevent the mess of two diverging urt versions in the ports tree (the one bundled with cad/brlcad and graphics/urt). He also contributed serveral improvments himself. PR: ports/78687 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Approved by: arved Notes: svn path=/head/; revision=131110
* Fix a rare case problem (sometimes dumps core)Maho Nakata2005-02-011-7/+5
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=127823
* - Fix some potential buffer overflowsVolker Stolz2005-01-136-47/+91
| | | | | | | | | - build cleanup Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=126309
* Update MASTER_SITES, add WWW:-tagVolker Stolz2005-01-103-6/+8
| | | | | | | | PR: ports/76028 Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=126037
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+4
| | | | Notes: svn path=/head/; revision=99360
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+2
| | | | Notes: svn path=/head/; revision=98793
* Fix build on -CURRENT.Max Khon2003-10-282-0/+11
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=92374
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* fix build on -currentYing-Chieh Liao2002-12-2921-178/+739
| | | | | | | | PR: 46600 Submitted by: Ports Fury Notes: svn path=/head/; revision=71970
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Patch is no longer found at previous site, change to another siteChristian Weisgerber2002-10-281-1/+1
| | | | | | | | | | which has the patch. PR: 44559 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=69039
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-291-3/+3
| | | | | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=67236
* pbm -> netpbmYing-Chieh Liao2002-07-072-2/+2
| | | | | | | | PR: 40285, 40286, 40287 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=62573
* portlint:Dirk Froemberg2001-12-251-1/+1
| | | | | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters Notes: svn path=/head/; revision=52160
* - PORTDOCS policePatrick Li2001-12-241-27/+27
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Remove giffunip@asme.org as the maintainer: he no longer has the abilityKris Kennaway2001-08-231-1/+1
| | | | | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer Notes: svn path=/head/; revision=46749
* Don't install stuff writable to group wheelKris Kennaway2000-08-171-2/+2
| | | | Notes: svn path=/head/; revision=31695
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29613
* Make sure we look in the right place for pgm.h.Steve Price2000-05-282-7/+5
| | | | Notes: svn path=/head/; revision=28810
* Mark BROKEN: looks for pgm.h in ${X11BASE}, not ${LOCALBASE}Kris Kennaway2000-04-291-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28102
* Update MASTER_SITES. MD5 checksums were verified.Will Andrews2000-04-221-1/+1
| | | | | | | | PR: 18147 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=27874
* netpbm is installed in ${LOCALBASE] now.Satoshi Asami2000-04-161-1/+1
| | | | Notes: svn path=/head/; revision=27673
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Portlint clean and honor CFLAGS.Steve Price1999-01-102-5/+7
| | | | | | | | PR: 9383 Submitted by: maintainer Notes: svn path=/head/; revision=15968
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-252-4/+4
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Make this deinstall friendly.Steve Price1998-10-056-55/+82
| | | | Notes: svn path=/head/; revision=13662
* Broken: not reinstall friendly.Steve Price1998-10-051-1/+3
| | | | Notes: svn path=/head/; revision=13655
* Convert to ELF.Steve Price1998-10-054-93/+106
| | | | Notes: svn path=/head/; revision=13649
* Remove regexp support for libtiff34 as it is now ELF'able.Steve Price1998-09-191-2/+2
| | | | Notes: svn path=/head/; revision=13241
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-115/+0
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* More makefile cleanup.Thomas Gellekum1998-02-111-4/+4
| | | | Notes: svn path=/head/; revision=9661
* Upgrade to 3.1b1 and reorganize a bit.Thomas Gellekum1998-02-116-293/+367
| | | | | | | | PR: 5719 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=9660