/www/php4-session/

ww.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gtkdps
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - add LICENSE:dinoex2009-01-171-3/+3
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - clean X11BASEdinoex2008-03-301-2/+2
|
* - cleanup after xfree86 removaldinoex2008-03-171-3/+2
|
* Remove support for XFree8-4.flz2008-03-081-4/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - fix build on CURRENT (objformat)dinoex2007-02-172-0/+2
|
* - switch depedency from imake-6 to dgsdinoex2006-12-121-1/+1
|
* - take maintainershipdinoex2006-12-101-4/+1
| | | | | - pswrap will be build with dgs - remove DEPRECATED, EXPIRATION_DATE
* Deprecate port. Will be removed on 25th of December 2006.flz2006-11-081-0/+3
| | | | | | | | Depends on pswrap which is currently part of the imake-6 port. The new imake distfile from xorg doesn't provide its own pswrap because it's considered obsolete (and anholt said it was only half-done). Discussed with: anholt
* If XFree86-4 is used, it provides libdpstk: don't depend on x11/dgs.thierry2006-08-201-2/+1
| | | | Reported by: pointyhat via Kris
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-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>
* Chase the update of x11/dgs and depends on pswrap from Imake.thierry2006-08-041-1/+7
| | | | Reported by: erwin
* - Upgrade to 0.3.4 and unbreak;thierry2006-07-264-12/+24
| | | | | | | | - Set WWW to the new site; - Pet portlint; - Don't depend on pswrap which may have been installed by imake-6.
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* BROKEN: Unfetchablekris2006-04-231-0/+2
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.