Christian Wiese
091335a56c
rsync: Updated (3.0.7 -> 3.0.8)
14 years ago
Christian Wiese
96993f9096
claws-mail: changed to use default prefix instead of 'opt/claws-mail' (IssueID #98 )
14 years ago
Christian Wiese
78ca92876d
eina: removed capability to set e17 prefix via Config
14 years ago
Christian Wiese
b979143ee4
perl-error: Updated (0.15 -> 0.17016)
14 years ago
Christian Wiese
f2fd80d6db
subversion: fixed to install perl modules into vendor directory (see note!)
...
Note:
According to http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
this is the right place for distributions which build binary packages of perl
add-on modules.
If you wonder about the changed build process here is are the relavant
parts out of the 'subversion/bindings/swig/INSTALL' file.
-------------------------------------------------------------------------
* Perl
Perl 5.8.0 is required. You can specify the perl binary by passing
PERL=/path/to/perl as part of the configure command in the top level
of the Subversion source tree. Make sure that the Perl version used
is the same one that you configured SWIG to run against during the
SWIG configure (see above).
1. Run `make swig-pl' from the top of the Subversion source tree.
2. Run `make check-swig-pl' from the top of the Subversion source
tree, to test the bindings
3. to install run `make install-swig-pl' from the top of the
Subversion source tree.
If you need to pass extra parameters to Perl build process (Makefile.PL),
then you need to do this process somewhat different:
1. Run `make swig-pl-lib' from the top of the Subversion source tree.
2. Run `make install-swig-pl-lib'
3. cd subversion/bindings/swig/perl/native
4. Run `perl Makefile.PL EXTRAOPTIONSHERE`
5. Run `make install'
To install the Perl bindings in a location other than the system
Perl directory, use the above instructions with the extra option
PREFIX=/your/prefix/here.
-------------------------------------------------------------------------
14 years ago
Christian Wiese
68239382fc
liboping: fixed to install perl modules into vendor directory (see note!)
...
Note:
According to http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
this is the right place for distributions which build binary packages of perl
add-on modules.
14 years ago
Christian Wiese
7449fd05b8
libproxy: improved to also build/install vala bindings if possible
14 years ago
Christian Wiese
757f388c95
libproxy: fixed to install perl bindings into 'vendor_perl' directory
14 years ago
Christian Wiese
c751cb30da
glib12: fixed gnome14-conf.in to not source scrollkeeper-pkg.conf.in because we removed scrollkeeper
14 years ago
Christian Wiese
b8f074515b
gconf: fixed to not run 'gconftool-2' to (re)generate '%gconf.xml'
14 years ago
Christian Wiese
54669ea07c
gconf: fixed to not source scrollkeeper-pkg.conf file anymore
...
Note:
The scrollkeeper package was removed because it is obsoleted by rarian.
14 years ago
Christian Wiese
872b9514f8
scrollkeeper: removed package (see note!)
...
Note:
ScrollKeeper was used by the GNOME desktop help browser, Yelp, but has since
been replaced by Rarian.
14 years ago
Christian Wiese
ee4792677d
scrollkeeper: changed to use default prefix instead of 'opt/gnome2'
14 years ago
Christian Wiese
cd688d1438
gconf: changed to use default prefix instead of 'opt/gnome2'
14 years ago
Christian Wiese
22e31975fa
clearsilver: fixed to install perl modules into vendor directory (see note!)
...
Note:
According to http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
this is the right place for distributions which build binary packages of perl
add-on modules.
14 years ago
Christian Wiese
d4b2c80808
rrdtool: fixed to install perl modules into 'vendor_perl' directory
...
Note:
According to http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
this is the right place for distributions which build binary packages of perl
add-on modules.
14 years ago
Christian Wiese
d883e1e15a
Revert "libdbi-drivers: fixed to find mysql.h because since mysql >= 5.5 it gets installed into $includedir and not into $includedir/mysql"
...
This reverts commit 72df93a7a2
.
14 years ago
Christian Wiese
6e306195ca
Revert "opendbx: fixed package to find mysql.h and mysql libs"
...
This reverts commit 16d9aac8d0
.
14 years ago
Christian Wiese
2ad40253c9
mysql: fixed to use cmake build system (see note!)
...
Note:
This is nearly a complete rework of the mysql package because recent mysql
releases are using cmake for building.
In contrast to our former mysql package we use the default prefix instead
of 'opt/mysql' now, to be more FHS friendly.
14 years ago
Christian Wiese
950098f246
libpqxx: Updated (3.0 -> 3.1)
14 years ago
Christian Wiese
da6bee56a6
pg_filedump: fixed typo in package description
14 years ago
Christian Wiese
42a52557b9
postgresql: changed to use default prefix instead of 'opt/postgresql' (IssueID #96 )
14 years ago
Christian Wiese
0cbd911a0a
postgresql: removed capability to set install prefix via Config
14 years ago
Christian Wiese
bb66446e66
postgresql: Updated (8.4.7 -> 8.4.8)
14 years ago
Christian Wiese
ac4c1a8678
prewikka: changed to use the same prefix libprelude is using by default
14 years ago
Christian Wiese
3d52017089
prelude-correlator: changed to use the same prefix libprelude is using by default
14 years ago
Christian Wiese
fd3eea082e
prelude-manager: changed to use the same prefix libprelude is using by default
14 years ago
Christian Wiese
b67e54816c
prelude-lml: changed to use the same prefix libprelude is using by default
14 years ago
Christian Wiese
9dbf177f4a
libpreludedb: changed to use default prefix instead of 'opt/prelude'
14 years ago
Christian Wiese
0cc7d3e8fa
libpreludedb: fixed to install perl modules into 'vendor' directory
14 years ago
Christian Wiese
8049b75bab
libpreludedb: fixed to source 'prelude-conf.in'
14 years ago
Christian Wiese
062bfc24ec
libprelude: added 'prelude-conf.in' for configuring package of the prelude family
14 years ago
Christian Wiese
d0e2d54d72
libprelude: removed obsolete tweaks from package conf file because prefix='usr' is the default anyway
14 years ago
Christian Wiese
853974093c
libprelude: fixed to install perl modules into vendor directory (see note!)
...
Note:
According to:
http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
this is the right place for distributions which build binary packages of
perl add-on modules.
14 years ago
Christian Wiese
d7dec90e17
libprelude: changed to use prefix='usr' instead of 'opt/prelude' (IssueID #83 )
14 years ago
Christian Wiese
b8bb3d0c2c
libprelude: removed Prelude specific config menu
14 years ago
Christian Wiese
9b0b0c7b1e
openldap: use default prefix instead of 'opt/openldap' (IssueID #86 )
14 years ago
Christian Wiese
9b6a113e7b
apache: fixed to use a dedicated sysconfdir, includedir and libexecdir
14 years ago
Christian Wiese
0431c1cfd0
apache: changed install prefix (opt/apache -> usr) (IssueID #90 )
14 years ago
Christian Wiese
55785e0b8e
smbc: changed to use default prefix instead of 'opt/samba'
14 years ago
Christian Wiese
1aee7ae107
samba: changed to use default prefix instead of /opt/samba (IssueID #88 )
14 years ago
Christian Wiese
b20e12cfd1
avahi: updated package cache file
14 years ago
Christian Wiese
79d20aca01
speech-dispatcher: Added speech-dispatcher 0.7.1 - A high-level device independent layer for accessing speech synthesis
14 years ago
Christian Wiese
315f49db77
dotconf: Added dotconf 1.3 - A library to handle configuration files
14 years ago
Christian Wiese
c54affb700
libsamplerate: changed build priority (167.800 -> 120.200)
...
Note:
Build libsamplerate right after libsndfile so that we can re-priorize
other audio libraries and frameworks to be build earlier.
14 years ago
Christian Wiese
5e1b3ff9fe
kde-i18n-it: Updated (4.6.2 -> 4.6.3)
14 years ago
Christian Wiese
05815fb4f5
kde-i18n-fr: Updated (4.6.2 -> 4.6.3)
14 years ago
Christian Wiese
041d2f2982
kde-i18n-es: Updated (4.6.2 -> 4.6.3)
14 years ago
Christian Wiese
ccb789c5fa
kde-i18n-de: Updated (4.6.2 -> 4.6.3)
14 years ago
Christian Wiese
abc9e82c7d
kde-i18n-bg: Updated (4.6.2 -> 4.6.3)
14 years ago