Commit graph

35 commits

Author SHA1 Message Date
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Hiroki Sato
d83170403e japanese/font-std, chinese/font-std, and dependency fixups due
to it have been added.  These are to install standard fonts used in the
Ports Collection.  Currently they contain:

 std.ja_JP/Mincho
 std.ja_JP/Gothic
 std.ja_JP/Ryumin-Light
 std.ja_JP/GothicBBB-Medium
 std.zh_CN/STHeiti-Regular
 std.zh_CN/STSong-Light
 std.zh_CN/MSung-Light
 std.zh_CN/MHei-Medium

under ${PREFIX}/share/fonts/.  They are just symlinks to
corresponding font files.  The symlink names are based on popular
PostScript font names.

Applications should refer the font files via XLFD or fontconfig
first.  If they need a direct reference to the font file, please use
files in std.*/*.  This is because direct reference to a specific
font name in an application configuration file makes the maintenance
difficult when the font file name is changed, for example.
2009-05-31 09:19:10 +00:00
Dirk Meyer
dbbf3ac981 - depends on cups-image
PR:		134651
Approved by:	Eygene Ryabinkin
2009-05-18 20:16:43 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Martin Wilke
10882b18d8 - Add japanese font
PR:		113474
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
Thanks to:	ume@
2007-06-09 12:48:54 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
cd565cc006 - Update to 8.15.4
PR:             110375
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2007-03-16 13:26:10 +00:00
Ion-Mihai Tetcu
07e8ac467b - RUN_DEPEND on Ghostscript which besides bringing in some needed fonts also
takes care of the breakage with AFL Ghostscript version.
- take care to make espgs and ghostscript-gpl not install files into the same
places
- bump PORTREVISION for above
- pass maintianership to submitter, Eygene Ryabinkin.

PR:		ports/107207
Submitted by:	Eygene Ryabinkin
Approved by:	Frank Mayhar (formaer maintaner)
2006-12-28 19:00:15 +00:00
Martin Wilke
08d0935817 - Update to 8.15.3
- Pass maintainership to submitter

PR:		ports/106292
Submitted by:   Frank Mayhar <frank@exit.com> (maintainer)
2006-12-06 07:46:58 +00:00
Ion-Mihai Tetcu
754203dee9 - try to catch if AFPL version of Ghostscript is used and warn the use it won't
build [1]
- small portlint petting

PR:		ports/98843 [1]
Submitted by:	Matthias Andree [1]
2006-08-06 08:54:01 +00:00
Edwin Groothuis
a80969d36e Remove USE_REINPLACE from all categories starting with P 2006-05-13 01:03:17 +00:00
Pav Lucistnik
6edb86f43a - Add SHA256 2005-11-25 17:44:39 +00:00
Simon Barner
d75664f7e8 - Fix patch stage when /usr/ports is a symlink to a non standard location
of the ports tree's root, and PORTSDIR is _not_ set. [1]

- Use `bsd.port.mk' instead of `bsd.port.pre.mk' `bsd.port.post.mk'
  in two consecutive lines

Reported by:	kris via pointhat and
		Thierry Herbelot <thierry@herbelot.com> on
		freebsd-ports: <200506281337.07507.josemi@redesjm.local>
2005-06-29 09:27:04 +00:00
Simon Barner
d8f8e69f26 - Update to 8.15rc3
- Uses CUPS from espgs
- Builds with gs-gpl and gs-gnu

PR:		ports/76731
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-06-23 09:54:31 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Michael Nottebrock
f34d524068 Remove offending chown-age. 2004-12-16 19:18:02 +00:00
Kris Kennaway
dd7df17bce BROKEN: Changes ownership of previously-installed files 2004-12-16 08:01:10 +00:00
Kirill Ponomarev
1601298e7a Add "pstopxl" filter
Support PLIST_FILES

PR:		ports/74427
Submitted by:	Ports Fury
2004-11-26 21:05:46 +00:00
Doug Barton
807bf1c495 Actually installing a newer version of the software is a good
reason to bump PORTREVISION.
2004-11-15 06:17:58 +00:00
Doug Barton
e228446e3e Update the version of espgs to the latest, 7.07.1.
Make future such udpates easier.
2004-11-15 04:19:05 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Tilman Keskinoz
d9d4153b6b Update to 7.07
PR:		53107
Submitted by:	KATO Tsuguru
2003-07-21 14:24:12 +00:00
Will Andrews
f9be1a26da REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alan Eldridge
91b0276e9d Updated to 7.05.6. I only have a PS printer, so others will have to test
this and help debug if it doesn't work.
2003-02-12 03:48:19 +00:00
Alan Eldridge
7a8ec77ba3 Long awaited update to 1.1.18.0 2003-01-22 13:54:55 +00:00
Alan Eldridge
61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00
Alan Eldridge
7df6fabb8f Changed MAINTAINER to my FreeBSD address. 2002-11-01 04:17:51 +00:00
Alan Eldridge
c9bd095f0e Found the problem. If it found a glib, which would only be a non-ports
glib, it would try to build Omni(?) drivers. We turn that off at config time
and no more problem.

PR:	43845
2002-10-15 01:38:29 +00:00
Alan Eldridge
e5cf93ef86 Update to latest version release 2002/09/06. 2002-09-11 15:03:57 +00:00
Alan Eldridge
722cdcf100 New port: print/cups-pstoraster, a very limited version of easy software's
ghostscript customizations for print/cups-base. Only needed if you don't have a
postscript printer. This is untested, as I have a postscript printer. Please if
you are a target user, test this! Thanks to KATO for the skeleton of the port
itself.

PR:		40488
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-25 03:00:17 +00:00