Commit graph

98944 commits

Author SHA1 Message Date
gdt
ba7b8e10b4 Updated graphics/exiv2 to 0.10 [gdt 2006-06-09] 2006-06-09 20:09:28 +00:00
gdt
32242a47ba Take maintainership.
Update HOMEPAGE/MASTER_SITES.

Update to 0.10.
  bug fixes
  improved CRW support
  add tiff suppport (and therefore NEF)
2006-06-09 20:04:23 +00:00
jschauma
06b814e02c Note removal of netscape7* 2006-06-09 18:21:02 +00:00
jschauma
233e2e7df2 remove netscape7* 2006-06-09 18:18:44 +00:00
jschauma
9fdcda1c29 As noted on 2006-05-24
(http://mail-index.netbsd.org/pkgsrc-users/2006/05/24/0003.html):

Remove netscape7 (and the respective netscape7-acroread packages) since
Netscape7 (the unix flavor) is no longer maintained and has a large number
of unfixed security vulnerabilities.
2006-06-09 18:18:19 +00:00
abs
d4dac6f718 update pkg_chk to 1.75
- match bsd.own.mk logic for determining MAKECONF, as requested by Joerg
2006-06-09 16:43:33 +00:00
jlam
fa494e1722 make(1) will automatically delete partially made targets if the target
creation fails, so remove instances where temporary files were created
then moved to the final target filename, and just directly create the
target.  This is just for brevity/clarity, and saves a few tool calls.
2006-06-09 16:41:09 +00:00
salo
de3adebec2 firefox-bin requires libraries from suse_compat when using SUSE 10.0 2006-06-09 16:37:18 +00:00
reed
fa7b0636a6 Add missing end-quote in rc scripts. Patches from
Mark Cullen via pkgsrc-users list.

Fixes "Syntax error: Unterminated quoted string".

Also bump PKGREVISION.
2006-06-09 16:35:04 +00:00
rillig
37c752009e - Added "read" to the list of allowed shell commands.
- Added an explanation for the ${WRKSRC}/.. warning, since it is not
  documented anywhere else.
- Improved two diagnostics for buildlink3.mk files.
- Added a check to discover package name mismatches in
  BUILDLINK_{ABI,API}_DEPENDS, as well as the version numbers.
2006-06-09 16:21:26 +00:00
minskim
463e8002f9 USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
jlam
2cc3f64abb Add a new variable CHECK_FILES_SUPPORTED which is a package-settable
variable to show whether the package supports running the check-files
target.

Set CHECK_FILES_SUPPORTED to "no" in pkgtools/pkg_install in the case
where the PREFIX does not match ${LOCALBASE} it's likely the tools are
being installed in some place that's completely outside pkgsrc control,
and check-files fails horribly in that case.
2006-06-09 16:12:08 +00:00
minskim
ac82fbec63 USE_TOOLS+=lex 2006-06-09 16:05:11 +00:00
minskim
051d52ca9c USE_TOOLS+=flex 2006-06-09 16:03:23 +00:00
minskim
fd66a6a7f6 USE_TOOLS+=lex 2006-06-09 16:01:23 +00:00
minskim
2369804085 USE_TOOLS+=yacc 2006-06-09 15:59:36 +00:00
minskim
c99563e460 USE_TOOLS+=flex 2006-06-09 15:58:39 +00:00
minskim
5a577d09f1 USE_TOOLS+=lex yacc 2006-06-09 15:50:03 +00:00
minskim
301f0fa7e0 Remove conflicting declaration of malloc(); include stdlib.h instead. 2006-06-09 15:34:31 +00:00
minskim
d4037975ec Make this package build with gcc-4. 2006-06-09 15:31:29 +00:00
minskim
efba70abaf USE_TOOLS+=lex 2006-06-09 15:26:46 +00:00
minskim
88cbad3f0e Note PKGREVISION bump of libsidplay2. 2006-06-09 15:24:32 +00:00
minskim
33659b766a Add missing files to PLIST.Linux. Bump PKGREVISION. 2006-06-09 15:24:09 +00:00
minskim
67071796ee Make this package build with gcc-4. 2006-06-09 15:08:08 +00:00
rillig
1dd63c42ae Fixed pkglint warnings. 2006-06-09 14:29:56 +00:00
jlam
8c10d39139 Introduce the capability to gather all the warnings and errors that
are generated for a target and output them all at once at the conclusion
of the target's invocation.  The implementation is in bsd.pkg.error.mk,
which defines a macro target "error-check" that will print out any
non-empty warning and error files in ${WARNING_DIR} and ${ERROR_DIR}
and exit appropriately if there were errors.

Convert some targets that were just long sequences of ${ERROR_MSG} or
${WARNING_MSG} within a single shell statement to use the new delayed
error output via error-check.

Modify the compiler "fail" wrappers for C++ and Fortran to be less
verbose during invocation.  Instead collect the warnings and only
print them at the end of the completed phase, e.g. after "configure"
and/or "build" completes.
2006-06-09 13:59:06 +00:00
he
0a42a052a2 Uh, trim trailing whitespace. 2006-06-09 13:25:22 +00:00
he
091248ea21 Show suggested entries for newsyslog.conf.
Package contents the same, so no revision bump.
2006-06-09 13:24:20 +00:00
he
8ef8e7cdb0 Add a message hinting with a sample newsyslog.conf entry.
Package contents the same, so revision not bumped.
2006-06-09 13:22:44 +00:00
rillig
dbe9b150b3 Fixed pkglint warnings. 2006-06-09 11:15:32 +00:00
joerg
e8ddcc4540 Fix prototype implementation mismatch and DragonFly specific
pcap problem. The former could result in different code for LP64,
so bump revision.
2006-06-09 11:08:53 +00:00
joerg
cd7e14d312 Uses libintl, so depend on it. Bump revision. 2006-06-09 10:45:54 +00:00
rillig
aa18de5d17 USE_LANGUAGES+=c, because linking is done with cc. 2006-06-09 10:38:35 +00:00
rillig
ec002f76a4 I prefer #none over #empty in USE_LANGUAGES. 2006-06-09 10:27:09 +00:00
rillig
7d0ed184e5 Fixed pkglint warnings. Fixed gcc warnings. Bumped PKGREVISION since the
unfixed package may silently fail when sizeof(int) != sizeof(long).
2006-06-09 10:26:05 +00:00
rillig
1b3f339d06 Fixed pkglint warnings. 2006-06-09 09:58:57 +00:00
joerg
b71c80b776 Needs msgfmt. 2006-06-09 09:50:37 +00:00
adrianp
cfcb4da7ed Sync distinfo with new DISTFILES names. 2006-06-09 09:23:29 +00:00
rillig
aadc0fd2bf Fixed pkglint warnings. Mainly removed the "@" before the install
commands and replaced $$ with $$$$, because it was meant to be the pid
of the shell.
2006-06-09 08:59:01 +00:00
rillig
0de71f46c0 In the SCST_COND state, a shell command is expected, so check here for
known and unknown commands, too.
2006-06-09 08:53:28 +00:00
rillig
4a96d61132 Fixed pkglint warnings. 2006-06-09 08:50:24 +00:00
rillig
560fc65286 bsd.prefs.mk only needs to be included once. 2006-06-09 08:38:53 +00:00
joerg
4662b8b3a6 Needs perl at build time. 2006-06-09 08:21:57 +00:00
jlam
2b9c2495b3 No need to synthesis the package directory from components when ${.CURDIR}
already has the right value.
2006-06-09 08:20:30 +00:00
abs
b42bb03998 make sure USE_LANGUAGES is set before including compiler.mk 2006-06-09 08:07:46 +00:00
jnemeth
01f8d28fb3 update to package infrastructure (msgfmt.sh) fixed build problem 2006-06-09 07:30:31 +00:00
rillig
57bc43dae5 Minor improvements. 2006-06-09 07:29:15 +00:00
jnemeth
be44019f3a update to package infrastructure (msgfmt.sh) fixed build problem 2006-06-09 07:28:06 +00:00
rillig
0e7593e467 Fixed pkglint warnings. 2006-06-09 07:04:48 +00:00
joerg
9fd31586eb Needs msgfmt. 2006-06-09 06:37:51 +00:00