Commit graph

101243 commits

Author SHA1 Message Date
jlam
1c419eedc0 Fix a reversed test -- if the user specifies "CC" in the environment,
then he really doesn't want to always use CC=gcc.  This has no effect
if you were previously setting CC=gcc anyway.  Noted by Stuart Shelton.
2006-07-20 19:28:42 +00:00
rillig
f5ffb4620a Renaming cmakelists.txt to CMakeLists.txt must be done in post-extract,
since it is the extract phase where the wrong filenames come from.
Now patch-af finds the file to patch, which it didn't before.
2006-07-20 19:16:23 +00:00
wiz
28ffccfc98 Needs intltool, says bulk build. 2006-07-20 19:11:37 +00:00
wiz
eee3d376f6 -edb, update done. 2006-07-20 19:06:15 +00:00
wiz
a27c03fea8 Note edb update and rt-* PKGREVISION bumps. 2006-07-20 19:06:08 +00:00
wiz
1093d3b371 Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies
already pull in apache2 by default. Bump PKGREVISION.
2006-07-20 19:05:24 +00:00
jlam
574f8fe190 Make _show-dbginfo-configure work for packages that don't set
CONFIGURE_ARGS.  We guard against an empty CONFIGURE_ARGS to prevent
the ODE variable loop from expanding to an empty value.
2006-07-20 19:00:50 +00:00
wiz
d5306ee81c Update to 1.0.5, changes unknown.
Add dependency on ncurses, because edb uses putwin(). Remove BROKEN_IN.
2006-07-20 19:00:48 +00:00
wiz
8388ac994a + cups-1.2.2, enlightenment-0.16.8.2, rt3-3.6.0. 2006-07-20 18:02:42 +00:00
rillig
8774cc5fc5 CONFIGURE_ARGS are processed by an ODE "for" loop, since that prevents
an empty line from being printed when the variable is empty. It also
removes the need for special handling of "<".
2006-07-20 17:56:27 +00:00
minskim
3b0e8473aa Remove comments not applicable. 2006-07-20 17:53:42 +00:00
jlam
6bd385f1bb Use an ODE variable loop instead of a make .for loop to output the list
of "TOOL" variables defined by the tools framework.
2006-07-20 17:40:45 +00:00
rillig
63572ebd6f Added the build-env target. 2006-07-20 17:31:20 +00:00
minskim
be50a3ed24 Add buildlink3.mk. 2006-07-20 17:30:09 +00:00
minskim
bbdc538df5 Add GraphicsMagick. 2006-07-20 17:25:23 +00:00
minskim
e0677ddbfd Import GraphicsMagick from pkgsrc-wip. Packaged by OBATA Akio.
GraphicsMagick(TM) provides a powerful image manipulation and
translation utility.  It is capable of displaying still images and
animations using the X Window system, provides a simple interface for
interactively editing images, and is capable of importing selected
windows or the entire desktop.  GraphicsMagick can read and write over
88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and
Photo CD.  It can resize, rotate, sharpen, color reduce, or add
special effects to the image and save the result to any supported
format.  GraphicsMagick may be used to create animated or transparent
.gifs, create composite images, create thumbnail images, and much,
much, more.

GraphicsMagick is one of your choices if you need a program to
manipulate and display images.  If you want to develop your own
applications which use GraphicsMagick code or APIs, you need to
install GraphicsMagick-devel as well.
2006-07-20 17:23:15 +00:00
rillig
98a199bc4d Include the file bsd.pkg.debug.mk if requested by invoking the "debug"
target.
2006-07-20 17:16:43 +00:00
rillig
5902b29ca6 Oops, there had been an RCS tag that should not have been expanded. 2006-07-20 17:14:26 +00:00
rillig
680b655fe9 Added the "debug" target, which outputs a lot of information helping in
debugging packages that have build problems.
2006-07-20 17:10:45 +00:00
minskim
9c7fc89be7 Note PKGREIVISION bump of diffutils. 2006-07-20 17:09:46 +00:00
minskim
7b2ed656be Enable NLS explicitly. Bump PKGREVISION. 2006-07-20 17:09:14 +00:00
rillig
1e90e68755 Up to now, the language "c" has always been enabled, no matter if the
package said USE_LANGUAGES=#none or USE_LANGUAGES=fortran. Added a
c-fail-wrapper that works like the other fail-wrappers. The default
value for USE_LANGUAGES is still "c". Some problems are expected with
packages that say USE_LANGUAGES+=c++ or with packages containing GNU
configure scripts and setting USE_LANGUAGES=c++, as those scripts always
need a working C compiler.
2006-07-20 16:44:01 +00:00
minskim
fe7fd89fe3 This package needs zlib. 2006-07-20 16:32:46 +00:00
wiz
3636ec9b7c Remove gnome-icon-them and startup-notification, since they are not
in the package Makefile.
This broke e.g. gnome2-applets.
2006-07-20 16:00:28 +00:00
jlam
5ffee8aef3 Don't bother with error messages when attempting to remove the "work"
symlink in the pkgsrc tree in case it's actually a stale work directory.
This gets rid of this error:

