Commit graph

24429 commits

Author SHA1 Message Date
jlam
e8a5be45db Back out part of last change that didn't pertain to the description in the
commit log.
2001-10-27 03:38:19 +00:00
jlam
eb1488c060 Don't hardcode the installation prefix as '/usr/X11R6'. Use '%D' instead. 2001-10-27 03:31:08 +00:00
jlam
bd3520f814 Don't require autoconf/automake. 2001-10-26 22:05:31 +00:00
jlam
50013e9c2f Use AUTOMAKE_OVERRIDE instead of the custom pre-configure target. 2001-10-26 21:53:01 +00:00
tron
8d0e937ff7 Add a new "show-vars" target which allows to display several makefile
variables at once.
2001-10-26 21:42:44 +00:00
jlam
7146b14699 Define INTLLIBS to be the flags needed to link against libintl.a, and pass
${INTLLIBS} through to the configure environment.  This should fix
pkg/14360 (x11/gtk: gtk-config does not list "-lintl") by Jun-ichiro itojun
Hagino <itojun@itojun.org>.
2001-10-26 19:18:36 +00:00
jlam
0a8ec5c117 Document how to deal with packages that need autoconf/automake and
AUTOMAKE_OVERRIDE.
2001-10-26 17:15:57 +00:00
jlam
83a062506e If AUTOMAKE_OVERRIDE=YES then we touch files in ${WRKSRC} in such a way
that GNU autoconf/automake are not executed during the build process, even
if the tools exist in the build environment.  This prevents the build
process from overwriting any changes made to the configure script or to the
Makefile.in files.
2001-10-26 17:03:04 +00:00
jwise
2d3b50b92d Expand description of the ${PKG_JVM} selector to note that ${JAVA_HOME} is
set based on this choice if unset, and that blackdown-jdk13 is the default
on powerpc.
2001-10-26 16:18:46 +00:00
jwise
a4df548561 Correct description of ${JAVA_HOME}. ${JAVA_HOME} is used to select an
installed JVM to use to build java-based packages.

${JAVA_HOME} is not used to select where to install java based packages.  All
packages which install java .jar files should install them in
${PREFIX}/lib/java, so that they will be accessible to multiple installed
JVMs.
2001-10-26 16:08:53 +00:00
agc
507d23ecbf Also delete the magic invocation of scripts/configure and
scripts/{pre,post}-install - there is nothing that uses any of these,
and it incurs needless overhead.
2001-10-26 16:03:26 +00:00
kleink
e2845daabf Make this work with OpenLDAP-2.x as well. 2001-10-26 16:02:31 +00:00
taya
4d4e3f8af1 Update galeon to 0.12.5
Changes from Release Notes
	0.12.4 -> 0.12.5
	- ability to drag tabs
	- bugfixes

	0.12.3 -> 0.12.4
	- mozilla 0.9.5 compatibility
	- bugfixes
2001-10-26 16:02:01 +00:00
taya
3e625e10e5 enable IPv4 mapped IPv6 address(workaround for -current) 2001-10-26 15:27:56 +00:00
kleink
576e23d592 As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing. 2001-10-26 15:17:38 +00:00
wulf
967aaf280f Changed PKGDIR assignment to allow migration of files currently held in
${.CURDIR}/pkg directory to the toplevel of the package. It remains
backward compatible with the existing system allowing a progressive
transision process. The long term goal is a reduction of overheads and
processing time when working with the cvs tree.
2001-10-26 15:08:43 +00:00
agc
42f4f968e1 Move the post-patch custom script into the package Makefile. 2001-10-26 14:37:56 +00:00
agc
296e868cf0 Move the moz-install script from the scripts/ directory to the files/
directory.
2001-10-26 14:35:12 +00:00
agc
63e640ea1d s/chmod/${CHMOD}/ 2001-10-26 14:31:30 +00:00
agc
4f195b7e57 Move get-cm custom script to the files/ directory 2001-10-26 14:26:26 +00:00
kleink
303313aa77 Buildlink'ify. 2001-10-26 14:17:18 +00:00
agc
d52dd5005a At present, if there is a pre-<target> or post-<target> script in
the scripts/ directory, it will be run automatically as part of
the build process, by bsd.pkg.mk.  There are now exactly 5 packages
in pkgsrc which use this facility, and yet, for every package build,
the existence of a script is checked by bsd.pkg.mk once before the
target is executed, and once afterwards. This incurs needless
overhead.

Move the separate pre- and post- script handling out of bsd.pkg.mk into
the individual package Makefiles, where it's much more obvious what is
happening, anyway.
2001-10-26 14:09:59 +00:00
skrll
9f28ffc95e Update REPLACE_PERL to work for /bin/perl and use it in kdelibs2 instead
of home grown post-patch target.
2001-10-26 13:57:58 +00:00
wiz
460b06f7ea Move post-extract script contents into post-extract make rule. 2001-10-26 13:57:26 +00:00
kleink
92f6e17557 Be explicit about an OpenSSL dependency. 2001-10-26 13:41:27 +00:00
jun
4717a88d45 Update of mew to 2.1rc2
Mew 2.1 release candidate 2 (2001/10/26)

* gifsicle support to prevent XEmacs from dying.
* Text/Xml support for mew-summary-execute-base.
* Handling 'quit in sort and pack.
* A patch for refile learning.
  Yoshinari Nomura <nom@csce.kyushu-u.ac.jp>
