Next | Query returned 113 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2008-11-14 03:47:10 by Chuck Cranor | Files touched by this commit (1)
Log message:
don't use c99 on Darwin, it screws up dynamic linking.
see http://mail-index.netbsd.org/tech-pkg/2008/11/10/msg002023.html
and http://mail-index.netbsd.org/tech-pkg/2008/11/10/msg002026.html
   2007-12-02 12:47:56 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove Ex-MASTER_SITE. From Zafer Aydogan.
   2007-01-02 12:26:58 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Convert to modular Xorg.
   2006-12-02 23:33:00 by Jan Schaumann | Files touched by this commit (11)
Log message:
Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
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-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
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-06-15 22:40:16 by Johnny C. Lam | Files touched by this commit (37)
Log message:
Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
   2006-04-29 18:58:45 by Jan Schaumann | Files touched by this commit (1)
Log message:
when using the MIPSPro compiler, pass '-c99', too.
   2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528)
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
   2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292)
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.

Next | Query returned 113 messages, browsing 31 to 40 | Previous