| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: 48821
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Notes:
svn path=/head/; revision=76724
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
alignment must be is based on elementary datatypes, but does not
take into account the alignment requirements of FP spills. Such
are present in jmp_buf. The memory allocator is used by the JPEG
and PNG libraries as well and the JPEG library has a jmp_buf in
one of its structures.
Another problem case is the "long double" type. This datatype is
not in the list of elementary types on which the minimal alignment
is based and can also be used by imported source code.
The patch forces 16-byte alignment on ia64.
Notes:
svn path=/head/; revision=71720
|
|
|
|
|
|
|
|
|
|
|
| |
The new tarball has changes in the readme and a copy of the GPL.
Full diff of the tarballs is available at
http://people.freebsd.org/~arved/eplaser.diff
PR: 44996, 45043, 44780
Notes:
svn path=/head/; revision=69842
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
| |
- Fix MASTER_SITES
PR: 43708
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=67518
|
|
|
|
|
|
|
|
| |
PR: 42302
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=65457
|
|
|
|
|
|
|
|
| |
PR: 41800
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=64677
|
|
|
|
|
|
|
|
| |
PR: 41738
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=64615
|
|
|
|
|
|
|
|
|
|
|
| |
- Update EPLASER driver to version 3.0.4.
- Update GDI driver.
PR: 41275
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=64120
|
|
|
|
|
|
|
|
| |
PR: 39706 39708 39709 39710
Submitted by: Scott Flatman <sf@dsinw.com>
Notes:
svn path=/head/; revision=62122
|
|
|
|
|
|
|
|
| |
PR: 37890, 37891
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=58829
|
|
|
|
|
|
|
|
| |
PR: 37501
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=58242
|
|
|
|
|
|
|
|
| |
PR: ports/36752 ports/37164
Submitted by: Shannon -jj Behrens, KATO Tsuguru
Notes:
svn path=/head/; revision=58080
|
|
|
|
|
|
|
|
|
|
| |
- Add workaround for the problem that ps2epsi doesn't work
PR: 37285
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=57928
|
|
|
|
|
|
|
|
| |
Changes in gdevdj9.c include "both the Quality and the Duplex parameter
can be set using setpagedevice."
Notes:
svn path=/head/; revision=57337
|
|
|
|
|
|
|
|
|
|
|
|
| |
(2) $MASTER_SITES optimization may not work if $DISTFILES has comma
separated keywords after ":" separator.
PR: ports/36762 (2)
Reported by: tkato (1), Lev A. Serebryakov <lev@serebryakov.spb.ru> (2)
Pointy hat to: kuriyama
Notes:
svn path=/head/; revision=57336
|
|
|
|
| |
Notes:
svn path=/head/; revision=57335
|
|
|
|
|
|
|
|
| |
PR: ports/36674
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=57291
|
|
|
|
|
|
|
|
|
|
| |
- Comma operator does not work for {DIST,PATCH}FILES just yet,
re-arrange groups to achieve similar effect
Prompted by: John Hay <jhay@icomtek.csir.co.za>
Notes:
svn path=/head/; revision=57275
|
|
|
|
| |
Notes:
svn path=/head/; revision=57237
|
|
|
|
| |
Notes:
svn path=/head/; revision=55752
|
|
|
|
|
|
|
| |
Suggested by: bmah, will
Notes:
svn path=/head/; revision=54110
|
|
|
|
|
|
|
|
| |
PostScript page. There is a blatant typo here that is fixed in the
ghostscript-afpl version.
Notes:
svn path=/head/; revision=53998
|
|
|
|
|
|
|
|
|
|
|
|
| |
checksum in place). I don't have access to one of these printers
for testing, but the new driver does at least compile.
I nominate this for re-tagging.
Noticed by: luigi
Notes:
svn path=/head/; revision=53662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
disclaimer technology (and allowing full-bleed printing on the
Photosmart 100), so increment PORTREVISION.
fix CAPS In Comment.
Invoke perl more specifically.
PR: 34140
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=53512
|
|
|
|
|
|
|
|
| |
PR: 34026
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=53318
|
|
|
|
|
|
|
|
|
|
|
|
| |
HP fixed "off-by-one error" in the HPIJS sources, that caused hpijs
to core dump at runtime, when being compiled with -O or -O2.
I confirmed, that everything works perfectly again with -O and -O2.
Bumped port revision, to flag this as an important change.
Thanks to David Suffield from HP who took our (and others) reports
seriously, fixed the bug and released the new HPIJS version.
Notes:
svn path=/head/; revision=53269
|
|
|
|
|
|
|
|
|
|
| |
o change WWW.
PR: 33798
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=53057
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Important fix, therefore PORTREVISION bumped.
background info: hpijs currently may not compiled with -O or -O2.
Simply leaving out any optimization (like it was default in prior
hpijs versions) cures the problem.
Many thanks to David Suffield from HP-Vancouver.
Notes:
svn path=/head/; revision=52930
|
|
|
|
| |
Notes:
svn path=/head/; revision=52467
|
|
|
|
|
|
|
|
|
|
|
| |
PR mentioned below
o do NOT bump PORTREVISION since it only fixes BATCH builds
PR: 33061
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=52363
|
|
|
|
|
|
|
|
|
|
|
| |
- Update HPinkjet driver to version 1.0
- Better support for jpeg WRKDIR location
PR: 33061
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=52250
|
|
|
|
|
|
|
|
| |
PR: 31724
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=49552
|
|
|
|
| |
Notes:
svn path=/head/; revision=48693
|
|
|
|
|
|
|
|
| |
PR: 31174
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=48670
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- deploy DATADIR/DOCSDIR
- don't use internal .mk work variables, rely on supported
ones
_DISTDIR -> DISTDIR/DIST_SUBDIR
o use <machine/endian.h> for checking byte order instead of an
ARCH check
PR: 31078
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=48501
|
|
|
|
| |
Notes:
svn path=/head/; revision=48229
|
|
|
|
|
|
|
|
|
|
|
| |
distfiles with random names.
Suggested by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
De-portlint while I'm here.
Notes:
svn path=/head/; revision=48228
|
|
|
|
|
|
|
|
| |
PR: 30522
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=47762
|
|
|
|
| |
Notes:
svn path=/head/; revision=47710
|
|
|
|
|
|
|
| |
Submitted by: Dan Langille <dan@langille.org>
Notes:
svn path=/head/; revision=47709
|
|
|
|
|
|
|
|
|
|
| |
Update to GNU Ghostscript 6.51.
PR: ports/29579
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=47707
|
|
|
|
| |
Notes:
svn path=/head/; revision=47629
|
|
|
|
|
|
|
| |
PR: 27331
Notes:
svn path=/head/; revision=46212
|
|
|
|
| |
Notes:
svn path=/head/; revision=44823
|
|
|
|
|
|
|
| |
version 6.x.
Notes:
svn path=/head/; revision=44240
|
|
|
|
|
|
|
|
|
|
| |
- nonexistent -> NONEXISTENT
PR: 21082
Submitted by: tkato@prontomail.ne.jp
Notes:
svn path=/head/; revision=32524
|
|
|
|
|
|
|
|
|
| |
(because print/pips* uses bmp16m in GS)
Approved by: maintainer
Notes:
svn path=/head/; revision=32232
|