Juan RP
b029cb3d90
bash: gmake isn't needed.
...
--HG--
extra : convert_revision : 3c4e084f7e356223e5205d10daac810ae6a22eb9
2008-10-14 18:43:53 +02:00
Juan RP
bd95232dd2
Added bash-3.2 template (aka GNU Bourne Again SHell).
...
--HG--
extra : convert_revision : 723ae87da7096889e7a4b1eb0ceb90e1e63765c3
2008-10-14 18:41:37 +02:00
Juan RP
f8fb7d162c
m4: updated to 1.4.12.
...
--HG--
extra : convert_revision : d0ff1b1b8b862675bf672b1336209745a7deab5e
2008-10-14 17:45:34 +02:00
Juan RP
13b9424f1e
Added bison-2.3 template (aka GNU yacc).
...
--HG--
extra : convert_revision : ecc26d3e35cf8040d1eeeb815483874acc45a4aa
2008-10-14 09:42:10 +02:00
Juan RP
f04af04cb0
m4: install it as "gm4" to not conflict with m4 from base.
...
--HG--
extra : convert_revision : 096680e449f97b93d07b0ea18f47f06bec66ccd2
2008-10-14 09:36:28 +02:00
Juan RP
71b9a79168
Added gtar-1.20 template (aka GNU tar).
...
--HG--
extra : convert_revision : 058a62a9f915a9520528d8ebcb345360e84ee3e3
2008-10-14 09:26:36 +02:00
Juan RP
6547c9bef2
Added icu-4.0 template.
...
--HG--
extra : convert_revision : 3fc4a54fe5b144cf4d341a73213d5800f59d8e6b
2008-10-14 09:03:18 +02: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
ef4a64bdba
font-util: bah, fix previous commit!
...
--HG--
extra : convert_revision : c639c9f6bbbfdf2d4a857e3d4a9a46c873ca3127
2008-10-13 10:28:24 +02:00
Juan RP
f109fd5d82
font-util: use run_stuff_before_<phase>_cmd to make this build.
...
--HG--
extra : convert_revision : 7725d0c055964f7176cecada81e302de5264e9c9
2008-10-13 10:20:04 +02:00
Juan RP
7b57c7507f
gimp: use run_stuff_before_configure_cmd to make this build.
...
--HG--
extra : convert_revision : 5e355fafeaa0561fd22a4dec7f6a0c72d009e1d0
2008-10-13 10:16:43 +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
c5e09892b5
Added libxslt-1.1.24 template.
...
--HG--
extra : convert_revision : 2c24c3ad0076959e6a82e947d2d1e88116945520
2008-10-13 06:26:35 +02:00
Juan RP
ef0fe41c49
Added libgcrypt-1.4.3 template.
...
--HG--
extra : convert_revision : abe6b4b2103b9c42bea2eb3e3d203fba363d6acb
2008-10-13 06:18:52 +02:00
Juan RP
aa35ce692a
Added libgpg-error-1.6 template.
...
--HG--
extra : convert_revision : 46d5f117f85e18373de18ab93226ea728b5f2ae7
2008-10-13 05:33:25 +02:00
Juan RP
6575a051be
Simplify template files by removing run_stuff_<stage>_<phase> variables.
...
Now if a file "$pkgname-runstuff-<stage>-<phase>.sh" exists in
PKGFS_TEMPLATESDIR exists, it's executed automatically. Therefore
templates are simplified a lot.
--HG--
extra : convert_revision : 94f1da6424d3df70ef763d4339cf4d8e778ccbac
2008-10-13 05:04:50 +02:00
Juan RP
3e4a2a977c
Added xmlcatmgr-2.2 template.
...
--HG--
extra : convert_revision : adf09323e9455ff5ec35618c996ffee2e6d618a4
2008-10-13 04:50:32 +02:00
Juan RP
c6da43c864
git: remove hardcoded /usr/pkg stuff from Makefile for NetBSD!
...
That means that the correct rpath dir is used now even if
/usr/pkg is there.
--HG--
extra : convert_revision : a1e1417bb9349274805426fd12676810f38a2c2e
2008-10-13 00:40:57 +02:00
Juan RP
05a7bcc95e
curl: updated to 7.19.0 and enabled ldaps now.
...
--HG--
extra : convert_revision : a9edea94bf719d980af9866487a548ed53ee202a
2008-10-13 00:28:53 +02:00
Juan RP
15935a89d1
Added libXcursor-1.1.9 template.
...
--HG--
extra : convert_revision : 3f904573df016b26aae13ad0d993c1e664d248e4
2008-10-12 21:43:46 +02:00
Juan RP
b53922a2ec
Major changes adding new targets and supporting build phases.
...
New changes include adding the following targets:
build, configure, extract, fetch and install.
Those targets replace the not very understood old flags. Also
the code has been restructured to really understand what's going
on all the time.
--HG--
extra : convert_revision : c591d7ffd5251b7bb80e5e56bf2f4a7909c887dc
2008-10-12 20:05:52 +02:00
Juan RP
2ed298ac70
libwmf: fix typo in previous.
...
--HG--
extra : convert_revision : 3791c69e2bdaad64b4a95113b8f69dca478f86dc
2008-10-11 14:09:03 +02:00
Juan RP
ae78bca0fb
libwmf: install stuff into the correct dirs.
...
--HG--
extra : convert_revision : c1b3578d93c9cda02e6f34d462eaafde598dc8ea
2008-10-11 13:50:58 +02:00
Juan RP
577dd85579
glib: ignore charset.alias and do not link it in masterdir.
...
--HG--
extra : convert_revision : f64baef000bec35c0e10b29a985d82090865f7af
2008-10-11 13:04:05 +02:00
Juan RP
955e05fa58
gettext-tools: only link against libintl provided by gettext-runtime.
...
--HG--
extra : convert_revision : f5957559a65e0fc1ed49214f9feae7fed3499b13
2008-10-11 11:06:37 +02:00
Juan RP
9df0bbed01
gettext-runtime: do not link against libintl from base.
...
--HG--
extra : convert_revision : 59206e9b1a020b0687d4505895cf3de711486c90
2008-10-11 09:47:05 +02:00
Juan RP
8a0d474c67
Added GIMP 2.6.1 template and other related stuff required.
...
Another helper was made to be able to build GIMP, which will use the
external gettext-tools package when a template needs it.
--HG--
extra : convert_revision : 80ebdea771b9dec28a1741b5fcae6bd17b50b143
2008-10-11 09:17:47 +02:00
Juan RP
1ff8e9e747
Added gettext-runtime and gettext-tools 0.17 templates.
...
--HG--
extra : convert_revision : 2b438f6d2798207327249cd0c5736291dd8f7aed
2008-10-11 08:40:18 +02:00
Juan RP
f030c1fae5
Added babl-0.0.22, gegl-0.0.20, iso-codes-3.3 and mng-1.0.10 templates.
...
--HG--
extra : convert_revision : e42e0255389433a8b5b99438fea34fe33e487e3d
2008-10-11 06:33:25 +02:00
Juan RP
ea82ff8d3d
shared-mime-info: install the pkgconfig file in correct dir.
...
--HG--
extra : convert_revision : 008f93ddc3c8e051b0cafaca88be330821e22edb
2008-10-11 06:27:29 +02:00
Juan RP
8ad6467b0f
Added libexif-0.6.16 template.
...
--HG--
extra : convert_revision : 18154fe6dbeec61634c4df6c555f704db145cd66
2008-10-11 02:33:03 +02:00
Juan RP
356b63e660
Added libart-2.3.20 template.
...
--HG--
extra : convert_revision : 42773223501d1ad0388944620aec737284006a18
2008-10-11 02:27:03 +02:00
Juan RP
774dc064ba
Added lcms-1.17 template.
...
--HG--
extra : convert_revision : 3c1346e5a4faef5ed43d4d6c9b3dbbfea60dc513
2008-10-11 02:12:02 +02:00
Juan RP
6767460858
Added hicolor-icon-theme-0.10 and its acompannion helper.
...
--HG--
extra : convert_revision : 885f1c2f7759caa86909aed1831522d44b1e159f
2008-10-11 02:03:45 +02:00
Juan RP
259900136c
Added shared-mime-info-0.51 template and its related helper.
...
--HG--
extra : convert_revision : 16763dc3fcd2361fef5ba0560c57a46b45333677
2008-10-10 19:14:25 +02:00
Juan RP
54139e95fb
Added libwmf-0.2.8.4 template.
...
--HG--
extra : convert_revision : c45c116b539c4692b7cbe421039daf83eb53dc35
2008-10-10 18:36:53 +02:00
Juan RP
ea6f54d724
pthread_attr_getschedparam() has been fixed on -current.
...
Remove glib's patch now that it's not needed.
--HG--
extra : convert_revision : ca3d40730eb576d7027826c7287a3ac3b4c61985
2008-10-10 15:05:10 +02:00
Juan RP
c3a511ed1b
Added poppler-0.10.0 and epdfview-0.1.6 templates.
...
--HG--
extra : convert_revision : 0916488178516c460155f0726b9fcaa3de9b47d3
2008-10-10 09:05:01 +02:00
Juan RP
b76fe58826
Added gkrellm-2.3.2 template. YES, IT WORKS!!!
...
--HG--
extra : convert_revision : 0af07729a7e7df1564846952ae2a60253c2d1fa8
2008-10-10 07:38:56 +02:00
Juan RP
e12127b861
glib: added a patch to fix gthread errors caught by gkrellm.
...
I will report this upstream if the bug is not on NetBSD, but I'm not
sure. It seems that on NetBSD you aren't allowed to call
pthread_attr_getschedparam() without first calling _setschedparam().
--HG--
extra : convert_revision : 6a2ed6884cd148e48af908be38e8bb1d0060ccab
2008-10-10 07:37:17 +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
3b6d518c48
firefox: make it work on amd64 and install into the correct dir.
...
All patches were taken from pkgsrc.
--HG--
extra : convert_revision : a90ff297c78014f6ebc8e1361eadcbcd90d7e367
2008-10-10 04:31:46 +02:00
Juan RP
69f7cb761c
Added firefox-3.0.3 template. Yes, it's working.
...
--HG--
extra : convert_revision : fac7e4b80eb7b0050e802441ac8174ec09727a25
2008-10-09 01:28:54 +02:00
Juan RP
87bfc20ca6
Added zip-2.32 template.
...
--HG--
extra : convert_revision : e052b3fe1076c708f50f5d26d1cbb306825b93a6
2008-10-09 00:44:28 +02:00
Juan RP
1d3449ba19
Added libIDL-0.8.11 template.
...
--HG--
extra : convert_revision : 0920b9868c8dc5bca8fa837c4fc940143f675ffa
2008-10-09 00:02:18 +02:00
Juan RP
fde2cb983d
Added sqlite-3.6.3 template... in preparation for firefox.
...
--HG--
extra : convert_revision : 08c7f087180fa5b7ddc37b82f2810841bed2f1cf
2008-10-08 23:54:44 +02:00
Juan RP
49cdd3c7a9
sylpheed: add a patch to build with latest GTK+.
...
I will submit it upstream later...
--HG--
extra : convert_revision : 6c604ee67c9a5ae29c3c69495996b51d1b0a7cd0
2008-10-08 20:09:59 +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
a71a679744
Added some templates to be able to run X11 on VMware.
...
The following templates were added:
- font-cursor-misc-1.0.0
- font-misc-misc-1.0.0
- xf86-video-vmware-10.16.4
- xrandr-1.2.3
- xterm-237
Also xorg-fonts now depends on font-cursor-misc and font-misc-misc,
otherwise it won't work by default on VMware!
--HG--
extra : convert_revision : c09a46be2344ea77b9993ed1c2d096e22367cd79
2008-10-08 18:33:34 +02:00
juan
3751e61133
Updated libxml2 to 2.7.2 because previous distfile dissapeared.
...
--HG--
extra : convert_revision : 66aacd033e930d7a21e9bc4d77e4b675ff40f2f1
2008-10-08 18:31:52 +02:00