Skip site navigation (1)Skip section navigation (2)

CVS log for ports/graphics/passepartout/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / passepartout

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:23 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 11 19:19:34 2011 UTC (6 months ago) by kwm
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:37:29 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:39:11 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- update to jpeg-8

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 23 16:01:26 2010 UTC (2 years ago) by gabor
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
- Track textproc/docbook-410 dependency after recent changes

Approved by:	portmgr (pav, erwin)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:52:35 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat May 2 17:26:32 2009 UTC (2 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
Add some missing BUILD_DEPENDS to build documentation.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 25 23:21:34 2009 UTC (2 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Correct the path to libxml++26.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 25 21:36:42 2009 UTC (2 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Update to 0.7.1.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 2 01:36:01 2009 UTC (3 years ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -2 lines
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:34:46 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jul 29 19:42:42 2007 UTC (4 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to 0.7.0.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:00 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jul 4 17:55:43 2007 UTC (4 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -7 lines
Update to 0.6.90 which consolidates a lot of local patches, and then fix
the build with GCC 4.2.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 19 20:10:13 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 13 17:47:22 2007 UTC (5 years ago) by mezz
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -0 lines
It needs xsltproc in the buildtime, so add textproc/libxslt in the build
dependency to fix the build. Bump the PORTREVISION.

Reported by:	krismail

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Dec 17 05:08:33 2006 UTC (5 years, 1 month ago) by mezz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -7 lines
-Update to 0.6.
-Use USE_FAM instead of LIB_DEPENDS=fam[...].
-Remove FreeBSD 4.x patches and mark it as IGNORE, we don't support it anymore.
-Add several useful patches from Ubuntu Linux.

	* patch-01_gnomecanvasmm: Build with gnomecanvasmm-2.6,
	  gtkmm-2.4 and sigc++-2.0.
	* patch-02_gcc-4.0: Build with gcc-4.0. [1]
	* patch-03_windowmenus: Use internal about dialog, not gtk's.
	* patch-06_freetype_makefile: Fix Includes for building libps.a.
	* patch-07_gcc-4.1: Build with gcc-4.1 [1]
	* patch-99_autotools: Update automake, autoconf and etc.

Reported by:	krismail [1]

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:53:04 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -6 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 29 06:11:16 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 7 23:46:20 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -1 lines
Remove USE_REINPLACE for categories starting with a G

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:18 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:35 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:57 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:04 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:31 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 19 04:49:32 2004 UTC (7 years, 5 months ago) by bland
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
- Fix build with gcc 3.4 [1]
- Fix plist.

Reported by:	pointyhat via kris [1]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:54 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:41 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:02 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 18 06:32:36 2004 UTC (8 years ago) by bland
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -0 lines
Add bit wich let configure always detect FAM library if installed.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jan 18 06:13:16 2004 UTC (8 years ago) by bland
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -9 lines
Update to 0.4

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 4 07:56:39 2003 UTC (8 years, 2 months ago) by bland
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -9 lines
Update to 0.3

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 12 05:28:44 2003 UTC (8 years, 3 months ago) by bland
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
Fixes due libxml++ update.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 2 18:05:47 2003 UTC (8 years, 3 months ago) by bland
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -2 lines
Fix build on 4.x systems.

Reported by:    bento via kris

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 5 03:46:05 2003 UTC (8 years, 4 months ago) by bland
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
Fix run-time dependency on xsltproc.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 25 15:20:36 2003 UTC (8 years, 4 months ago) by bland
Branches: MAIN
Add passepartout, DTP application for X.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options