* Fixing a bug that XEmacs dies when encoding GIF.
* Edit again for qmail.
* Bug fixes for privacy services in drafts.
* Limit for re-search-foward in mew-text/xml-detect-cs etc.
2001-10-26 13:21:31 +00:00
agc
c6170d9f6e As this script is called directly by the package Makefile, move it out
of the scripts directory, so that we don't confuse it with one of the
automatically called scripts in bsd.pkg.mk
2001-10-26 12:54:24 +00:00
kleink
a0949d40a7 Update for 2.0.18 as well. 2001-10-26 12:43:20 +00:00
agc
ea79657c3b Move from a custom post-patch script to a standard package Makefile
target, and do things a bit more efficiently.

Remove now unnecessary script.

XXX This Makefile still needs work wrt tty devices XXX
2001-10-26 12:33:23 +00:00
agc
7ac52790a3 The directory to pick up the openldap1 package from is
../../databases/openldap1 now.

It doesn't make much sense to me to patch a Makefile to include
@PREFIX@ patterns, followed by a custom script to substitute @PREFIX@
for ${PREFIX}.  Modify the patch to use "${PREFIX}" (which is passed
through the environment anyway), and is what every other package
seems to use quite happily.

Remove now unnecessary script file.
2001-10-26 12:18:20 +00:00
agc
a15f55698b Since the build and install scripts are executed directly by the package
Makefile, move them from scripts/ to files/ to make it obvious that the
scripts invocations in bsd.pkg.mk are not being used.
2001-10-26 11:46:54 +00:00
agc
2772849ead Instead of using a custom script to do the same job at the same
time as the REPLACE_PERL definition, simplify things by using the
REPLACE_PERL functionality.

Also substitute the correct prefix in a package Makefile target,
rather than using the configure script.

Remove now unnecessary script.
2001-10-26 11:35:03 +00:00
agc
f8da7e868c It would appear that this package has a silent dependency on the
dmalloc package, so add a dependency on the same, and add build glue
so that the random_maps and common directories get built properly.
2001-10-26 11:10:35 +00:00
skrll
1b93af249c Fix a typo that has there for ages so that the previous fix for new
toolchains actually works.

I had reports that the problem that the definition of
"output_verbose_link_cmd" was supposed to fix had indeed been fixed.
(Never believe everything you read)
2001-10-26 10:58:02 +00:00
agc
92e3873a9a The post-patch script did the same job, at the same time, as the newer
REPLACE_PERL definition does, so convert this package to use REPLACE_PERL.

Remove now unnecessary post-patch script.
2001-10-26 10:43:54 +00:00
agc
41935219fb The post-patch script was doing the same job that the REPLACE_PERL
definition does, so use REPLACE_PERL instead of a custom script.
2001-10-26 10:14:48 +00:00
agc
7fed12e73a Rather than jumping through hoops during the configure stage trying to
calculate CFLAGS, and add to them using sed, do this properly with a
make(1) "+=" assignment in the patch stage.

Remove unnecessary script file.
2001-10-26 10:03:50 +00:00
kleink
c5a9cd15b6 Update to OpenLDAP 2.0.18; notable changes:
OpenLDAP 2.0.18 Release
        Fixed -llber ber_bvecadd bug (ITS#1398)
        Fixed slap tools replica config bug (ITS#1385)
        Build environment
                Updated req_query detection
2001-10-26 09:04:49 +00:00
skrll
1034b557a9 Fix ltcf-cxx.sh to work on -current/new toolchains. That is make sure that
/usr/lib/crtbeginS.o and /usr/lib/crtendS.o make it into
{pre,post}dep_objects.

Fixes pkg/14353 from Witold J. Wnuk <witek@pd37.warszawa.sdi.tpnet.pl>

Tested as "still" working on 1.5.2.

Bump minor number of pkg and make pkgsrc depend on this version.
2001-10-26 07:47:38 +00:00
itojun
95baf3f8cd upgrade to 20011026a. 20011016a had a serious bug in tunnel mode SA
establishment.
2001-10-26 01:32:29 +00:00
jwise
29d9417b39 a.) use version-numbered tarball, which is now available. Pointed out by
David Maxwell (david@netbsd.org)

b.) correct version number.  The preferred form is 5.33.0 (not 5.33)...
2001-10-25 22:21:52 +00:00
jlam
6b56087a7a ftp.digital.com doesn't hold the CPAN mirror any longer. It's at
gatekeeper.dec.com.
2001-10-25 21:15:08 +00:00
agc
841fee062e Move a one-liner post-extract script to be a standard package Makefile
target, and remove the now unnecessary script file.
2001-10-25 21:04:32 +00:00
agc
4a638f0adf Move the linux-mkpwd.sh script from scripts/ to files/ 2001-10-25 20:58:50 +00:00
agc
7442826736 Move configuration process from a separate script file to a standard
package Makefile target.

Provide a Makefile.inc during the patch stage

Remove now unnecessary configure script
2001-10-25 20:50:38 +00:00
jwise
54b7c614cb Trim a (newly) outdated update request 2001-10-25 20:48:05 +00:00
agc
69926886dc Move the configuration stage from a separate script into the package
Makefile, using the standard target.

Add the required Makefile and Makefile.inc in a more standard way.

Get rid of the now unnecessary configure script.
2001-10-25 20:40:07 +00:00
jlam
8ba796c5da Use the definitive homepage. 2001-10-25 20:35:33 +00:00
agc
2c0130d6fb + Move configuration from configure script to a standard package
Makefile target.

+ Modify Makefiles in patch stage, rather than using sed in configure
stage.

+ Use ${LOWER_OPSYS} where appropriate.

+ Use pax in preference to a tar pipeline to copy hierarchies at
install time.
2001-10-25 20:16:53 +00:00
wiz
197b4c463a Update to 5.2.0.611, since the older distfile doesn't exist anymore.
Changes unknown. Addresses pkg/14354.
2001-10-25 19:57:34 +00:00