grant
57e3987d78
USE_GNU_TOOLS+=lex instead of .if OPSYS || OPSYS .. and simplify
...
passing the socket libraries on Solaris.
2004-02-13 10:53:09 +00:00
jlam
3ac2d4b8aa
In the new compiler selection framework, GCC_REQD is appended to, not
...
overridden.
2004-02-01 01:43:28 +00:00
tron
03742b48cf
Unify "flex" build dependence handling.
2004-01-26 09:54:43 +00:00
tron
ee5ff7b622
Use find(1) with "-print" option because IRIX's "find" will otherwise
...
not print out anything. Noted by Georh Schwarz in private e-mail.
2004-01-26 07:03:15 +00:00
tron
1ef26d4f9c
Let build depend on "flex" package as suggested by Georg Schwarz on
...
the "tech-pkg" mailing list.
2004-01-25 15:47:18 +00:00
grant
59daad6697
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-24 15:46:42 +00:00
kristerw
1a45c9e3c5
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
...
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-24 12:59:50 +00:00
jlam
a7d877ca6a
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
...
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
jlam
70e04b8ec9
buildlink3.mk file for netpbm
2004-01-22 11:02:01 +00:00
jlam
27aa545ae5
bl3ify
2004-01-22 10:59:39 +00:00
reed
6d9af8d68d
Bump package revisions for tiff update.
...
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
24fa2e6f99
Pass -pppm to pax, so that we preserve file modes (as we did in the previous
...
call with tar's -p) and modification times are discarded (to get print-PLIST
working).
2003-09-25 19:06:54 +00:00
reed
2d2c8fb160
Use pax instead of tar to copy files. (Okay'd by tron.)
...
In some cases, gtar had problems, like:
/bin/tar: share/doc/netpbm: Cannot unlink: Directory not empty
/bin/tar: share/netpbm: Cannot unlink: Directory not empty
2003-09-25 18:55:58 +00:00
grant
40614d0b3c
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
...
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7
kill all references to gcc.buildlink2.mk and compiler.mk, and define
...
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
2003-09-12 20:07:06 +00:00
jschauma
c4a4a453fe
Make this compile on Irix.
...
(use 'ar rs' instead of ranlib on Irix, don't use '-fPIC', make sure
strdup is properly prototyped)
2003-09-07 17:22:15 +00:00
cjep
0174216952
whitespace fixes
2003-09-01 10:13:08 +00:00
wiz
47c5a535f3
On Linux systems without flex, build_depend on flex. From Soren Jacobsen in PR 22541.
2003-08-23 23:07:12 +00:00
martti
ee90b572a6
COMMENT should start with a capital letter.
2003-07-21 16:45:54 +00:00
grant
0155927c43
s/netbsd.org/NetBSD.org/
2003-07-17 21:41:05 +00:00
wulf
1739777cef
Added manweb to REPLACE_PERL fixing incorrect path to perl
2003-07-13 14:16:10 +00:00
fredb
39cfe91bd1
Unbundle tars bundled options, to make this work on NetBSD 1.6U. Should
...
fix PR pkg/22117.
2003-07-11 00:21:45 +00:00
abs
fb6c29f8bf
Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
...
now and not NetBSD-*-arm32. Changes include one or more of:
- Change MACHINE_ARCH == arm32 to also match arm
- Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
- Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
5daaad6900
Remove useless "No newline at end of file" chunk that is bound to make trouble.
2003-06-11 07:10:46 +00:00
tron
3003a3f5ef
Fix build problems under Mac OS X. The patch was contributed by
...
Richard Grace in private e-mail.
2003-06-11 06:59:26 +00:00
tron
bd90c42bcc
Make arguments to "${RM}" consistent in all make targets.
2003-04-28 16:27:40 +00:00
tron
c4fab8c379
Update "netpbm" package to version 10.11.8. Change since version 10.11.6:
...
- pbmtoepsi: fix bug: non six-digit lines between
%%BeginPreview: ... and %%EndImage .
- pnmtops: fix bug: 1 bit per sample output when maxval is 2 or 3.
Should be 4 bits per sample.
- pnmtops: fix bug: everything too dark when input maxval less
than Postscript maxval.
This fixes PR pkg/21271 by Dave Camp.
2003-04-28 16:24:32 +00:00
cjep
3c5a0f9e3a
Remove last hunk of patch-aa to fix build problem on 1.5.2.
2003-04-11 22:45:56 +00:00
salo
4b041343c9
Don't shoot itself in the foot, STAGEDIR is removed in pre-install, no need to
...
remove it in post-install while CWD is still in STAGEDIR.
Noted by Will Partain on tech-pkg.
2003-04-11 18:56:44 +00:00
grant
7219a9452a
revert previous; I had netpbm-9.25 and BUILDLINK_DEPENDS was
...
still >=9.24, causing this breakage.
bump BUILDLINK_DEPENDS to 10.11.6.
2003-04-08 13:17:10 +00:00
grant
853def732a
update to reflect libs installed by netpbm-10.11.6 (hi tron!).
...
noted by pooka.
2003-04-08 13:02:28 +00:00
wiz
92445eb1ed
Remove superfluous whitespace.
2003-03-28 20:28:56 +00:00
tron
93f5c1d229
Fix "zlib" configuration in "Makefile.common" so that PNG tools get built.
...
Bump package revision to reflect this change. This patch was contributed
by Christopher Richards in PR pkg/20809.
2003-03-21 08:30:48 +00:00
tron
43dfa732c6
Update "netpbm" package to latest stable version 10.11.6. Numerous bugs
...
have been fixed and a lot of features have been added since version 9.25.
2003-03-18 12:11:55 +00:00
wiz
788727dadf
post-patch -> pre-configure. By Greg A. Woods in PR 18718.
2002-10-20 00:33:50 +00:00
wiz
030b919263
Unused.
2002-10-09 14:42:41 +00:00
jlam
c1b754c28f
Typo
2002-09-23 23:08:08 +00:00
jlam
e2afa97f51
Merge changes in packages from the buildlink2 branch that have
...
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
wiz
84108f34ab
Add devel/flex to BUILD_DEPENDS for SunOS, per pkg/17770 by
...
Valeriy E. Ushakov.
2002-07-30 22:30:05 +00:00
kristerw
c8c8ec2172
Make this build on NetBSD-1.4 a.out.
2002-07-02 01:47:52 +00:00
yyamano
f36670bf22
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
2002-05-28 15:01:22 +00:00
tron
45e2108b39
Fix build problems on older "a.out" system. Based on patches supplied by
...
Greg A. Woods in PR pkg/16030.
2002-05-14 18:03:17 +00:00
tron
6d7c885cd1
Fix build problems under Solaris. The necessary patches were contributed
...
by Lubomir Sedlacik in PR pkg/16554.
2002-05-06 11:46:21 +00:00
jlam
5ff54abf32
Add missing pgmoil symlink.
2002-04-09 06:33:10 +00:00
wiz
b61c185faa
Fix compilation on 1.4.x, and remove a patch that was still referencing
...
libtool.
2002-03-20 12:42:11 +00:00
wiz
85e59f5123
Update to 9.25:
...
Changes since 9.24:
Add pamdice, pnmnorm (replacing ppmnorm and pgmnorm), convert bmptoppm
to bmptopnm, and some bug fixes and enhancements.
2002-03-15 11:04:29 +00:00
wiz
fbb2503ad9
Update to 9.24.
...
pkgsrc changes:
Don't use libtool any longer to reduce patches.
Add USE_PERL, since 4 scripts depend on it.
program changes:
Lots of new converters/modification programs and scripts, e.g. pbmtonokia,
ppmtolj, and pnmtopalm. Better alpha support.
Also, lots of bug fixes.
2002-03-14 22:21:42 +00:00
fredb
b48eba1112
Give all packages which depend on "png" a version bump, and update
...
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
jlam
d2eb68d2a6
Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
...
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00