===> Cleaning for pkg_install-20060701
rm: work: is a directory
*** Error code 1 (ignored)
2006-07-20 15:42:04 +00:00
jlam
98bd70c66b Fix location of install-sh script in the bootstrap work directory.
Problem noted by OBATA Akio on pkgsrc-users@.
2006-07-20 15:13:10 +00:00
salo
83d251d290 I have net/wireshark ready, just confirming some details with <drochner>
and <frueauf>.
2006-07-20 14:43:34 +00:00
jlam
33879949fb The package directory path is "PKGPATH", not "PKG_PATH", which is used
by pkg_add(1).
2006-07-20 14:17:48 +00:00
jlam
7c21fc1820 Change last instance of _REPLACE.* to REPLACE.*. Remove special
_REPLACE.* handling from replace-interpreter.mk.
2006-07-20 13:54:44 +00:00
jlam
70ed8f8e8b REPLACE_INTERPRETER occurs as part of the configure step, so don't set
NO_CONFIGURE.
2006-07-20 13:48:14 +00:00
joerg
eeaca99630 verify_file() returns a non-zero result whenever the distfile does not
currently exist. This triggers a bug in the Bourne shell of at least
DragonFly and Irix, when set -e is also active. Remove set -e to avoid
this. Discussed with jlam@, shown by DragonFly bulk builds, complains on
DragonFly's user list and PR 34036.

A test case for this shell bug is, which should return 0:

set -e

testf () {
	test -f /nonexistent || return 1
	return 0
}

if testf; then
	exit 1
fi
exit 0
2006-07-20 13:31:08 +00:00
jlam
159d2f8131 Remove ${SED} check that no longer works. 2006-07-20 13:19:29 +00:00
joerg
57589ae2e1 Needs perl. 2006-07-20 12:32:02 +00:00
joerg
177e416f4f Needs intltool. 2006-07-20 12:31:03 +00:00
joerg
c432268fcb Needs perl. 2006-07-20 12:28:29 +00:00
gson
9d4c7f77de Import the following change to add/perform.c from src to pkgsrc:
Fix uninitialized variable which was causing pkg_add -u to randomly
 dump core.  This may fix PR pkg/30292.

Also bump the pkgsrc PKGTOOLS_VERSION to 20060720.
2006-07-20 11:29:48 +00:00
markd
a22fa991e4 k3b update. 2006-07-20 11:24:30 +00:00
markd
a4d7a236a2 Update k3b to 0.12.16.
* FreeBSD Compile fixes (thanks to Heiner Eichmann).
    * NetBSD support (thanks to Mark Davies)
    * Always force 44.1khz in the Lame MP3 encoder plugin.
    * Fixed VideoDVD creation on rewritable media.
    * Fixed Copy of Enhanced Audio CDs with CD-Text.
    * Changed default boot cataloge name from "boot.cataloge"
      to "boot.catalog"
    * Fixed a crash when reusing the same DVD Iso Image writing dialog.
    * Ignore case when comparing MD5 sums entered by the user.
    * Make sure that filenames in a data project's folder are unique.
    * Allow index statements bigger than 99 minutes in cue files.
    * Properly set the length of SCSI commands (again this fixes some device
      detection problems).
2006-07-20 11:22:25 +00:00
adam
79967c87b2 Updated sysutils/ntfsprogs to 1.13.1 2006-07-20 08:23:41 +00:00
adam
24b09649fc Changes 1.13.1:
- Fix bug in ntfs_attr_pwrite() when we sometimes lose current run in
	  the runlist.
	- Fix build with --disable-gnome-vfs --enable-fuse-module.
	- ntfscluster: identify files even if their clusters aren't set
	  in $Bitmap (useful to find potentially corrupted files).
	- mkntfs: set the physical drive and the extended boot signature to
	  0x80 in the Extended BPB which are needed to boot from disk.
	- ntfsinfo: fix two freed memory usages when dumping $SDS and index
	  allocation entries.
	- libntfs: add ntfs_attr_readall() which reads the entire data
	  from an ntfs attribute.
	- libntfs: add ntfs_index_root_get() which reads the index root of
	  an attribute.
	- ntfsclone: the --metadata option will wipe the timestamps in the
	  index allocation attributes as well. This further decreases the
	  compressed metadata image size by 10-25% and more importantly it
	  eliminates non-interesting ntfscmp differences.
	- ntfscmp: support bad cluster list, compare full attribute headers
	  for non-resident attributes, added manual, build and install by
	  default.
	- Fix bug with renaming directories with names in DOS and WIN32
	  namespaces.
	- ntfsclone: fix 64 bit destination size calculation on Mac OS X
