notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: graphics/pgplot/files/Makefile.flib

Number of commits found: 7

Wednesday, 9 Sep 2020
23:38 brooks search for other commits by this committer
graphics/pgplot: Fix duplicate source file

This will result in linker errors once D26044 is commited since
currently duplicates are silently filtered out.

While here, add LICENSE variables.

Submitted by:	arichardson
Reviewed by:	zeising
Differential Revision:	https://reviews.freebsd.org/D26371
Original commitRevision:548168 
Monday, 25 Nov 2019
23:25 brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
Original commitRevision:518434 
Tuesday, 6 Dec 2011
11:51 bf search for other commits by this committer
remove the custom compiler driver which hasn't been used in nearly 13 years;
merge scripts/configure and files/Makefile into the port Makefile; replace
a construct that has been deprecated in libpng; respect {C,F,LD}FLAGS [1],
NOPORT{DATA,DOCS,EXAMPLES}, etc.; clean up files/Makefile*; add a test target;
adopt

PR:             161239
Feature safe:   yes
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Original commit
Sunday, 25 Jan 2004
00:19 jmz search for other commits by this committer
One of the source files is actually a C source, not F77 (gruser.c). This
should fix the amd64 build.
Original commit
Tuesday, 26 Jun 2001
22:11 jmz search for other commits by this committer
- X11BASE clean   - properly link libpgplot.so against -lpng (so that each
program which     links with libpgplot.so does not have to specify -lpng)   - a
bit cleaner (use macros where possible, etc.)    
Original commit
Tuesday, 6 Mar 2001
20:54 jmz search for other commits by this committer
Upgrade to version 5.2.2 (the distfile still has version 5.2)   Add a lib depend
on png since this version has a png driver.   Fix minors bugs in Makefile.demo  
 
Original commit

Number of commits found: 7