Commit graph

28 commits

Author SHA1 Message Date
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
wiz
0ffbdd0061 Update to 1.0.1:
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to
           1.2.3, which properly includes the security fix. Fixed "make dist"
           to handle .svn dirs and other file changes. Removed "debian"
           directory. Fixed warning in physfs.c. Updated CWProjects.sit.
           Upped version to 1.0.1.
07132005 - Moved to zlib122, and security fix discussed here:
           http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
06122005 - Added support for mingw to Unix build process (thanks, Matze!).
03162005 - Readded Spanish translation. Added Brazillian Portguese translation
           and fixed unlocalized string in wad.c (thanks Danny!). Some MacOS
           Classic fixes and MPW support (thanks, Chris!). Changed CWProjects
           from SITX to SIT format, so MacOS Classic users can unpack it.
02152005 - Minor comment fix in platform/pocketpc.c
01052004 - Fixed HOG archiver sorting/file lookup (thanks, Chris!)
12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)
10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!)
           Removed .cvsignore files (we're in a Subversion repository, now).
           Build system respects external CFLAGS now. (thanks, Adam!)
09212003 - Happy September. Fixes to bootstrap on MacOS X. Seeking now tries
           to respect pre-buffered data.
2005-07-25 12:12:53 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
wiz
7d63ebf149 Fix linking, so that libpthread is pulled in.
Remove superfluous USE_PKGLOCALEDIR.
2004-11-28 14:35:19 +00:00
wiz
084e498f61 USE_LANGUAGES=c c++ 2004-11-22 21:13:03 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
2004-09-22 08:09:14 +00:00
wiz
eca4b9960c Update to 1.0.0:
12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of
           patches to get the Mac Classic target building again. Removed
           zlib114 from CVS repository. Updated OS/2 build batch file.
           Added Z_PREFIX define to Unix builds that use internal zlib.
           Patched up some (outdated?) Visual C project files for zlib121.
           Patched Doxyfile and physfs.h for newer Doxygen. Fixed OS/2
           build script. Tweaked Project Builder files to at least compile.
           Added some last minute BeOS and Cygwin build fixes. Updated
           Visual Studio projects and tweaked some Makefile.am crap. Made
           changes so Visual Studio files would pack with DOS endlines and...
           Upped version to 1.0.0 (woohoo!).
12222003 - Fixed a search-and-replace mistake in win32.c that preventing
           compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use
           zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes;
           put zlib files in separate logical folder in .dsp project; updated
           zlib121/zconf.h to address remaining symbols that were still
           causing link warnings.
12182003 - WAD archiver now puts maps into subdirectories, making them
           accessible to the application. (Thanks, Travis!) RPM spec and
           Makefile.am* now package zlib_license_change.txt (Thanks, Edward!)
12142003 - Added Doom WAD support (Thanks, Travis!)
12082003 - Fixed some win32.c deficiencies that Robby Dermody pointed
           out (thanks!)
12072003 - Upgraded internal zlib to 1.2.1 (thanks, Adam!) Other
           Unix build fixes.
11112003 - Patches to make OS/2 support compile again.
11092003 - Added __PHYSFS_platformStrnicmp(), and made qpak.c case-insensitive.
09122003 - Happy September. Actually released current tree as 0.1.9.
08262003 - Added MiNT support to build process and fixed cross-compiling
           (thanks Patrice Mandin!)
08092003 - Some Windows build fixes (thanks, Brian Hook!)
07232003 - Upped version to 0.1.9.
07202003 - Switched to zlib license (see new LICENSE text in root of source
           tree, and zlib_license_switch.txt for details). Had to remove
           archivers/qpak.c, the Ruby bindings from the extras directory, and
           the Russian and Spanish translations, since those contributors
           couldn't be contacted. If they show up, we'll readd them to the
           project, otherwise we'll eventually replace their work...everyone
           else signed on for the change. Committed a patch to convert all
           tabs to spaces (Thanks, James!). Added patch to zip.c to fix
           crash (thanks, dillo!). Reimplmented qpak.c, by welding together
           bits of grp.c and zip.c. Ed contacted me, so I could readd his
           contributions post-license change...I'm going to keep the new
           qpak.c, but I've readded his Ruby bindings and Russian translations.
06112003 - Patches to globbing.c to handle corner cases (thanks, Bradley!).
06102003 - Added globbing.c to "extras" directory.
05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is
           much much more accurate than the previous code. Updated
           configure.in and Makefile.am.newautomake for some MacOSX stuff.
05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
05182003 - PocketPC fixes (thanks, David Hedbor!)
05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)
04082003 - Minor changes to extras/abs-file.h (Thanks, Adam!)
03302003 - Fixed seeking in uncompressed ZIP entries, and handle a
           misbehaviour in Java's JAR creation tools. Thanks to "Tree" for
           pointing these bugs out. Added HOG and MVL archive support for
           Descent I and II (Thanks, Bradley Bell!). Added example code to
           do case-insensitive file searches ("extras/ignorecase.*").
03192003 - Fixed problem in PHYSFS_mkdir() when dirs to be created already
           exist. Fixed problem where PHYSFS_mkdir() incorrectly tripped an
           alarm in __PHYSFS_verifySecurity().
03122003 - Attempt at cleaning up some type correctness for VC++6. Made QPAK
           archiver case-insensitive (since Quake2 has problems without it).
01302003 - Added buffering API to OS/2 build's exported symbol list. Updated
           CWProjects.sit and made several fixes to get physfs building on
           MacOS Classic again.
01282003 - Fixed seeking in buffered files opened for read.
01072003 - .NET assembly and C# wrapper by Gregory S. Read in the extras dir.
2004-09-21 00:30:59 +00:00
agc
1075e7d7ab Fix the build on NetBSD-2.0D and later with statvfs(2). 2004-09-15 16:45:44 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
snj
709219266e Dump XXX lines. 2004-03-07 00:30:04 +00:00
snj
4b0fc8ad27 No longer used. 2004-03-06 23:53:50 +00:00
snj
44fae2ab54 bl3ify. 2004-03-06 22:37:40 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
gavan
022a7e75d2 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 17:39:30 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
dillo
7afd851de3 fix segfault caused by running off the zip directory 2003-07-13 20:49:29 +00:00
dillo
bab3421824 initial import of physfs-0.1.8
PhysicsFS is a library to provide abstract access to various
 archives. It is intended for use in video games, and the design
 was somewhat inspired by Quake 3's file subsystem.
2003-07-13 20:00:29 +00:00