2006-07-20 08:22:02 +00:00
wiz
11df16de6a pkgsrc-users, not tech-pkg. 2006-07-20 06:52:16 +00:00
rillig
2e0a730f64 Fixed the path to the Perl interpreter, but didn't add a runtime
dependency to Perl. Since now, no one has complained that the scripts
cannot be run, so it can be expected that users who want to run them
will be able to install Perl, too.
2006-07-20 05:24:07 +00:00
wiz
c8891027ae Add a comment that kdeartwork3 might need updating. 2006-07-19 23:42:31 +00:00
wiz
d03de7b275 + amavisd-new-2.4.2 [pkg/34041], liferea-1.0.17, sun-jdk14-2.12
[pkg/34035], sun-jre14-2.12 [pkg/34035], wireshark-0.99.2 [was
  ethereal], xchat-2.6.6.
- fceu-0.98.15 (not an official release).
2006-07-19 23:10:22 +00:00
wiz
840801e510 gpgme updated to 1.1.0. 2006-07-19 23:02:30 +00:00
wiz
8e52c97716 Fix a pkglint warning. 2006-07-19 23:02:13 +00:00
wiz
48d9fe2aa7 Remove superfluous bsd.prefs.mk inclusion. 2006-07-19 23:01:49 +00:00
wiz
f00b37853e regen with current createbuildlink. 2006-07-19 23:01:03 +00:00
wiz
82394bce31 Update to 1.1.0, based on patches provided by George Michaelson
in PR 32761.

Noteworthy changes in version 1.1.0 (2005-10-01)
------------------------------------------------

 * You can now configure the backend engine file name and home
   directory to be used, as default and per context.

 * Information about the recipients of an encrypted text is now
   available at decryption time.

 * New status GPGME_STATUS_PLAINTEXT.  This is analyzed by the decrypt
   and verify handlers, the information about the plaintext filename,
   if available is made available in the new field file_name of the
   respective result structure.

 * The code for "automagically detecting the thread library" has been
   removed from libgpgme.  It is deprecated since version 0.4.3.
   Since then, you had to link against libgpgme-pthread for
   applications using pthread and libgpgme-pth for applications using
   GNU Pth.

   The code was removed because it caused compilation problems on
   systems where the pthread.h header from GNU Pth is available in
   addition to the system header (FreeBSD 6 and later for example).

 * There is a new flag for keys and subkeys, is_qualified, which
   indicates if a key can be used for qualified signatures according
   to local government regulations.

 * You can associate a filename with a data object using the new
   function gpgme_data_set_file_name().  This filename will be stored
   in the output when encrypting or signing the data and will be
   returned when decrypting or verifying the output data.

 * You can now set notation data at signature creation with the new
   function gpgme_sig_notation_add().

 * Interface changes relative to the 1.0.3 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_engine_info		NEW
gpgme_ctx_get_engine_info	NEW
gpgme_ctx_set_engine_info	NEW
gpgme_recipient_t		NEW
gpgme_decrypt_result_t		EXTENDED: New field recipients.
gpgme_verify_result_t		EXTENDED: New fields pubkey_algo, hash_algo.
gpgme_decrypt_result_t		EXTENDED: New field plaintext_filename.
gpgme_verify_result_t		EXTENDED: New field plaintext_filename.
GPGME_STATUS_PLAINTEXT		NEW
gpgme_key_t			EXTENDED: New field is_qualified.
gpgme_subkey_t			EXTENDED: New field is_qualified.
gpgme_data_get_file_name	NEW
gpgme_data_set_file_name	NEW
gpgme_sig_notation_flags_t	NEW
GPGME_SIG_NOTATION_HUMAN_READABLE NEW
GPGME_SIG_NOTATAION_CRITICAL	NEW
gpgme_sig_notation_clear	NEW
gpgme_sig_notation_add		NEW
gpgme_sig_notation_get		NEW
2006-07-19 22:59:59 +00:00
wiz
bf018bc806 Note some updates. 2006-07-19 22:48:55 +00:00