| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200569
is fixed (otherwise the build breaks if non-default postgresql-client is installed).
|
|
|
|
|
| |
PR: 200536
Submitted by: Rainer Hurling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
| |
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
|
|
|
| |
PR: 185006, 185068
|
|
|
|
|
|
|
| |
- Convert to stage
PR: 184049 [1]
Submitted by: Marc Peters
|
|
|
|
| |
databases)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
| |
- Enable database designer
PR: 179075
Submitted by: Rainer Hurling
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Feature safe: yes
|
| |
|
|
|
|
|
|
|
| |
- Remove pkg-plist
PR: 171696
Submitted by: nemysis (partially)
|
| |
|
|
|
|
|
|
| |
PR: 166516
Submitted by: Douglas Carmichael
Feature safe: yes
|
|
|
|
| |
was filed).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove CONFLICTS (it's now conflicts with itself :)), because we have no
another versions of pgadmin3 in the tree anymore
- update IGNORE_WITH_PGSQL - we doesn't have any of them < 82
- remove DEFAULT_PGSQL_VER. It's ok to use ports tree default (84),
because according to INSTALL file it now needs 8.4+ for building
- hold distfile in distfiles/postgresql
- remove WX_CONF_ARGS to avoid this warning:
configure: WARNING: unrecognized options: --with-wx-config
- add 'PostGIS Shapefile and DBF loader' menu item [2]
PR: 161952
Submitted by: Ruslan Mahmatkhanov
PR: 158599 [2]
Submitted by: Rainer Hurling
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
| |
This port still does not build if ports/security/krb5 port is installed
but I commit it to provide PostgreSQL 9.0 support for users that
do not have Kerberos port installed as I do not have spare time right now
to sort out those problems.
PR: 150902
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Juergen Lock
|
| |
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Pointed out by: Gergely CZUCZY
|
| |
|
| |
|
|
|
|
|
|
| |
- Respect CFLAGS.
Submitted by: acm
|
|
|
|
|
|
| |
- Respect CFLAGS.
Submitted by: acm
|
|
|
|
|
| |
PR: 105156
Submitted by: Robert Gogolok
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/101613
Submitted by: alepulver
|
|
|
|
|
| |
PR: 102038
Submitted by: Robert Gogolok
|
| |
|
|
|
|
|
| |
PR: ports/92445
Hat: portmgr
|
|
|
|
|
| |
PR: 97353 (partially)
Submitted by: Martin Wilke
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This version no longer support FreeBSD 4.x (requires wchar_t support).
Use pgadmin3-12 port for FreeBSD < 5.0.
|
| |
|
|
|
|
| |
PR: 86990
|
|
|
|
| |
Submitted by: Palle Girgensohn
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Yuri Bushmelev
|
|
|
|
| |
latest stable release wxWidgets 2.6.0.
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
|
| |
- Add back 4.x support (non-Unicode version only).
- Bump PORTREVISION.
|
|
|
|
|
|
| |
- Remove ability to build non-unicode version which is not supported by pgadmin3
developers.
- Bump PORTREVISION.
|
|
|
|
|
| |
are resolved.
- Suggest to use pgadmin3 binary from pgadmin.org.
|
|
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
|
|
|
|
| |
Submitted by: kuriyama
Pointed out by: kris
Pointy hat to: fjoe
|
| |
|
| |
|
|
|
|
| |
big upgrade.
|
|
|
|
| |
Use wxWidgets 2.5.2.
|
|
|
|
|
| |
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
Use wxgtk2.
Bump PORTREVISION.
|
|
pgAdmin III is PostgreSQL database design and management system.
|