non port: textproc/libpathan/Makefile |
Number of commits found: 22 |
Tuesday, 4 Dec 2012
|
23:56 bdrewery
- Mark deprecated. Upstream advises [1] that the project is no longer
active and that textproc/xqilla replaces it
[1] http://www.corefiling.com/opensource/pathan.html
Feature safe: yes
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
 |
Tuesday, 24 Jun 2008
|
19:34 gahr
- Make fetchable again
 |
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
 |
Tuesday, 27 Mar 2007
|
20:27 pav
- Fix after objformat removal
Reported by: pointyhat
 |
Saturday, 13 Jan 2007
|
18:14 arved
Fix pkg-plist, don't install .orig files
Submitted by: pointyhat
 |
Friday, 10 Nov 2006
|
02:36 clsung
- Update to 2.0
Reviewed by: vanilla@
 |
Tuesday, 15 Aug 2006
|
01:04 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
 |
Wednesday, 24 May 2006
|
17:08 sem
- Bump xerces lib version
- Bump PORTREVISION
Reported by: kris mail
 |
Saturday, 13 May 2006
|
04:24 edwin
Remove USE_REINPLACE from categories starting with T
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
 |
Friday, 3 Jun 2005
|
20:18 oliver
change the libtool version to use from 1.3 to 1.5
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Thursday, 28 Oct 2004
|
03:27 clsung
- textproc/xerces-c2 has been update to 2.6.0,
so change LIB_DEPENDS.
Approved by: co-mentor (vanilla)
 |
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
 |
Saturday, 28 Feb 2004
|
23:27 arved
Chase xerces shared library version.
Bump PORTREVISION
Reported by: bento
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Sunday, 21 Dec 2003
|
00:22 sergei
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
 |
Friday, 14 Nov 2003
|
22:39 pav
Add perl dependency. [1]
make -> ${MAKE}
PR: ports/59274 [1]
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1]
Approved by: adamw (mentor)
 |
Tuesday, 4 Nov 2003
|
17:53 vanilla
Add libpathan 1.2, validating XML parser from the Apache XML Project.
PR: 58913
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
 |
Number of commits found: 22 |