| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/146249
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net>
|
|
|
|
| |
PR: 145171
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
|
|
|
| |
. bump PORTREVISION.
PR: ports/144309 [1]
Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> [1]
Approved by: keramida@ceid.upatras.gr (maintainer timeout, 17 days)
|
| |
|
|
|
|
|
|
|
| |
fixes are included in upstream e-mail so this is temporary
PR: ports/143113
Submitted by: Giorgos Keramidas <keramida@freebsd.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
. editors/emacs;
. editors/emacs-devel;
. editors/emacs-nox11;
. editors/emacs22.
Approved by: keramida (maintainer via e-mail)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).
Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.
PR: ports/137956 [1], ports/141369 [2]
Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1],
bsam (me) [2]
Exp-run by: miwi
|
|
|
|
|
|
|
|
|
|
| |
since the commit broke dependencies and the ports infrastructure
was not fully prepared (a new emacs/editors22 port is needed
for compatibility reasons);
. bump PORTEPOCH.
Reported by: Jan Henrik Sylvester <me at janh.de>, kostik
Pointy hat to: bsam (me)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Emacs 23 has a wide variety of new features, including:
* Improved Unicode support.
* Font rendering with Fontconfig and Xft.
* Support for using X displays and text terminals in one session,
and for running as a daemon.
* Support for multi-file commits in distributed version-control
systems (VC-dir).
* New modes and packages for viewing PDF and postscript files
(Doc-view mode), connecting to processes through D-Bus (dbus),
connecting to the GNU Privacy Guard (EasyPG), editing XML
documents (nXML mode), editing Ruby programs (Ruby mode), and more.
Detailed list is available at: http://www.gnu.org/software/emacs/NEWS.23.1
PR: ports/137956
Submitted by: Ashish SHUKLA <wahjava at gmail.com>
Approved by: keramida@ceid.upatras.gr (maintainer tineout, 19 days)
|
|
|
|
| |
Tested by: pav on pointyhat
|
|
|
|
| |
be able to override this.
|
|
|
|
|
|
|
|
|
|
| |
interacts with Python);
. change EMACS_VER at bsd.emacs.mk.
While I'm here: remove old PORTREVISION.
PR: 127168
Submitted by: keramida (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
| |
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.
PR: 122783
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: keramida (maintainer timeout, 6 weeks)
|
|
|
|
|
|
| |
on itself. Extracted the patch and recommit it.
PR: ports/120370
|
|
|
|
|
|
| |
PR: ports/120370
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
| |
This includes various enhancements and fixes, including a
serious bug caused by using gmalloc's allocation and free
functions and the system version of posix_memalign().
PR: ports/114993
Submitted by: Gardner Bell
Reviewed by: pav
|
|
|
|
|
|
|
|
| |
non-splitted, from texinfo.
PR: ports/115209
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: maintainer timeout (keramida; 7 weeks)
|
|
|
|
|
|
|
| |
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
|
|
|
|
| |
Hand over maintainership to keramida.
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
PR: ports/111814
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
PR: ports/90475
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
|
|
|
|
| |
- Use INFO macro.
Requested by: edwin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/85508
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
|
|
|
| |
PR: ports/83074
Submitted by: Dario Freni <saturnero@freesbie.org>
|
|
|
|
| |
Submitted by: yoichi
|
|
|
|
| |
Pointed out by: yoichi
|
|
|
|
|
|
| |
emacs/xemacs ports.
Approved by: nobutaka (maintainer)
|
|
|
|
|
|
|
|
| |
processing errors.
PR: ports/75832
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Fix submitted by: yoichi
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
PR: ports/78209
Submitted by: Kay Lehmann <kay_lehmann@web.de>
|
|
|
|
|
|
| |
Security: CAN-2005-0100
Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html
Security: Malicious POP3 servers can execute arbitrary code.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that emacs is run as part of the build, so it shows as a build
failure...
To explain (for maintainer's benefit):
Previously the linker would put the text segment in region 2 and the
data segment in region 3. This was changed for FreeBSD (due to me
sending a patch :-) to load the text segment in region 1 with the data
segment immediately following the text segment in the same region (or
subsequent regions of the text segment is larger than 2^61 bytes in
size -- fat chance :-)
So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the
region base of the data segment prior to the binutils 2.15 import),
needed to be changed to match the current layout (=0x2000000000000000,
the region 1 base address).
Approved by: portmgr (krion -- thank!)
|
|
|
|
|
| |
PR: ports/65910
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
|
|
| |
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
|
| |
|
|
|
|
| |
(Part 2)
|
| |
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
| |
headers)
|
|
|
|
| |
Approved by: asami
|
|
|
|
|
| |
PR: ports/17496
Submitted by: Tetsurou OKAZAKI <okazaki@be.to>
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
|
|
|
| |
an X dependancy)
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
|
|
|
|
|
| |
PR: 10783
Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
Diagnosed by: David Deatherage <DDeatherage@bridge.com>
|
|
|
|
| |
PR: ports/10782
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
|
| |
|
|
|
|
| |
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
|
| |
|
|
|
|
|
| |
PR: ports/8289 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
|
|
|
| |
Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
|
|
|
|
|
| |
PR: 8090
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
|
|
|
| |
PR: ports/8208
|
| |
|
|
|
|
|
| |
emacsen (*mule-common, mule). That is left for someone more
familiar with their twisty incestuous relationships.
|
|
|
|
|
| |
depend on ordering in the parent Makefiles for the links to be created
correctly.
|
|
|
|
| |
conventions.
|
|
|
|
|
| |
the need for a hack in ld.so to make emacs work. I have submitted
these changes to a GNU emacs maintainer.
|
|
|
|
|
|
| |
goodness, I don't even know how long they were missing!
PR: 5286 (pointed out the ccmode omission)
|
| |
|
| |
|
|
|
|
|
|
|
| |
use the terminfo version of tparam() since the termcap version supplies
tgoto() which seriously screws up text display. ncurses-4.1 has both a
termcap and terminfo internal interface and is quicker with the terminfo
one even when it's read a termcap.db file.
|
|
|
|
|
| |
(with all entries listed in emacs.texi) deleted only the first entry
when the user did a pkg_delete (a bug in install-info, maybe?).
|
|
|
|
|
|
| |
(which was about equal to number of FreeBSD installations on Hale Bopp
itself). Seems like I need to just go ahead and commit it so people
can try out and scream!
|
|
|
|
| |
ports/3175.
|
|
|
|
| |
PR ports/2860.
|
|
|
|
| |
site 2 months ago and nobody noticed!
|
| |
|
| |
|
|
|
|
| |
Minor variable reordering where needed.
|
|
|
|
| |
Submitted by: asami
|
| |
|
|
|
|
|
|
| |
Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org>
Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
|
|
|
| |
Submitted (in part) by: rich
|
| |
|
| |
|
|
|
|
| |
rms, is no longer necessary (naturally).
|
|
|
|
| |
Submitted by: roberto@blaise.ibp.fr (Ollivier Robert)
|
|
|
|
| |
looks much nicer that way.
|
| |
|
|
|
|
| |
/usr/local/share/emacs!
|
|
|
|
| |
/usr/local/share/emacs!
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
|
|
|
| |
not in the source of emacs.
|
|
|
|
|
|
|
|
|
|
|
| |
called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't
install them.
We have a serious problem with name overloading here. The bsd.port.mk file
uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure
script. If configure detects them it uses it happily with sometimes surprising
results. Normally configure know that shell scripts doesn't need the "-s"
flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides
configure's autodetection of the correct install and the installflags.
|
| |
|
|
|
|
| |
USES_GMAKE is set.
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
|
|
|
|
| |
but I think perhaps that's just a little TOO automagic.
|
|
|
|
|
| |
Fix it. Also try out an interesting and possibly even functional
hack to preserve the dir file. I'm scared to try it, personally! :-)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
|
|
|
|
| |
this new ports system! :-)
|
|
|
|
| |
correctly.
|
|
|
|
|
|
|
| |
can just give me a little utility that ftps things based on an
ftp://... spec (connects as anonymous, fetches by full path, etc)
I might be able to make bsd.port.mk DTRT automagically.
Submitted by: jkh
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
| |
Submitted by: jkh
|
|
make one when I wake up again.. :)
Submitted by: jkh
|