Age | Commit message (Collapse) | Author | Files | Lines |
|
removes all -Wl,* entries. Otherwise some versions of gcc will
give a warning which in turn breaks the autoconf check for fortran
libraries. This fixes at least cad/tnt-mmtl and probably any
other package that uses the AC_F77_LIBRARY_LDFLAGS autoconf macro.
Bump rev to f2c-20001205nb10.
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
|
conflicting files.
|
|
|
|
solaris in 64 bit mode. Patch from Gilles Dauphin.
|
|
|
|
from the original, that it has become easier to maintain it as its own
file instead of a patch, so do that.
- Improve the shell quoting quite a bit in the f2c-f77 script. Now you
can pass things like -DFOO=this\ is\ a\ test and have the escapes
actually work when the arguments get passed down to the underlying
commands. Many thanks to Alan Barrett for help with the shell quoting.
- bump pkgrev
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
file which triggers a bug in some versions of zlib. This file
was not used anyway.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
required by default any longer in bsd.pkg.mk under the new tools
framework.
|
|
|
|
|
|
This addresses a temp file symlink race vulnerability. The f2c patch
is adapted from the debian one. The f2c-f77 (wrapper script which emulates
a fortran compiler) patch was done a bit differently.
|
|
by the wrapper framework. This commit is part of the USE_FORTRAN-removal
commit.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
- automatically figure out MAIN__ vs _MAIN__
- don't clobber the path when running f2c-f77. This lets you
have a better chance of finding the c compiler!
With all this this package now seems fully functional on solaris-2.9 as
well as NetBSD.
|
|
hello.f works on alpha's too now.
|
|
bsd.lib.mk. Should address PR26628 where this package can't
build on solaris. In addition, this cleans up some PLIST hacks.
|
|
to bl3 and remove f2c's buildlink2.mk file.
|
|
|
|
|
|
|
|
on x86_64.
|
|
not available before the buildlink phase, and calling the compiler in
the patch phase is Wrong.
|
|
etc. because the bare variables will point to the correct executables.
|
|
|
|
|
|
|
|
|
|
|
|
instead of the actual compiler.
|
|
buildlink2.mk files back into the main trunk.
|
|
|
|
need to build a _pic lib.
fixed PR pkg/16302 submitted by
Daniel Senderowicz <daniel@mispibes.SynchroDS.COM>
|
|
on -current reported in pkg/15844 by florence.henry@obspm.fr
|
|
|
|
adding -mieee to CFLAGS and FFLAGS for alpha.
bump rev to f2c-20001205nb5
|
|
set to '${ECHO_MSG} "=>"' for now.
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
|
|
installation directory in case the package isn't installed.
|
|
${LOCALBASE} directories. Also set PKG_FC to the buildlink'ed f2c-f77
wrapper script.
|