Commit graph

9 commits

Author SHA1 Message Date
Juan RP 0079e0289d xorg-server: remove not relevant patches.
--HG--
extra : convert_revision : 56c864d7e1e2f076292b8a91658a9c618bc9674d
2008-10-27 15:32:42 +01:00
Juan RP b52d064544 Major changes to support multiple distfiles in templates.
Each template now needs to use $distfiles that accepts the full
URL to download the distfile and old $extract_sufx is now merged
on it, but this must be separated by the '@' character. Example:

distfiles="http://www.foo.org/blah-6.2@.tar.gz
http://www.foo.org/blob-1.0@.tar.bz2"

If distfiles contains multiple files defined, $wrksrc is now
mandatory.

--HG--
extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
2008-10-14 07:52:29 +02:00
Juan RP cfa18b4416 Massive renaming, pkgfs is now called xbps.
Also known as "xtraeme's build package system".

--HG--
extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
2008-10-13 07:32:05 +02:00
Juan RP a01d4997cc xorg-server: enable some more extensions.
--HG--
extra : convert_revision : 503f33993b029a2b5f47d1e54e1c4c5eadd95aeb
2008-10-10 06:30:56 +02:00
Juan RP 012beff7ba xorg-server: add a patch from pkgsrc to workaround pointer jumps.
It still happens but not as frequent as before...

--HG--
extra : convert_revision : a262ca7ffd8adb320a54ab67da3fcd4d1eb2e098
2008-10-08 19:32:52 +02:00
Juan RP a0b2ade754 xorg-server: use --enable-install-setuid.
I'll add soon a chroot target that will build the package specified
in a chroot and with root privileges, so that setuid/setgid apps are
fully supported while unpacking binary packages.

--HG--
extra : convert_revision : 1e94fa5ffab2a89f52c79442deb632e697cc569e
2008-10-08 03:38:56 +02:00
Juan RP e8106a4a6a xorg-server: set --with-xkb-output explicitly.
With all this set of changes, xorg-server fully WORKS!

--HG--
extra : convert_revision : f10f8f32c4b44f0476e31ee25225ec3f46c09519
2008-10-07 00:14:19 +02:00
Juan RP e51058bb61 Override a path at install target to install into correct location.
--HG--
extra : convert_revision : 104b7b38f34bcf942f2aabd5f73d4040d48e80ab
2008-10-06 01:20:35 +02:00
Juan RP e9def74b60 Mega patch to improve how build dependencies are handled and
how packages are found.

First: I removed all these *-deps.db files and only a single file
is used now "build-depends.db"; it's smaller and will be easier
to handle in the future... when "run-depends.db" is added :-)

Second: there's no need to specify version of package anymore;
before you had to do:

	$ pkgfs.sh install git-1.6.0.2

now you only do:

	$ pkgfs.sh install git

This will read the variables located at PKGFS_TEMPLATESDIR/git.tmpl
and will the install the version that is there.

--HG--
extra : convert_revision : 9e3e5d70965a69c76f59e322b7c7b674d627af52
2008-10-04 06:29:49 +02:00
Renamed from templates/xorg-server-1.5.1.tmpl (Browse further)