| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12241 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
some double check, thought, when I get my machine to use ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11201 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11188 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
sure to run 'mergemaster -U'. After that, checkout ports-stable first then
ports second.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11072 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10854 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9690 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9144 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8575 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
Defaults to gtk2 but with Firefox 3.0 we will want MOZ_TOOLKIT=cairo-gtk2
with a *maybe* optional gtk2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8020 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7930 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of compat gecko's (ie: firefox15:firefox). This will save a bit
of time not having to maintain USE_GECKO in ports as often &
a few end-users will like this option.
Example:
bsd.gecko.mk:
_GECKO_COMPAT_ALL=firefox15:firefox
port Makefile:
USE_GECKO=firefox
end user:
ahze@blueherron /usr/ports/www/galeon > make WITH_GECKO=firefox15 -V GECKO
firefox15
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7862 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7276 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6637 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5956 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.gecko.mk has a very incomplete OPTIONS like feature
that uses dialog(1) --radiolist selection for GECKO and
defaults to GECKO.
Note: I was bored when I did this.. I'm not 100% sure this is a good idea to
totally implement
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5331 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5243 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5192 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o creation of plist (Disabled with NOGECKO_PLIST)
o install (Disabled with NOGECKO_INSTALL)
o many common post-patch routines
- Expand post- pre- targets so ports and Makefile.common can use the same
target
- Makefile.common supports both ${FILESDIR}/mozconfig.in (if exists) and
now has 3 new variables to add opions to .mozconfig [1]
Ports can use the following:
NOGECKO_INSTALL
NOGECKO_PLIST Do not auto-create plist
NOMOZCONFIG Use CONFIGURE_ARGS instead of .mozconfig
MOZILLA_PLIST_DIRS Listing of directories to create plist and/or
install
MOZ_PIS_SCRIPTS List scripts listed in ${FILESDIR} to filter
through MOZCONFIG_SED and install with mozilla
PIS scripts.
MOZ_SED_ARGS Add or replace to MOZ_SED_ARGS
[1]
MOZ_OPTIONS Add more configure arguments to .mozconfig
MOZ_MK_OPTIONS Add more make arguments to .mozconfig
MOZ_EXPORT Add export variables to .mozconfig
if ${FILESDIR}/mozconfig.in exists and NOMOZCONFIG is not defined
contents of ${FILESDIR}/mozconfig.in will be filtered through MOZCONFIG_SED
and added the the end of .mozconfig
I broke the following:
o Optional extensions (irc, etc) , need to figure out how to handle this
Todo:
o Handle .desktop the install of .desktop files and icons
o Handle Java plugins
o Cleanup/Audit and moving any other common "things" into Makefile.common
o (maybe) convert all the ${FILESDIR}/mozconfig.in to MOZ_OPTIONS/EXPORT
variables
o Add support for ports to set MOZILLA=PORTNAME-devel
o Figure out how to get the rest of mozconfig-generic.in to work in
MOZ_EXPORT, the following example does not work
MOZ_EXPORT=CFLAGS="${CFLAGS}"
if treats each flag in CFLAGS as a different flag and you end
up with a bunch of export -O2, export -xxx instead of
export -O2 -xxx -blah ....
o Figure out why MOZ_OPIONS+=--prefix=${FAKEDIR} ends up in
.mozconfig as --prefix=/fake instead of --prefix=${WRKDIR}/fake
(--prefix is in mozconfig-generic.in for now)
o testing testing TESTING
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5182 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
- Fix build of thunderbird
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5132 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5130 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5124 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefile.common defines common variables and does quite a few common
tasks handled by mozilla ports. A generic .mozconfig file is located
in files/mozconfig-generic.in which includes common configure knobs
and defines. if files/mozconfig.in exists it is included at the end
of ${WRKSRC}/.mozconfig after mozconfig-generic.in. As of right now
Makefile.common uses pre-configure: to do the common patch work
which will allow mozilla ports to still use post-patch
and defines. if files/mozconfig.in exists it is included at the end
of ${WRKSRC}/.mozconfig after mozconfig-generic.in. As of right now
Makefile.common uses pre-configure: to do the common patch work
which will allow mozilla ports to still use post-patch
for less common things.
Changes to mozilla:
- Use system nss nspr and libm stuff[obtained from www/firefox]
- Convert most things to .mozconfig
Todo:
- Style cleanup
- Find more common things to put in Makefile.common
- Import post-* pre-* targets from
http://people.freebsd.org/~mezz/diff/firefox.diff
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5120 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5045 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD ports tree
Reminded by: sdodson on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4866 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD Ports Collection
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4815 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
* Add patch to fix crash with newer versions of GTK+
Obtained from: ports-stable
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4560 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
about cairo support not working with marcuscom until we get some
mozilla+cairo patches.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4226 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3913 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3815 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
| |
against it. Since there is no ABI change in 2.1.9, we do not need to
bump the PORTREVISIONs for mozilla and firefox.
PR: 78385
Submitted by: lesi
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3806 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Next stop, GNOME 2.9!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3044 df743ca5-7f9a-e211-a948-0013205c9059
|
|
This new release uses a new install method based loosely on Firefox. This
new method should make us more compatible with Galeon and Epiphany.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2911 df743ca5-7f9a-e211-a948-0013205c9059
|