Commit Graph

52 Commits

Author SHA1 Message Date
David W. Chapman Jr.
2c0c8003ec Use pre-everything and fix typo
PR:		28843
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-10 00:09:14 +00:00
Ying-Chieh Liao
16a1f893c2 Fix build error
PR:		28408
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-07 12:54:28 +00:00
Sheldon Hearn
2c51eea233 Change NO_GSBIT to WITHOUT_GHOSTSCRIPT. This has two benefits:
1) Consistency with other support exclusion options in the ports tree.
2) Better odds that the option will be shared by other ports.
2001-07-04 19:12:39 +00:00
Steve Price
f6e7cc1eff Update to version 3.2.3d.
PR:		28052
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-06-17 18:22:48 +00:00
Peter Pentchev
2c581c57dd Update MASTER_SITES, keep MASTER_SITE_XCONTRIB as a last resort - presently
it does not carry the '.full' xfig source tarball.

PR:		23331
Submitted by:	quinot@inf.enst.fr
2000-12-07 08:14:58 +00:00
James E. Housley
263534c1b6 Fix MASTER_SITES
PR:		22248
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-23 19:55:06 +00:00
Satoshi Asami
1b21980287 Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
2000-09-05 18:34:52 +00:00
Satoshi Asami
c6bcad2436 (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
2000-08-03 09:28:57 +00:00
Chris D. Faulhaber
eae6b4fda4 Update port to 3.2.3c
PR:		20265
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-02 00:09:03 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Steve Price
72bea3c3d1 - Change default status of Ghostscript support
- Fix pkg/DESCR to apply locale naming rule of FreeBSD
- Fix pkg/PLIST

PR:		16426
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 21:47:59 +00:00
Steve Price
93291e5436 Update to version 3.2.3a.
PR:		16281
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-24 05:57:53 +00:00
Chris D. Faulhaber
a71461bc95 - Add message to notice Ghostscript support hook
- /usr/local -> LOCALBASE
- Remove version number from pkg/DESCR
- Sort pkg/PLIST

PR:		15914
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-06 19:33:45 +00:00
Steve Price
56e011bd6a Add a WANT_GS_SUPPORT flag so that users can build this port with
ghostscript if they want.

PR:		12571
1999-12-29 08:39:19 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Steve Price
6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00
Steve Price
f71aebd7a6 Move manpages to Makefile and use MAN* macros. 1998-10-05 03:13:41 +00:00
Steve Price
a7e780e5af Remove regexp support for Xaw3d since it can now be built in
an ELF world.
1998-09-21 01:35:33 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Peter Hawkins
7da96e09c9 upgrade to 3.2.2 1998-07-06 08:54:33 +00:00
Peter Hawkins
632cb6a568 upgrade to 3.2.2
upgrade to 3.2.2
1998-07-06 08:53:53 +00:00
Peter Hawkins
84b9f344b7 *** empty log message *** 1998-07-06 08:45:11 +00:00
Justin M. Seger
18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami
1998-05-04 20:23:32 +00:00
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +00:00
Satoshi Asami
ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00
David E. O'Brien
4b19fbb619 Make this build under XFree86-3.2 + FreeBSD 2.2.1-R.
Does not affect building under XFree86-3.3.1 + FreeBSD 2.2-CURRENT.

PR:		ports/4637
1997-10-07 05:19:30 +00:00
Chuck Robey
31279b7761 Upgrade Xfig to the 3.2 level. Accompanied by the transfig upgrade
at the same time (see ports/print/transfig).
Submitted by:	Brian N. Handy <handy@sag.space.lockheed.com>
1997-08-28 04:27:57 +00:00
Satoshi Asami
036fd37b20 Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless without
the ability to export the pictures. ;)

Submitted by:	jhs
1997-05-02 04:12:10 +00:00
Satoshi Asami
6b553b9eb3 Update LIB_DEPENDS to new jpeg major. Note we don't know if these
will work yet, people are encouraged to test them.
1996-11-19 04:18:49 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Andrey A. Chernov
a642a22e35 Change jpeg library major to 6 1995-10-03 21:58:40 +00:00
Satoshi Asami
ea0fa0284b Upgrade, 3.1.3 -> 3.1.4.
Submitted by:	Cristian Ferretti <cfs@riemann.mat.puc.cl>
1995-09-26 09:45:45 +00:00
Satoshi Asami
63d38d11a2 Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p
Pointed-out by: pkg_create
1995-04-18 05:05:18 +00:00
Satoshi Asami
7f6c181f38 Yet another round of Makefile updates, graphics version. 1995-04-09 07:09:55 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Jean-Marc Zucconi
ba0427ef72 Set MAKE_FLAGS so that the port honors ${PREFIX}. 1995-02-27 23:51:31 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Satoshi Asami
9cda78b31f Upgrade, 3.1.2 -> 3.1.3
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-01-28 18:29:35 +00:00
Satoshi Asami
c7030925e5 *** empty log message *** 1995-01-24 06:00:53 +00:00
Satoshi Asami
add4887954 Upgrade to 3.1.2 from 3.0. The previous cvs commit bombed in the middle
(right after I typed '!') saying "ci warning: missing message for -m option"
and started asking for commit messages with >>.
Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
1995-01-24 05:59:55 +00:00
Satoshi Asami
41c3677bad *** empty log message *** 1995-01-24 05:54:23 +00:00
Satoshi Asami
c94200acc6 Upgrade from 3.0 to 3.1.2.
Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
1995-01-24 05:53:43 +00:00
Jordan K. Hubbard
c33be61ae6 Update DEPENDS lines to point to the new relocated ports. 1995-01-13 13:17:41 +00:00