CVS log for ports/cad/xcircuit/Makefile
Up to [FreeBSD] / ports / cad / xcircuit
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Jul 2 16:09:04 2011 UTC (7 months, 1 week ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -3 lines
- Update to 3.7.26 PR: 158496 Submitted by: Ports Fury
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Dec 28 12:55:52 2010 UTC (13 months, 1 week ago) by arved
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -2 lines
Update to 3.6.167 PR: 153485 Submitted by: Armin Pirkovitsch
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:31:48 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -0 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Feb 12 14:20:13 2010 UTC (23 months, 4 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -2 lines
- Update to 3.6.165 PR: 143810 Submitted by: Ports Fury
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:34:44 2010 UTC (2 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -0 lines
- update to jpeg-8
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Dec 13 00:20:41 2009 UTC (2 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
- Update to 3.6.164 PR: 141290 Submitted by: Ports Fury
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Nov 12 10:52:27 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +8 -4 lines
- Update to 3.6.163 PR: 140481 Submitted by: Ports Fury
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Nov 14 17:41:21 2008 UTC (3 years, 2 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +7 -8 lines
- Upgrade to 3.4.30. - Relinquish port. PR: ports/124355 (earlier version) Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:23 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:46:57 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -3 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - 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)
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Sep 24 08:39:17 2007 UTC (4 years, 4 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +0 -9 lines
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat May 19 20:00:38 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jan 8 00:00:57 2007 UTC (5 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -3 lines
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jun 19 20:06:49 2006 UTC (5 years, 7 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Switch to my @FreeBSD.org address. Approved by: ahze (mentor)
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jun 5 11:13:35 2006 UTC (5 years, 8 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +15 -11 lines
- update to 3.4.22 - add MASTER_SITE - convert to OPTIONS - pass maintainership to submitter PR: ports/97402 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: lawrance (mentor, implicit)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Apr 12 18:16:42 2006 UTC (5 years, 10 months ago) by jmelo
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +6 -5 lines
- Update to 3.4.21. - portlint(1). PR: ports/95592 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: mnag (mentor)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Mar 16 17:12:12 2006 UTC (5 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
- Fix dependency on Tcl/Tk
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Mar 6 20:29:24 2006 UTC (5 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -0 lines
BROKEN: Incorrect pkg-plist Approved by: portmgr (implicit)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Feb 26 22:18:47 2006 UTC (5 years, 11 months ago) by danfe
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -3 lines
Unbreak by updating to latest stable version. Approved by: portmgr (marcus)
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Feb 12 22:20:46 2006 UTC (5 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -0 lines
BROKEN: Size mismatch
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Feb 1 02:11:16 2006 UTC (6 years ago) by barner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +12 -15 lines
- Update to 3.4.11 - Update WWW and master site - use USE_TCL and USE_TK Submitted by: Ports fury PR: ports/92611
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Oct 18 09:15:50 2005 UTC (6 years, 3 months ago) by garga
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
- Update to version 3.3.38 PR: ports/87533 Submitted by: Ports Fury
Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Sep 14 12:15:59 2005 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
Fix a coredump in the undo processing when doing a rotate editing operation.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Sep 9 19:16:36 2005 UTC (6 years, 5 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
Update to 3.3.33 PR: ports/85873 Submitted by: Ports Fury
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 8 18:49:17 2005 UTC (6 years, 7 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Update to version 3.3.19. PR: 83152 Submitted by: Ports Fury
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jun 27 02:46:59 2005 UTC (6 years, 7 months ago) by ahze
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +13 -29 lines
- Update to 3.3.18 - tk84 is now required PR: ports/82670 Submitted by: Ports Fury
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:24:58 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:31 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Apr 2 19:00:08 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -23 lines
- Update to version 3.1.38 PR: ports/65077 Submitted by: Ports Fury
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:54 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jan 20 16:30:09 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -8 lines
Use the new ghostscript options. Submitted by: linimon
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 27 00:02:57 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +13 -13 lines
Update port: cad/xcircuit - ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56770 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Aug 31 00:19:59 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +28 -2 lines
[PATCH] cad/xcircuit: enable choose of ghostscript interpreter This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54918 Submitted by: Jens Rehsack <rehsack@liwing.de>
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Aug 23 01:03:49 2003 UTC (8 years, 5 months ago) by perky
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Bump PORTREVISION after lang/python's changing default to BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Aug 20 07:01:37 2003 UTC (8 years, 5 months ago) by daichi
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -1 lines
update cad/xcircuit: 3.1.15 -> 3.1.18 PR: 55417 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jun 5 18:31:50 2003 UTC (8 years, 8 months ago) by naddy
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +42 -10 lines
Update to version 3.1.15. PR: 52662 Submitted by: Ports Fury
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 10 00:48:06 2003 UTC (8 years, 9 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -1 lines
The xcircuit site no longer carries bz2 archives of older distfiles. Contents of the new .gz distfile verified against old .bz2 distfile with diff -ruN. Noticed by: fenner's portsurvey
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Feb 20 16:52:45 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
De-pkg-comment.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:16 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:06 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Sep 29 08:07:43 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jul 8 10:14:16 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
PERL -> REINPLACE_CMD PR: 39273 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 22 12:58:21 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2 lines
Update to 2.3.3 to fix problem on bento. PR: 38416 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Oct 19 16:02:11 2001 UTC (10 years, 3 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -3 lines
Update to version 2.3.3.b16 PR: 31300 Submitted by: Ports Fury
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Oct 6 15:09:38 2001 UTC (10 years, 4 months ago) by lioux
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
o Update to 2.3.3.b15 o Update WWW tag in DESCR PR: 31070 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Sep 11 21:23:42 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Replace the ghostscript6 dependencies with ghostscript-gnu.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Sep 1 16:04:37 2001 UTC (10 years, 5 months ago) by sf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
fix DISTNAME.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Aug 31 13:44:40 2001 UTC (10 years, 5 months ago) by sf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -2 lines
update to 2.3.3 beta rev.9. this version needs GNU m4 to process manpages.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 3 12:33:13 2001 UTC (10 years, 7 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update to version 2.3.3 PR: 28646 Submitted by: MAINTAINER
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jun 12 13:44:46 2001 UTC (10 years, 8 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Update to version 2.3 PR: 28039 Submitted by: Ports Fury
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Mar 8 17:10:41 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
update to 2.2.2. PR: 25610 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 14 12:41:30 2001 UTC (10 years, 11 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -3 lines
Update to version 2.2.1 PR: 25074 Submitted by: Ports Fury
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 22 16:26:06 2000 UTC (11 years, 1 month ago) by kevlo
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to version 2.2.0 PR: 23757 Submitted by: Ports Fury
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Dec 2 15:40:27 2000 UTC (11 years, 2 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update to version 2.1b9 PR: 23220 Submitted by: Ports Fury
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Nov 13 12:46:49 2000 UTC (11 years, 3 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Update to version 2.1b8 PR: 22809 Submitted by: Ports Fury
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Oct 28 15:11:40 2000 UTC (11 years, 3 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update to version 2.1b7 PR: 22360 Submitted by: MAINTAINER
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 17 20:08:39 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update to 2.1b6 PR: 22055 Submitted by: Ports Fury
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 9 08:55:41 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -6 lines
Update to 2.1b3 PR: 21135 Submitted by: Ports Fury
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:22:37 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 22 02:37:00 2000 UTC (11 years, 9 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
Update MD5 checksum and remove invalid MASTER_SITES. PR: 18135 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 8 23:20:09 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
update with the new PORTNAME/PORTVERSION variables
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 20 21:42:58 2000 UTC (11 years, 10 months ago) by jedgar
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -3 lines
Update port to 2.0b4 PR: 17459 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 24 06:04:01 2000 UTC (12 years ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -5 lines
Update to version 2.0b3. PR: 16274 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Dec 23 17:26:57 1999 UTC (12 years, 1 month ago) by jedgar
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -4 lines
* Updated version 2.0a11 to 2.0b1 * Added secondary site to MASTER_SITES PR: 15465 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 25 08:31:51 1999 UTC (12 years, 2 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
Fix MASTER_SITE, use BZIP2, update md5. PR: ports/14597 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 27 00:38:37 1999 UTC (12 years, 3 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
update to 2.0a11 PR: 14542 Submitted by: tkato@promtomail.ne.jp
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 5 17:10:06 1999 UTC (12 years, 4 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update the secondary MASTER_SITE PR: 14061 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 25 17:27:21 1999 UTC (12 years, 4 months ago) by steve
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -11 lines
Update to version 2.0a10. PR: 13596 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:40:50 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:52:38 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Change Id->FreeBSD.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 14 18:47:33 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
BROKEN='bad MD5 checksum'
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 21 07:27:34 1998 UTC (13 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Remove extraneous x11 from CATEGORIES. Submitted by: Josh Gilliam <josh@quick.net>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 16 02:24:58 1998 UTC (13 years, 4 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Take the manpages out of pkg/PLIST and put them in MAN1.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 25 21:03:03 1998 UTC (13 years, 8 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon May 18 04:20:21 1998 UTC (13 years, 8 months ago) by mph
Branches: GIFFUNI
CVS tags: v1_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of xcircuit, an X11 drawing program intended for drawing circuit schematics. PR: 6671 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 18 04:20:21 1998 UTC (13 years, 8 months ago) by mph
Branches: MAIN
Initial revision
