| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=149316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=147782
|
|
|
|
| |
Notes:
svn path=/head/; revision=147365
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
|
|
| |
localized ones should be activated via knob like:
% cd ports/editors/ooodict-all
% make LOCALIZED_LANG=ABC
Notes:
svn path=/head/; revision=146878
|
|
|
|
| |
Notes:
svn path=/head/; revision=144536
|
|
|
|
|
|
|
|
|
| |
longer had time to work on FreeBSD. We appreciate the help in the past.
Approved by: alex (former maintainer)
Notes:
svn path=/head/; revision=143895
|
|
|
|
| |
Notes:
svn path=/head/; revision=143517
|
|
|
|
|
|
|
|
| |
PR: ports/85828
Submitted by: maintainer
Notes:
svn path=/head/; revision=142160
|
|
|
|
| |
Notes:
svn path=/head/; revision=141761
|
|
|
|
| |
Notes:
svn path=/head/; revision=141529
|
|
|
|
|
|
|
| |
Submitted by: krion via krisautomail
Notes:
svn path=/head/; revision=141243
|
|
|
|
|
|
|
| |
Reported by : krion via krisautomail
Notes:
svn path=/head/; revision=141239
|
|
|
|
| |
Notes:
svn path=/head/; revision=140588
|
|
|
|
| |
Notes:
svn path=/head/; revision=140005
|
|
|
|
|
|
|
|
|
| |
of elements".
Reported by: Kris via pointyhat
Notes:
svn path=/head/; revision=139176
|
|
|
|
|
|
|
|
| |
Forgotten by: thierry
Reported by: Kris via pointyhat
Notes:
svn path=/head/; revision=138543
|
|
|
|
|
|
|
|
| |
Note that 'a' does *not* stand for 'alpha', but denotes a short-notice
bugfix release made after KOffice 1.4.0.
Notes:
svn path=/head/; revision=138538
|
|
|
|
| |
Notes:
svn path=/head/; revision=138426
|
|
|
|
| |
Notes:
svn path=/head/; revision=138424
|
|
|
|
|
|
|
| |
Reported by: Kris via pointyhat
Notes:
svn path=/head/; revision=138275
|
|
|
|
|
|
|
|
|
|
| |
instead of french/openoffice-1.1 or japanese/openoffice-1.1, neither
of which exist any longer.
Approved by: linimon
Notes:
svn path=/head/; revision=138201
|
|
|
|
|
|
|
|
|
|
|
| |
o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice
o still you can build them via knobs for 1.1
see ports/editors/openoffice-1.1/files/Makefile.localized
o 1.0 has been broken for long time, no longer maintained actively.
(but still I don't delete 1.0 and delete only localized versions)
Notes:
svn path=/head/; revision=138155
|
|
|
|
| |
Notes:
svn path=/head/; revision=138043
|
|
|
|
|
|
|
|
|
|
|
| |
- change my address;
- switch from p5-Mysql to p5-DBD-mysql;
- do some cleaning.
Notes:
svn path=/head/; revision=137700
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
Notes:
svn path=/head/; revision=137660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add thesaureses
- Add new dictionaries for Afrikaans, Welsh, English (Australia), English
(New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician,
Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand),
Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda),
Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel),
German (Austria), French (Belgium)
PR: ports/78492, ports/81196
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>,
Nicholas Kirby <nkirby@dagr.net>
Approved by: maintainer (in general; too busy to work on ooodict)
Notes:
svn path=/head/; revision=136875
|
|
|
|
|
|
|
|
|
|
| |
- Fix patch-install.sh.
PR: ports/81691
Submitted by: maintainer
Notes:
svn path=/head/; revision=136494
|
|
|
|
| |
Notes:
svn path=/head/; revision=135780
|
|
|
|
| |
Notes:
svn path=/head/; revision=135285
|
|
|
|
|
|
|
|
| |
PR: ports/80743
Submitted by: maintainer
Notes:
svn path=/head/; revision=134944
|
|
|
|
| |
Notes:
svn path=/head/; revision=134735
|
|
|
|
|
|
|
| |
- fix a typo when editor was gvim.
Notes:
svn path=/head/; revision=134282
|
|
|
|
| |
Notes:
svn path=/head/; revision=134280
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=132261
|
|
|
|
|
|
|
|
|
| |
includes some minor updates.
Remove BROKEN on non-i386.
Notes:
svn path=/head/; revision=132257
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=132018
|
|
|
|
| |
Notes:
svn path=/head/; revision=131766
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
| |
Notes:
svn path=/head/; revision=130124
|
|
|
|
|
|
|
| |
and the handful of ports that depended on them.
Notes:
svn path=/head/; revision=129234
|
|
|
|
| |
Notes:
svn path=/head/; revision=128048
|
|
|
|
| |
Notes:
svn path=/head/; revision=127225
|
|
|
|
|
|
|
| |
Reported by: Kris / pointyhat.
Notes:
svn path=/head/; revision=126975
|
|
|
|
| |
Notes:
svn path=/head/; revision=126672
|
|
|
|
| |
Notes:
svn path=/head/; revision=126671
|
|
|
|
|
|
|
| |
Remark: 7.4.0 is BROKEN on FreeBSD-4.x.
Notes:
svn path=/head/; revision=126670
|