CVS log for ports/accessibility/gail-reference/Attic/Makefile
Up to [FreeBSD] / ports / accessibility / gail-reference
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Sat Jan 10 05:27:41 2009 UTC (3 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.2: +1 -1 lines
Remove these ports as they have been absorbed into other ports in GNOME 2.24.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 31 22:18:41 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -0 lines
- Add header in these *-reference ports. - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 10 19:33:08 2006 UTC (5 years, 9 months ago) by jylefort
Branches: MAIN
Move the gail programming reference to the gail-reference port.
