| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=408151
|
|
|
|
|
|
|
| |
- Strip libraries
Notes:
svn path=/head/; revision=379573
|
|
|
|
|
|
|
|
| |
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Remove redundant patch
Notes:
svn path=/head/; revision=365197
|
|
|
|
| |
Notes:
svn path=/head/; revision=342323
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (implicit)
Notes:
svn path=/head/; revision=301663
|
|
|
|
| |
Notes:
svn path=/head/; revision=290231
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
| |
PR: 109578 (based on)
Submitted by: Richard Tector<richardtector___thekeelecentre.com>
Notes:
svn path=/head/; revision=186730
|
|
|
|
|
|
|
| |
- portlint(1)
Notes:
svn path=/head/; revision=174884
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
Approved by: portmgr (clement)
Notes:
svn path=/head/; revision=156760
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
| |
PR: 93493
Submitted by: leeym
Notes:
svn path=/head/; revision=156249
|
|
|
|
|
|
|
| |
Reorganize Makefile
Notes:
svn path=/head/; revision=153738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=147666
|
|
|
|
|
|
|
| |
Approved by: pav (mentor)
Notes:
svn path=/head/; revision=142945
|
|
|
|
|
|
|
|
| |
PR: 85773
Submitted by: maintainer
Notes:
svn path=/head/; revision=142040
|
|
|
|
|
|
|
|
| |
PR: ports/83027
Submitted by: maintainer
Notes:
svn path=/head/; revision=138589
|
|
|
|
|
|
|
|
| |
PR: 82358
Submitted by: Marcus Grando (maintainer)
Notes:
svn path=/head/; revision=137632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.4.0
Moreover:
- Reword COMMENT and pkg-descr
- Use ${PTHREAD_CFLAGS}
PR: ports/82203 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=137451
|
|
|
|
| |
Notes:
svn path=/head/; revision=135718
|
|
|
|
|
|
|
|
| |
PR: ports/81314
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes:
svn path=/head/; revision=135717
|
|
|
|
|
|
|
|
| |
PR: ports/80569
Submitted by: maintainer
Notes:
svn path=/head/; revision=134537
|
|
|
|
|
|
|
|
| |
PR: 79453
Submitted by: maintainer
Notes:
svn path=/head/; revision=132485
|
|
|
|
|
|
|
|
| |
PR: ports/78803
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes:
svn path=/head/; revision=131167
|
|
|
|
|
|
|
|
| |
PR: ports/77985
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes:
svn path=/head/; revision=129925
|
|
|
|
|
|
|
|
|
| |
PR: ports/77647
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes:
svn path=/head/; revision=129118
|
|
|
|
|
|
|
|
|
| |
PR: ports/76826
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes:
svn path=/head/; revision=127661
|
|
pfqueue is an effort to give postqueue/mailq/postsuper a
console (ncurses) interface: it won't add any particular
functionality to those provided with postfix itself, but
will hopefully make them to use.
It's a real-time queue scanner, that show per-queue lists
of existing messages; the messages can be deleted, put on
hold or released
Just for example, it may be useful to inspect a traffic jam
at a given time, to see what is falling into and unexpectedly
crowding you deferred queue
PR: ports/76203
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes:
svn path=/head/; revision=126377
|