Kirill Ponomarev
58e1e65dda
Add MASTER_SITE_SOURCEFORGE to MASTER_SITES
...
PR: ports/77976
Submitted by: Ports Fury
2005-02-25 14:32:28 +00:00
Ade Lovett
fe6a0895a2
Squish share/ghostscript directory whenever possible
...
Found by: tinderbox building gnome 2.10b2 packages
2005-02-25 02:23:40 +00:00
Jeremy Messenger
7df9b2b2b4
Disable threads again; it has caused the more troubles. This time, it has
...
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.
Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.
This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!
Tested by: many people
Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
and sparc64 (FreeBSD 5.x and 6.x)
Not test on: ia64 and alpha
Approved by: portmgr (kris)
2005-02-25 00:17:28 +00:00
Volker Stolz
671cb40893
Clean up a bit (while looking for BibTeX-tools)
2005-02-24 12:32:19 +00:00
Volker Stolz
310bc96081
New version, MASTER_SITES and WWW moved
...
PR: ports/77569
Submitted by: maintainer
2005-02-24 09:55:50 +00:00
Dirk Meyer
eff3ff96af
- keep LC_MESSAGES
2005-02-22 21:06:48 +00:00
Dirk Meyer
2bbb6047be
- remove all LC_MESSAGES dirs we put files in.
2005-02-21 08:56:30 +00:00
Kris Kennaway
11ea174ccb
As previously announced, remove ports that have reached their expiry date,
...
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Kirill Ponomarev
45df66a190
Add libpaper (print/libpaper) support.
...
PR: ports/77609
Submitted by: Oyvind Moll <oyvind@moll.no>
Approved by: maintainer
2005-02-18 10:53:19 +00:00
Makoto Matsushita
f1cb43ce71
It seems that the tarball is re-rolled, update checksum.
...
The modified files between old and new are src/pdfximage.c and
src/spc_misc.c -- forget to fix remaining bugs related to MiKTeX
file searching.
Submitted by: hrs
2005-02-18 00:07:40 +00:00
Daichi GOTO
2e6bdab882
change PORTREVISION much better
...
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Pointy hat to: myself
2005-02-17 13:53:51 +00:00
Daichi GOTO
2f933c9f68
PORTREVISION dump because of kochi -> sazanami dependency change
...
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
2005-02-17 05:55:03 +00:00
Hiroki Sato
5e31c88d38
- Update to 3.0d 2005/02/12.
...
- install directory change: texmf-local -> texmf.
- $TEXMF -> $TEXMFDIR to avoid user-defined variable problem.
2005-02-16 06:12:34 +00:00
Daichi GOTO
095a7f5df2
Change dependency for default Japanese font from Kochi to Sazanami
...
Approved by: mita
2005-02-15 08:01:46 +00:00
Michael Nottebrock
966762aa45
Update to 1.1.14-3.
2005-02-14 12:16:02 +00:00
Andreas Klemm
fef4c66c86
remove redundant patch which is contained in new apsfilter version
2005-02-13 20:17:45 +00:00
Mark Linimon
09721c15a9
With portmgr hat on, reset maintainership of these ports. Maintainer's
...
old email address bounces, and he has not been responsive to email on the
only other one we have for him.
These ports are now available for adoption.
Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Andreas Klemm
d534e1a494
- update to 7.2.6 (bugfixrelease)
...
- pcl3 and hpdj driver fixes for HP DeskJet550C driver and compatible printer
- fixes port dependency for acroread5
PR: ports/77405
Submitted by: John Cochran <jdc@fiawol.org>
2005-02-13 10:51:44 +00:00
Hiroki Sato
f2b63b5314
Mark as IGNORE; these fonts are already included in the teTeX
...
distribution.
2005-02-12 22:03:25 +00:00
Hiroki Sato
a411dfa95f
Fix pkg-plist.
...
Reported by: kris
2005-02-12 21:55:41 +00:00
Hiroki Sato
2931e32029
Add teTeX-3.0 support and unbreak the build. The format file of
...
JadeTeX is now generated by the eTeX engine.
Approved by: maintainer timeout (1 week)
2005-02-12 18:58:16 +00:00
Hiroki Sato
8cfd6cde16
Increase the default hash size. This is required for typesetting
...
the FreeBSD Handbook with JadeTeX. Bump PORTREVISION.
2005-02-12 18:51:54 +00:00
Christian Weisgerber
2a73e482e1
Fix configure script: don't skip AC_PROG_CC or bad things will happen.
2005-02-12 01:36:04 +00:00
Kris Kennaway
0d62960fe8
BROKEN: Installs perllocal.pod
2005-02-12 00:47:40 +00:00
Christian Weisgerber
aae5f8a6d8
* GNU make is not required.
...
* Don't bother specifying dimensions that aren't used anywhere.
* Remove various cruft.
2005-02-11 23:52:48 +00:00
Christian Weisgerber
44a125dbb2
Security fixes:
...
Erik Sjolund discovered several issues in enscript: it suffers from
several buffer overflows (CAN-2004-1186), quotes and shell escape
characters are insufficiently sanitized in filenames (CAN-2004-1185),
and it supported taking input from an arbitrary command pipe, with
unwanted side effects (CAN-2004-1184).
Obtained from: Gentoo
2005-02-11 21:35:40 +00:00
Hiroki Sato
9927e20bc6
Make sure to rescan the texmf* directories just before
...
regenerating .fmt and .map files. Without this step,
the regeneration during pkg_add could fail under some circumstances.
Reported by: lofi
2005-02-11 15:49:00 +00:00
Hiroki Sato
92b5d95387
Add an ${RM} line forgotten in the previous commit.
2005-02-10 21:15:02 +00:00
Hiroki Sato
cd2ba3622c
- Add ptex/* directories.
...
- Bump PORTVERSION.
2005-02-10 17:54:28 +00:00
Hiroki Sato
bb8d34a129
Fix pkg-plist.
2005-02-10 17:36:26 +00:00
Hiroki Sato
c12c9bc2fe
- Mark as IGNORE because this is already included in the teTeX-3.0.
...
- Fix pkg-plist.
2005-02-10 17:33:17 +00:00
Hiroki Sato
e38510b0f6
- Generate .fmt and .map files during package install.
...
- Remove old configuration files in the texmf-var directory
which prevent the fmtutil utility from working.
- Bump PORTREVISION.
2005-02-10 17:25:36 +00:00
Jeremy Messenger
5b6f8042df
Add manual to update the mimetype database, it seems like GNOME developers
...
have removed the auto-update mimetype database for some reason. Maybe, they
have forgotten about it or else...
Reviewed by: marcus
2005-02-10 00:07:39 +00:00
Hiroki Sato
8ccb0ce138
Add teTeX-3.0 support.
2005-02-08 07:14:33 +00:00
Hiroki Sato
daf18a34c2
Update to teTeX-3.0.
2005-02-08 06:43:31 +00:00
Edwin Groothuis
f3e5d560af
Temporary add http://people.freebsd.org/~edwin/ to the MASTER_SITES
...
to host the disappeared beta.
Informed maintainer.
2005-02-08 00:57:17 +00:00
Edwin Groothuis
ddfb449d82
Temporary mastersite ( http://people.freebsd.org/~edwin ) until the
...
port is updated with a newer version which again will be available
from the master sites.
Informed hrs@
2005-02-08 00:02:29 +00:00
Hiroki Sato
c6fc69f00b
Fix a bug which prevents "make install".
...
Pointed out by: Manuel Stuehn (manuel dot stuehn at student dot uni-siegen dot de)
2005-02-06 19:24:37 +00:00
Makoto Matsushita
05dad55758
Update to 20050201.
...
Also this ports now fits to the new teTeX directory layouts that
is introduced very recently.
Submitted by: hrs (also known as the teTeX-related ports maintainer)
2005-02-06 17:40:24 +00:00
Hiroki Sato
29ad23ae19
Update to 11.55[1] and mark as NOT_FOR_ARCHS=ia64[2].
...
PR: ports/76474[1]
Submitted by: KIMURA Yasuhiro (yasu at utahime dot org)[1]
Noticed by: kris[2]
2005-02-06 16:41:15 +00:00
Hiroki Sato
b06202c154
Remove print/teTeX-latex2e because the new print/teTeX-texmf already
...
includes it.
2005-02-06 14:14:10 +00:00
Hiroki Sato
74ad514879
Add teTeX-3.0 support and mark IGNORE in ones which are already included
...
in the new teTeX distribution.
2005-02-06 14:07:47 +00:00
Hiroki Sato
f69eff8cf4
Update to 2.99.13.20040204.
2005-02-06 13:57:15 +00:00
Hiroki Sato
53c55ddd64
- update to 5.95a
...
- teTeX-3.0 support
- fix predefined $TEXMF problem
2005-02-06 13:56:37 +00:00
Hiroki Sato
b929fb436e
- teTeX-3.0 support
...
- fix predefined $TEXMF problem
- bump PORTREVISION
2005-02-06 13:55:24 +00:00
Hiroki Sato
25aa275d8d
Update to 2.99.13.20040204, a teTeX-3.0 release candidate.
...
A lot of tools and macros has been updated and the share/texmf* directory
structure has been changed as well. The portupgrade utility should work,
but please read http://people.freebsd.org/~hrs/tetex-upgrade.txt before
upgrading.
2005-02-06 13:52:59 +00:00
Yoshio MITA
92f155cdb9
Maintainer's update
...
- Make installation cleaner. Old installation procedure modified
file permission of CIDFnmap file from 0444 to 0644.
Submitted by: kris
2005-02-06 03:55:09 +00:00
Akinori MUSHA
870baf2a9a
The slippery pthread support for systems prior to 502102 has been
...
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.
Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread. This will allow threaded extension libraries to run
and work properly on those systems.
The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build. I don't know if the problem is in
libpthread or in gcc.
(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-)
2005-02-05 04:59:26 +00:00
Oliver Lehmann
3e98757733
don't set BUILD_DEPENDS=a2ps, add it (BUILD_DEPENDS+=a2ps)
...
Reported By: pointyhat
2005-02-04 15:31:36 +00:00
Michael Nottebrock
14e9990d67
Only remove filter.conf if unchanged.
2005-02-03 08:30:21 +00:00
Michael Nottebrock
eaa93ade3f
Fix plist.
2005-02-03 08:21:38 +00:00
Michael Johnson
6436bcf7c2
Update to 2.8.3
2005-02-03 00:52:02 +00:00
Michael Nottebrock
9f3c25c6bb
Now where did those manpages come from.
2005-02-02 09:49:19 +00:00
Thierry Thomas
1df5b36f0f
Upgrade to 20050117.
...
PR: ports/76844
Submitted by: maintainer.
2005-01-31 22:07:31 +00:00
Palle Girgensohn
34fa6c853e
Split the postgresql ports into a server and a client part.
...
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Palle Girgensohn
300d0fc9e7
Fix dependencies, too many build_deps and not enough run_deps.
...
Deducing info from the program's website, it will need Perl,
ImageMagick, libwww-perl and ghostscript, nothing more, nothing less.
Also, take on maintainership.
Approved by: ade (mentor)
2005-01-30 21:24:34 +00:00
Pav Lucistnik
fe2100d677
- Update to 1.6.5
...
PR: ports/76833
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
2005-01-30 13:37:35 +00:00
Andreas Klemm
d0bf409604
- added suggested patch to use bash3 as default dependency for bash
...
- while being here trimmed COMMENT according to portlint
- providing backward compatibility if needed via WITH_BASH2 make env var
- bumping port revision
- closing 76805
PR: 76805
Submitted by: Michael C.Shultz <reso3w83@verizon.net>
2005-01-30 11:54:11 +00:00
Michael Nottebrock
b073a2656d
Fix the another big small typo and preemptively fix perl invocation, too.
2005-01-30 10:29:22 +00:00
Michael Nottebrock
9214fb9828
Small typo with big consequences.
2005-01-30 09:53:28 +00:00
Oliver Lehmann
fcac4d3474
add another missing dependency....
...
Pointed out by: pointyhat
2005-01-29 19:40:08 +00:00
Michael Nottebrock
4cc2f8ac07
Remove all BUILD_DEPENDS, specify paths of possible text-to-postscript
...
filters to configure directly and add a pkg-message that advises about
possible filters to install.
2005-01-28 14:15:22 +00:00
Michael Nottebrock
b4334e3825
Add alignmargins, a utility script to generate custom margins in PPDs for
...
CUPS.
2005-01-28 10:49:14 +00:00
Michael Nottebrock
a2ca357e34
Add foomatic-filters, wrapper scripts for foomatic.
2005-01-28 10:48:02 +00:00
Volker Stolz
88ea3562e0
Do not wipe existing certs on installation from port
...
PR: ports/76522
Submitted by: Tsurutani Naoki
Approved by: maintainer
2005-01-28 10:43:43 +00:00
Oliver Lehmann
07536d612d
remove trailing \ from LIB_DEPENDS
2005-01-27 22:17:03 +00:00
Oliver Lehmann
f73e1bf41a
add some dependencies
...
Noted by: pointyhat
2005-01-27 17:49:43 +00:00
Tom Rhodes
f602e79ae6
Patch for remote buffer exploit.
...
Submitted by: simon
Approved by: MAINTAINER
VuXML uuid: f755545e-6fcd-11d9-abec-00061bd2d56f
2005-01-27 15:44:17 +00:00
Oliver Lehmann
0a0ec68fe8
- bring xfce4 to 4.2
...
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs
Approved by: maintainer [1]
2005-01-26 16:57:40 +00:00
Dmitry Sivachenko
60b020ce05
Remove IGNORE for some bento-specific condition.
...
kris reports it should not be an issue nowadays.
2005-01-25 10:10:30 +00:00
Dirk Meyer
c29ab59b30
- Security Fix
...
temporary file vulnerabilities in contributed scripts
http://vuxml.FreeBSD.org/9168253c-5a6d-11d9-a9e7-0001020eed82.html
Submitted by: simon
2005-01-25 04:45:26 +00:00
Pav Lucistnik
12cdd35c4b
- Move print/ggv2 to print/ggv
2005-01-24 23:42:17 +00:00
Pav Lucistnik
6f55f2197b
- Update gimp-print to 4.2.7
...
- Correct merge cups/pstoraster patches
PR: ports/76569
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
2005-01-24 20:21:14 +00:00
Sergey Matveychuk
4b20f10627
- Update to 1.1.23
...
- Build with GNUTLS isntead of OpenSSL by default to fix FireFox issues
- Fixed man languages
- Change maintainer e-mail
- Pass maintainership of print/cups to submitter
PR: ports/76337
Submitted by: Sergey Akifyev <asa(at)agava.com> (maintainer of cups-base and cups-lpr)
2005-01-24 17:23:00 +00:00
Alex Dupre
6dc126eca7
- Fix tiff vulnerability
...
- Fix pdf generation on 64bit architectures [1]
PR: ports/76385 [1]
Submitted by: UEMURA Tetsuya <t_uemura@macome.co.jp> [1]
2005-01-23 11:21:07 +00:00
Hiroki Sato
4f387e35ee
Fix a buffer overflow which can be triggered by
...
a large /Encrypt /Length keyLength value. Bump PORTREVISION.
Obtained from: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl3.patch
CVE Name: CAN-2005-0064
2005-01-21 02:39:55 +00:00
Anton Berezin
1441627c69
Update to 0.06, reset maintainer to perl.
2005-01-20 09:09:10 +00:00
Volker Stolz
c771147553
Update to 1.2.3
...
PR: ports/76467
Submitted by: maintainer
2005-01-20 08:39:59 +00:00
Thierry Thomas
e2674f8087
Fix typo.
2005-01-19 21:37:26 +00:00
Jean-Marc Zucconi
5f54b6d015
Fix a typo.
2005-01-19 15:46:04 +00:00
Jean-Marc Zucconi
9d036251e5
Update to version T112.
...
PR: ports/76361
Submitted by: maya <maya@negeta.com>
2005-01-19 10:24:14 +00:00
Jacques Vidrine
1abaada909
Mark FORBIDDEN due to exploitable vulnerability
...
http://vuxml.freebsd.org/fc7e6a42-6012-11d9-a9e7-0001020eed82.html
2005-01-18 15:26:12 +00:00
Simon L. B. Nielsen
ec1d8095ea
Fix remote arbitrary code execution vulnerability.
...
Note that this does not fix all the security vulnerabilities for CUPS,
but it fixes the most serious one.
With hat: secteam
VuXML: http://www.vuxml.org/freebsd/40a3bca2-6809-11d9-a9e7-0001020eed82.html
Obtained from: CUPS bug system - http://www.cups.org/str.php?L1024
Approved by: erwin (mentor)
2005-01-17 17:40:22 +00:00
Kirill Ponomarev
5826b419f1
Update to version 0.2.5
...
PR: ports/76285
Submitted by: Ports Fury
2005-01-16 10:28:34 +00:00
Kirill Ponomarev
00b120ce2c
Update to version 1.0b
...
PR: ports/76284
Submitted by: Ports Fury
2005-01-16 10:26:44 +00:00
Dirk Meyer
ae20ecb62c
- use DATADIR, sort files
...
- make portlint happy
2005-01-15 11:11:33 +00:00
Kirill Ponomarev
8fc59e8bc2
Fix plist.
2005-01-15 08:44:52 +00:00
Pav Lucistnik
f2ed8ced5a
- Reset maintainer address, d'oh:
...
<mwest@uct.ac.za>: host smtp1.uct.ac.za[137.158.128.183] said: 550-rejected -
source of viruses bounced from own clients to forged local 550 postmaster
address
2005-01-14 22:48:54 +00:00
Pav Lucistnik
3d92847487
- Update to 4.8.0
...
- Undeprecate
- Assign maintainership
PR: ports/76220
Submitted by: Matthew West <mwest@uct.ac.za>
2005-01-14 22:42:27 +00:00
Trevor Johnson
6e082e1922
version bump for linux-tiff update
2005-01-14 21:17:04 +00:00
Adam Weinberger
023642ccee
Change the gnomesu dependency to point to security/libgnomesu instead of
...
sysutils/gnomesu.
2005-01-14 19:37:40 +00:00
Simon L. B. Nielsen
f4ace6775a
Mark DEPRECATED and set 1 month expiration date due to unresolved
...
security issues and no maintainer.
VuXML: http://vuxml.FreeBSD.org/58fc2752-5f74-11d9-a9e7-0001020eed82.html
Approved by: erwin (mentor)
2005-01-13 14:52:12 +00:00
Dmitry Sivachenko
e6b28992de
Remove quotes around IGNORE message text.
...
Submitted by: Sam Lawrance <boris@brooknet.com.au>
2005-01-13 09:53:48 +00:00
Kirill Ponomarev
f454aa17c1
Update to version 1.2.1
...
PR: ports/76163
Submitted by: Ports Fury
2005-01-12 19:39:54 +00:00
Kirill Ponomarev
3099390864
Fix MASTER_SITES.
...
Assign mainternership to submitter.
PR: ports/75986
Submitted by: Gerhard Gonter <g.gonter at ieee dot org>
2005-01-09 12:47:44 +00:00
Kris Kennaway
7d6d450bc6
Reset undeliverable maintainer email address:
...
<hmendes@brturbo.com>: host mx.brturbo.com[200.199.201.144] said: 550 User
unknown: hmendes@brturbo.com
2005-01-09 04:36:21 +00:00
Adam Weinberger
890d2a506d
Update to 2.8.2.
2005-01-08 17:33:18 +00:00
Sergey Matveychuk
dc769a34d1
- Pass maintainership to submitter
...
PR: ports/75730
Submitted by: statue(at)freebsd.netlab.cse.yzu.edu.tw
2005-01-08 15:50:05 +00:00
Jean-Marc Zucconi
fdcdc43c1b
Add one more file.
...
Submitted by: pointyhat via Kris
Approved by: portmgr
2005-01-03 16:10:46 +00:00
Kirill Ponomarev
cf076d8ddb
Fix plist.
...
Approved by: portmgr (implicit)
2005-01-01 11:26:44 +00:00