Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-16 | Explicitly include glib2's bl3 file. | jmmv | 1 | -1/+2 | |
2004-02-16 | Include gettext-lib's bl3, sort includes and use pkgsrc intltool. | jmmv | 1 | -2/+4 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 3 | -7/+4 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-14 | CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will | jlam | 1 | -3/+1 | |
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2. | |||||
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -7/+32 | |
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE. | |||||
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -33/+27 | |
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable. | |||||
2004-02-11 | Move the INCOMPAT_FOO checks to a more natural location within the | jlam | 1 | -12/+11 | |
block that decides whether package FOO is built-in or not. If the platform is listed in IMCOMPAT_FOO, then treat FOO as being not built-in. | |||||
2004-02-11 | bl3ify | xtraeme | 1 | -9/+9 | |
2004-02-10 | Force use of GNU tar, as the messages shown by "pax as tar" are not recognized | jmmv | 4 | -3/+109 | |
properly by the program. Fixes multiple crashes and handling of tar archives. Closes PR pkg/24206. Also depend on zip and unzip and ensure paths to them are correct. Bump PKGREVISION to 2. | |||||
2004-02-10 | MAINTAINER should only contain an email address. | grant | 1 | -2/+2 | |
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 1 | -2/+2 | |
existing value. This is critical to set the correct list of dependencies for a package. | |||||
2004-02-09 | bl3ify | jlam | 2 | -2/+18 | |
2004-02-09 | Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). | jmmv | 1 | -1/+2 | |
2004-02-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 7 | -15/+15 | |
etc. because the bare variables will point to the correct executables. | |||||
2004-02-08 | PKGLIBTOOL and PKGSHLIBTOOL are no more. | jlam | 1 | -4/+4 | |
2004-02-07 | Add Linux-*-i386 to ONLY_FOR_PLATFORM. | xtraeme | 1 | -2/+2 | |
2004-02-07 | Don't depend on suse_base if our system doesn't need linux emulation | xtraeme | 1 | -1/+5 | |
(e.g using Linux :-), noted by Gendalia. | |||||
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 | |
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets. | |||||
2004-02-06 | Update to 2.4.4: | jmmv | 2 | -6/+5 | |
* Fixed bug #131560: zip files gets an empty password by default. | |||||
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+6 | |
simpler to understand. | |||||
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 2 | -10/+8 | |
value outside of buildlink-related files. | |||||
2004-02-05 | Support a new global variable: | jlam | 2 | -2/+18 | |
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package. | |||||
2004-01-29 | bl3ify, gives this a chance of building with SunPro. | grant | 1 | -4/+7 | |
2004-01-29 | removal missed in last commit. | grant | 1 | -14/+0 | |
2004-01-29 | remove a patch and just override CC and CFLAGS. fixes build with | grant | 2 | -3/+4 | |
non-gcc. | |||||
2004-01-29 | bl3ify, don't override CC. fixes build with non-gcc. | grant | 3 | -11/+16 | |
2004-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -2/+2 | |
2004-01-23 | Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. | jmmv | 1 | -1/+2 | |
This shouldn't be needed if we had non-recursive dependancies *sigh*. | |||||
2004-01-22 | bl3ify | jlam | 1 | -3/+3 | |
2004-01-22 | Update file-roller to 2.4.3, provided by Min Sik Kim in PR pkg/24160. | xtraeme | 2 | -5/+5 | |
Changes: * Fixed bug #127073 (Deleting all files from an archive does not work) * Fixed bug #129794 (file-roller 2.4.1.1 crashes upon LZH file opening) * Updated eggtreemultidnd from libegg. * Do not use the ephy-ellipsizing-label widget any more. * Emit the DONE signal if no command is present. | |||||
2004-01-22 | move linker arguments around so that always ${LDFLAGS} comes | grant | 3 | -9/+18 | |
before -lz, ensuring we only link against pkgsrc libz. fixes a problem on Solaris where the linker would find and use /usr/lib/libz.so *and* ${LOCALBASE}/lib/libz.so which fails at runtime because the versions differ. | |||||
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 10 | -20/+20 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 24 | -49/+55 | |
2004-01-19 | Update to 3.3.4. Changes not found. | wiz | 2 | -5/+5 | |
2004-01-15 | Make mscompress output valid archives on sparc64. | ben | 1 | -0/+18 | |
2004-01-15 | Make mscompress output valid archives on NetBSD/sparc64. | ben | 1 | -1/+2 | |
2004-01-11 | Fix UPX build error relative to new version of UCL. | ben | 2 | -1/+15 | |
2004-01-07 | Note import of archivers/upx-1.24. | ben | 1 | -1/+2 | |
2004-01-07 | Initial import of upx-1.24, based on wip/upx and the package provided by | ben | 5 | -0/+84 | |
fab@gnux.info in PR 23903. This is the "Ultimate Packer for eXecutables". This will build and run on NetBSD, but it only operates on the binary formats of other systems. | |||||
2004-01-07 | Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper. | jlam | 1 | -4/+4 | |
2004-01-06 | whitespace | jlam | 1 | -2/+2 | |
2004-01-05 | Update to 2.4.2 provided by Min Sik Kim in PR pkg/23992. | xtraeme | 3 | -9/+8 | |
Changes: o Do not compile with the DISABLE_DEPRECATED macro defined. o Handle filenames with ambiguous chars (like []*) in zip archives. o Handle correctly password with spaces in zip archives. | |||||
2004-01-05 | bl3ify | jlam | 3 | -9/+18 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-05 | Sprinkle a few double quotes here and there. | jlam | 1 | -4/+4 | |
2004-01-05 | Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. | jlam | 1 | -19/+12 | |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 | |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+70 | |
buildlink3 framework. | |||||
2004-01-03 | Bump package revisions for tiff update. | reed | 2 | -3/+4 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2004-01-02 | Undo last unwanted commit. | seb | 1 | -2/+1 | |